Tagged: error 500
Hello there.
So. It seems that the ERROR 500 is making a lot of problem to me.
I’ve updated my website once automatically. ERROR 500.
Then, browsing trough thisforum, i deleted the theme and updated it manually via FTP. ERROR 500.
Please find all the credentials in private section.
Thank you sooooo much :)
Best regards from Switzerland.
Pascal
Hey Pascal,
Thank you for using Enfold.
The site is currently down. Please provide the FTP details in the private field and enable the WordPress error logs. Just add this in the wp-config.php file.
// 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 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
// https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_LOG
Best regards,
Ismael
Hello Ismael.
Done. FTP credentials are now OK and debug mode is ON.
THank you :)
Hi,
The WP Version is outdated (3.9.25). Please upgrade to version 4.9.6 to get rid of the following error.
“Call to undefined function apply_filters_deprecated()”
Best regards,
Ismael
l hm92’2c3d 3mhm2.p 4sij
Hi,
Let us know if you’re still encountering the issue after the WP update. :)
Best regards,
Ismael
HI Ismael,
Thank you for the step.
Now, I just have this problem :
Fatal error: Cannot redeclare unregister_setting() (previously declared in /xxx/wp-includes/option.php:2047) in /xxx/wp-admin/includes/plugin.php on line 1751
The line on option.php is the following : (See private data)
Hi,
Thanks for the update.
Where do you see that error? I can’t find it anywhere in the site.
Best regards,
Ismael
Hey Ismael.
I tought my precedent post was updated.
Everything is OK NOW.
Thank you very much for your help.
#resolved