Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #984656

    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

    • This topic was modified 6 years, 4 months ago by PascalStifani.
    #985103

    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

    #985115

    Hello Ismael.

    Done. FTP credentials are now OK and debug mode is ON.

    THank you :)

    #985805

    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

    #986508

      l hm92’2c3d 3mhm2.p 4sij

    #986725

    Hi,

    Let us know if you’re still encountering the issue after the WP update. :)

    Best regards,
    Ismael

    #987431

    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)

    #987826

    Hi,

    Thanks for the update.

    Where do you see that error? I can’t find it anywhere in the site.

    Best regards,
    Ismael

    #987868

    Hey Ismael.

    I tought my precedent post was updated.

    Everything is OK NOW.

    Thank you very much for your help.

    #resolved

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Error 500 on the entire site after updating my theme manually (as recommended).’ is closed to new replies.