Error when trying to import starter pack of templates

Hello,

Ive had no trouble doing this in the past, but on a new site I am working on I get an error saying “uh oh. Your file is not properly formatted.” when I attempt the template starter pack download.

Any help on this issue would be great.

Thanks, Josh

Hello Josh,

Thanks for asking. :slight_smile:

Can you please share the file for us to test on our end? You can upload the file on online file sharing services like Dropbox and share the link. In the mean time 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. */

Thanks.

Hi there. No need. The host was running an older version of php, upgrading it fixed the issue. Thanks!

Glad to hear that. :slight_smile:

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