Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Fine Tuning › Performance Optimization › 500 internal server error and backup?
- This topic has 4 replies, 3 voices, and was last updated 4 years, 9 months ago by
Manathan.
-
AuthorPosts
-
FelixParticipant@tacet22
- 8 Topics
- 19 Posts
I got this 500 error early on while using the Gwangi theme and had to call my hosting service to reinstall everything. They said it was a problem with the theme. I lost all my work and had to start from scratch. Luckily, it wasn’t too much work lost, but can someone tell me what caused this problem? And is there a way to backup somehow so I don’t run into this issue again?
July 17, 2020 at 08:28 #15339@themoceratops- 1 Topics
- 430 Posts
Hi @tacet22,
I am sorry to hear that you have lost your work over such an issue. When you get an error 500 you usually don’t need to reinstall everything and start from scratch, in most cases you just have to remove a plugin (or whatever else is causing the error) and your site would be back up and running again without losing any of your work. I am actually quite surprised to hear that your hosting service has completely reset your install instead of just disabling what was causing the issue.
Unfortunately I can’t say exactly what was causing the issue, since I would need to read the debug logs from your website to get a more precise idea of what happened.
To help us getting clues in case it happens again, please activate the debug logging on your website, just turn WP_DEBUG to true, by pasting the following code lines (or replacing them if they already exist) in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress
Finally, if you want to make backups of your website, I suggest that you read this article and choose the solution that fits you :
https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/Thank you.
July 17, 2020 at 11:01 #15352 -
AuthorPosts
The topic ‘500 internal server error and backup?’ is closed to new replies.