Template Manager Problems

I am also having a problem importing the starter templates in the Template manager for X. I get the Red banner that says
'Uh Oh, Your file is not properly formatted".
There was a thread back in march about the same issue, but it was not really resolved.

Please Help
Chris

Hi There,

Thanks for asking.
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. */

Also please make sure that you are using supported version of PHP 5.6 (minimum) and Mysql. You can take a look at following article to for more information. https://wordpress.org/about/requirements/

In case problem is still there, please share login details using secure note feature for us to take a closer look.

Thanks.

I had my host upgrade to 7.0 and the problem is solved. Thanks for your help

Glad you were able to resolve it :slight_smile:

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