Design Cloud import is not working

Hi Guys, i was a few days away

your help is welcom.

Kind regards

Hey @ritbonn,

Thanks for reaching out!

In order to help with your issue, please provide us the Design Cloud template you would like to import.

Cheers!

You guys are quick.

I am trying to import Food Truck

Hi @ritbonn,

I have tried to import the Food Truck demo and found that it is not imported and shows some error. There might be a few different reasons for this issue, I would suggest following troubleshooting about your demo import.

1.) Increase PHP Memory Limit
2.) Increase PHP Execution Time Limit
3) Please check if the mod_security is enabled in your site, which causes the issue in importing and does not let you call the Cornerstone endpoint to import the Design Cloud assets.
And if that is the case, you need to contact your hosting service provider to temporarily disable the ModSecurity for you and make the Cornerstone endpoints whitelisted.
4) The write permission to the uploads folder might be one of the reasons behind your issue, I would suggest you change the permission to import the images into it.

I also recommend you ask your web host to configure the following server settings with the specified values or more for the PHP.

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
allow_url_fopen = On

And MySQL Configurations

max_allowed_packet = 16Mb
innodb_log_file_size = 128mb

After all the above server settings are configured properly please try to import it again.

Hope it helps.
Thanks

you are a genius! it seems to work :smiley:

Thank you

Hey @ritbonn,

You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

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