Hello,
The message you’re seeing in the debug file is a “deprecated notice” from PHP.
It does not indicate a critical error, but rather a warning that the code in the
“Read More Without Refresh” plugin uses an older method that PHP now marks as outdated.
These notices do not usually affect the normal operation of your site, but they can
fill up the debug log and increase server resource usage if they appear frequently.
This is related to compatibility with newer PHP versions.
At this stage, there’s no urgent issue for your website, but it’s something that
we will eventually need to update in future versions to align with
the latest PHP standards (but cannot be done now as it will affect old PHP versions of existing installations).
Thank you, and what is the highest PHP version the plugin is compatible with? Maybe I will try to downgrade PHP version.
Hi Martin,
There’s no need to downgrade your PHP version. The notices you’re seeing are only “deprecated warnings,” not real errors. They appear because newer PHP versions are stricter in reporting older coding styles.
If you prefer not to see them, you can simply adjust the WP_DEBUG_LOG level (or disable WP_DEBUG_DISPLAY in wp-config.php) so that only actual errors are logged. This way the deprecated notices won’t fill up your debug file or consume extra resources.
The plugin itself remains fully functional with the latest PHP versions, so you don’t need to worry about compatibility.
Please tell me which latest PHP version does not show this warning. Thank you.