I’m really eager to use the design elements within the Design Cloud. Each time I try to install content, it gives me an error; “Uh oh! Failed to install…”.
Please advise.
I’m really eager to use the design elements within the Design Cloud. Each time I try to install content, it gives me an error; “Uh oh! Failed to install…”.
Please advise.
Hey Trevis,
Please ask your web host to enable allow_url_fopen
. The value must be On
in order for your server to receive data from our server. Also, increase the following server settings to the specified value or larger.
memory_limit = 512M
upload_max_filesize = 512M
post_max_size = 512M
max_execution_time = 300
max_input_time = 300
max_allowed_packet = 16Mb
innodb_log_file_size = 128mb
Hope that helps.
This worked. Thank you.
Glad the suggestion helped, Trevis.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.