Hi @myco2
We’re aware of these deprecation notices related to PHP 8.x and Aggregator v4.x. Currently, we’re actively working on an update to ensure full compatibility with the latest PHP versions, and this update will be rolled out soon. If you encounter any functionality issues in the meantime, please feel free to reach out to us.
These deprecation notices should not be visible to all users unless WP_DEBUG is active on your website.
To disable WP_DEBUG, follow these steps:
- Log in to your WordPress admin dashboard.
- Navigate to the “wp-config.php” file located in your WordPress root directory.
- Open the “wp-config.php” file using a text editor.
- Look for the line that says
define('WP_DEBUG', true);.
- Replace
true with false, like this: define('WP_DEBUG', false);.
- Save the changes to the “wp-config.php” file.
- Clear any caching plugins or server caches if applicable.
Alternatively, you can edit the wp-config.php file via FTP. Once you disable WP_DEBUG, the deprecation notices should disappear.
Thread Starter
myco2
(@myco2)
Hello, thank you for your answer, we deactivated WP_DEBUG and the warning is not displayed on the website anymore, but the plugin continues to write a lot of code on the site in the error log file even though I updated the plugin.
- How can I display photos of the covers of the articles in the feed please?
Hi @myco2
We’ve recently launched Aggregator version 4.23.8, which includes compatibility with PHP 8.x versions. Please update your plugin and verify if the issue persists. If you continue to encounter deprecation notices in the error logs after updating to version 4.23.8, please send us the error details so that we can investigate further.
Regarding your question about displaying photos, are you referring to the featured image? If so, you’ll need the Templates add-on to display images on the frontend, as the free version is limited to list display.