Error 404 or Bad Gateway while installing Default Demo Data with attachements

I am trying to install BeTheme demo data "Default" with "Imports attachments" from "BeTheme Import Demo Data" screen but constantly getting Ooops... Error 404 or Bad Gateyway  error after running for around 10 mins. Can you please help resolve this problem ?

These are my php settings:
memory_limit = 256M
upload_max_filesize = 512M
post_max_size = 512M
safe_mode = Off
max_file_upload = 512M
max_post_size = 512M
max_execution_time = 5300
max_file_uploads = 1000
max_input_time = 1000 

I have even modifed max_execution_time to very large value but still does not help.

Comments

  • Hi,

    did you noticed how many images "Default" demo got? You must increase values like max_input_time, max_execution_time and max_file_uploads a lot. But if this won't help, then you must import demo without attachments because your server must have some other limits.

    Thanks!
  • edited March 2017

    You need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’

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

    This worked for me. 

Sign In or Register to comment.