I am trying to move some content from one site to another using the template manager. I have downloaded 2 headers, 2 footers, and 5 pages worth of content. I was able to successfully import the headers and footers, and 2 of the pages through the template manager, but 3 page templates will not upload. There is no error message, just nothing happens. I read in an earlier thread that it may be related to PHP, and I have increased my max upload to 512M from 128M. That says, the files I’m trying to upload are 7M and 8M, so I don’t think there should be an issue there. Any idea what might be happening?
Hi Ken,
Thanks for reaching out.
There might be a few different reasons for this issue, I would suggest following troubleshooting related to it.
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
If the above does not help, please provide login credentials for your site in a secure note to examine it further, including:
– WordPress Site URL & Login URL
– WordPress Admin username/password
– The exported files to check
To create a secure note, click the key icon underneath any of your posts.
NOTE: If you have the ConvertPlus plugin activated, please deactivate it temporarily while importing the demo content. And activate after completing the import.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.