WordPress site is down
-
onnetsystems.net website is down. kindly help in getting it back up. After wordpress login, in My Site -> View Site, it is showing 502 Gateway error.
The blog I need help with is: (visible only to logged in users)
-
Hi @onnetsystems,
Your site onnetsystems.net is using the self-hosted version of WordPress.
These forums are for WordPress.com hosted sites only :) https://en.support.wordpress.com/com-vs-org/
Contact your host regarding server related errors.
Thanks !!!
-
-
Hi @ebiro03,
Your site birosalesinc.com is using the self-hosted version of WordPress.
These forums are for WordPress.com hosted sites only :)
Contact your host (Godaddy) for server related issues.
Thanks !!!
-
Hey @ebiro03,
However, I recommend you to check your .htaccess file, delete your current .htaccess if you have any.
Check your PHP memory limit; memory should be 64MB or above.
you can try increasing Memory limit by addingdefine ('WP_MEMORY_LIMIT', '128M');in wp-config.php file.
To troubleshoot WordPress errors, you require to enable WordPress Debug, which can be done using wp-config.php.
You need to copy and paste the code in wp-config.php file shown below.
define( 'WP_DEBUG', true );Thanks !!!
- The topic ‘WordPress site is down’ is closed to new replies.