Can't Install demo site(nonprofit)

I wanna install demo site(nonprofit).
However, I can’t install it.
When I press bottom of install, navigation bar stop at initialization.
I don’t understand why I can’t install so Please help me.

Hello Koichi,

Thanks for writing in!

In most cases, it could be that you have exhausted your PHP memory limit. ​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. */

If nothing is working, please go to X > Status. Copy the results and paste it in your next reply so that we have some idea of your server settings. Meanwhile, please make sure that you have meet the requirements to run the latest WordPress, X theme and the plugins. You can check this out:

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

Thank you for your reply.
I have already inserted it before the line.

Hey Koichi,

Please ask your web host to increase the following server resources to the specified value or higher.

  • max_allowed_packet to 16mb
  • innodb_log_file_size to 128mb
  • upload_max_filesize to 100M
  • post_max_size = 100M
  • max_execution_time = 3000s

Thanks.

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