• Resolved myco2

    (@myco2)


    We encountered this php error on the website, the plugin displays the error for all visitors, we had to delete the plugin. can you tell us how we can solve the error please.

    • This topic was modified 7 months ago by myco2.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Hendra Setiawan

    (@hendcorp)

    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:

    1. Log in to your WordPress admin dashboard.
    2. Navigate to the “wp-config.php” file located in your WordPress root directory.
    3. Open the “wp-config.php” file using a text editor.
    4. Look for the line that says define('WP_DEBUG', true);.
    5. Replace true with false, like this: define('WP_DEBUG', false);.
    6. Save the changes to the “wp-config.php” file.
    7. 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.

    1. How can I display photos of the covers of the articles in the feed please?
    Plugin Support Hendra Setiawan

    (@hendcorp)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP error with the plugin’ is closed to new replies.