Hi guys, can’t seem to import the “Auto” website template. Checked the PHP Memory Limit and PHP Execution Time Limit with my host and shouldn’t have any reason for the template to not install.
Hey Stewart,
Your web host might have set a hard limit for the timeout. Please try forcing the timeout by opening the file class-controller-design-cloud.php which is located in the directory \wp-content\themes\pro\cornerstone\includes\classes\controllers. Edit line 974 to be like the following:
$request = wp_remote_get( $demo_url, array( 'timeout' => 15 ) );
Increase the timeout value until the import works. If that doesn’t work, please relay this to the web host support to allow more timeout length for wp_remote_get to work.
Hope that helps.
Hi Christian,
I did everything you suggested, and even my host has gone into my website and tried making changes. Every other template works by the template “auto”. Weird.
Hey Stewart,
This could be a but with the Auto Site only. There’s currently no solution but to manually replicate the design.
Please stay tuned for the succeeding updates maybe this issue will be fixed by then.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
