I am trying to:
Hello,
on this page hidden link I can't save anything -
the save bar scroll for about 1-2 minutes and after that nothing happens, the elementor save button remains green, an error message is dispayed Server 500 error
- I checked php memory and increased it till 512M
- I renamed .htaccess and refreshed it
- I disabeld all plugins and discovered that the problem consits only enabling sitpress.multilingual cms
- I updated all WPML plugins to the new version 4.5.0 .......
To enable WordPress Debug log, open your wp-config.php file of site root and look for define('WP_DEBUG', false);. Change it to:
// 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 );
In this case, the errors will be saved to a debug.log log file inside the */wp-content/* directory. Please do the steps to reproduce the bug and check you are getting any errors or warnings related to WPML in the log file.
If you can paste your debug.log to http://pastebin.com/index.php and provide me that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).
--
Thanks!
Bigul
The topic ‘[Closed] Server Error 500 only on 1 page’ is closed to new replies.