Theme Won't Install

I’m not sure what I’m doing wrong. I’ve set the PHP memory limit to 512 and the PHP Execution time to 300.

I’m still getting nothing when I try and install the site theme from design cloud. See above screen recording.

Please help. Thanks in advance!

Hi @piexec,

Thanks for reaching out.

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

On the other hand, please temporarily disable ModSecurity or at least whitelist the URL /cornerstone-endpoint

Hope that helps.

Thank you.

That worked!!! Thank you!!!

Hi @piexec.

You’re welcome and we’re glad that it is now working on your end. If you have any other concerns regarding our theme features, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.