Template import error

Hi there!

Got the same issue. Is there a Solution yet?

Hello @OverheadOnline,

Thanks for asking an I am sorry for the trouble you are facing while importing template. Let me suggest you some solutions, please try them out and let us know how it goes.

  1. Make sure that you’re running at least PHP v5.6.x or later to avoid any WordPress related incompatibility issues. If you’re not sure what your server configurations and settings are, install a plugin like WP-Serverinfo (https://wordpress.org/plugins/wp-serverinfo/) and check your server info by head over to Dashboard -> WP Serverinfo area.
  2. Please try increasing memory limit. You can do this by editing your wp-config.php file which can be located under the root of your WordPress installation. Upon increasing the memory please try again and see how it goes.

Add the following lines into that file.

define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

If above solutions does not helps, can you please share the file for us to test on our end? You can share the file using services like Dropbox and share the link.

Thanks.

Thanks for your answer.

I had some database url-issues. After resolving them it worked fine.

Thanks for the information!
Glad that it works for you!

Thanks

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