Demo Expanded failed import using Docker

Hi!

I’ve just installed this theme and when importing Auto Expanded demo in my docker container, the importing failed. I’ve watched the console and it gives me Internal Server error 500, requesting http://localhost/wp-admin/admin-ajax.php

I usually work in local with a docker container running wordpress and I don’t know how to proceed. Can you help me?

Thank you.

Hello Nestor,

Thank you for the details. Most of the time, an error 500 could be a fatal error due to PHP memory limit exhaustion. ​We recommend that you increase your memory allocated to PHP. 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. */

We would loved to know if this has work for you. Thank you.

Hi!

I’ve tried this and something changed, but it still doesn’t work. Now in console I see this:

debug_message: “cURL error 7: Failed to connect to themeco-demo-content.s3.amazonaws.com port 80: Connection refused”

Hello Nestor,

Based on the error, the issue is with your localhost server configuration.
You might need to check out his link:

Hope this helps.

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