Error 500 from not shown in error.log - Fast-CGI 8.2

Discussion in 'Installation/Configuration' started by iceget, Jun 18, 2024.

  1. iceget

    iceget Member

    Dear community,
    i have added in my system with currentl ispconfig version (linux: debian buster ) PHP 8.2.
    now when i save in wordpress (after upgrading) some settings, then i get error 500. but this error i dont see in the webs error log.
    any idea what i can do that i can enable them that i can see what happens exactly here?

    thank you so much
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely, this is not a real 500 error, but a 500 error code that is thrown virtually by WP. Disable custom error pages in the website settings to see what WP likes to tell you.
     
  3. nhybgtvfr

    nhybgtvfr Well-Known Member HowtoForge Supporter

    sometimes.. even without custom error pages, wordpress errors happen but don't show up in the php error log..

    try enabling WP debugging..

    put
    Code:
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    
    in the wp-config.php file and then try to load the site.. and then check the debug.log file in the wp-content folder.
     

Share This Page