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
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.
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.