Agency Demo failed to import

Hi there

I am trying to upload the agency theme but repeatedly get the error message “demo failed to upload”

I have read other topics and I believe our PhP values are okay but could be mistaken

Please could you check and assist me in completing the upload

Hello there,

We’d recommend that you increase your memory allocated to PHP if you haven’t done so already. To increase it, please edit your wp-config.php file and insert these lines:

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

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

And also make sure that you have the following on your server configuration:

For more demo content troubleshooting and guidance, please check out the bottom aspect of the following page: https://theme.co/apex/forum/t/setup-demo-content/56

I hope this helps.

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