Hello there,
I want to update the PHP version on the hosting server to version 8.2. but have got these errors from the pre-update scan.
Is it safe to proceed or not?
Thanks!
Spencer
Hello there,
I want to update the PHP version on the hosting server to version 8.2. but have got these errors from the pre-update scan.
Is it safe to proceed or not?
Thanks!
Spencer
Hello Spencer,
Thanks for writing to us.
Please ensure you have the latest versions of all plugins, the theme, and WordPress core installed. I’ve tested this on PHP 8.4.15, WordPress 6.9.1, and Pro theme 6.7.13 with no issues.
To help debug, please add this code to your 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 );
//SET PHP INI DISPLAY ERROR FALSE
@ini_set( 'display_errors', 0 );
This will log errors to /wp-content/debug.log. Check this file for any theme/plugin-related errors and share them with us.
Helpful video: How to edit wp-config.php https://www.youtube.com/watch?v=3SDPTafEM8o
Please share FTP details in the secure note so we can assist further.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.