• Resolved stavroch

    (@stavroch)


    Why do I get so many errors

    Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/customer/www/xxxx.com/public_html/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/MasterFeedsTemplate.php on line 220

    Deprecated: Return type of RebelCode\Wpra\Core\Data\EntityDataSet::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/customer/www/xxxx.com/public_html/wp-content/plugins/wp-rss-aggregator/src/Data/EntityDataSet.php on line 46

    Deprecated: Return type of RebelCode\Wpra\Core\Data\EntityDataSet::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/customer/www/xxxx.com/public_html/wp-content/plugins/wp-rss-aggregator/src/Data/EntityDataSet.php on line 62

    Deprecated: Return type of RebelCode\Wpra\Core\Data\EntityDataSet::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/customer/www/xxxx.com/public_html/wp-content/plugins/wp-rss-aggregator/src/Data/EntityDataSet.php on line 72

    Deprecated: Return type of RebelCode\Wpra\Core\Data\EntityDataSet::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/customer/www/xxxx.com/public_html/wp-content/plugins/wp-rss-aggregator/src/Data/EntityDataSet.php on line 82

    Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/customer/www/xxxx.com/public_html/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/MasterFeedsTemplate.php on line 220

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

    (@hendcorp)

    Hi @stavroch

    Thank you for reaching out! The PHP deprecation notices you reported are a known issue.

    While Aggregator version 4.x resolved several compatibility concerns, we recognize that it didn’t completely address all PHP 8 deprecation issues. However, I’m pleased to inform you that we are actively working on Aggregator 5.0, which will be fully compatible with PHP 8.x.

    This upcoming release will include comprehensive fixes and improvements to ensure smooth integration with PHP 8.x. We appreciate your patience and understanding as we work to deliver an improved experience with RSS Aggregator.

    Should you have any further questions or need assistance, please don’t hesitate to contact us.

    Thread Starter stavroch

    (@stavroch)

    Why does this happen suddenly?

    So, now I have to wait for a new version of your plugin?

    Plugin Support Hendra Setiawan

    (@hendcorp)

    Hi @stavroch

    The warnings you’re seeing are related to deprecated PHP functions and are typically triggered when WP_DEBUG is enabled in WordPress. These messages help developers identify issues but don’t usually impact your website’s functionality.

    Could you please check if WP_DEBUG was recently enabled in your wp-config.php file? This may explain why the notices started appearing suddenly.

    If you’d like to disable these notices, follow the steps below:

    1. Access your website’s wp-config.php file via FTP or your hosting control panel.
    2. Look for the following line of code:
      define('WP_DEBUG', true);
    3. Change true to false to disable the debug mode:
      define('WP_DEBUG', false);
    4. Save the changes and refresh your site.

    Once this is done, the deprecated notices should no longer appear. Let me know if you need any assistance with this, and I’d be happy to help!

    Thread Starter stavroch

    (@stavroch)

    In wp-config.php the WP_DEBUG S is false.

    Please check bellow.

    ini_set('display_errors','On');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', true);
    Plugin Support Hendra Setiawan

    (@hendcorp)

    Hi @stavroch

    Thanks for getting back to us!

    Could you please check your php.ini file and ensure that the display_errors directive is set to Off? It should look like this:

    display_errors = Off

    Additionally, you can update your wp-config.php file with the following line to ensure that errors are not displayed on the screen:

    ini_set('display_errors', 'Off');

    If you still see the deprecation notices after making these changes, please share your system information so we can take a closer look. Additionally, please send us a screenshot of the error so we can understand where it’s occurring. Thank you for your cooperation, and I look forward to hearing from you soon.

    Thread Starter stavroch

    (@stavroch)

    I follow the steps that you provide me and the issue remain.

    Please check https://ibb.co/nsLrXDZ

    Plugin Support Hendra Setiawan

    (@hendcorp)

    Hi @stavroch

    Thanks for getting back to us!

    Unfortunately, I can’t open the image you shared; the link is not working. Please see this screenshot.

    We will investigate further once we have your system information and a screenshot of the error.

    Thanks again for your cooperation.

    Thread Starter stavroch

    (@stavroch)

    I can see the image that I sent you!

    Plugin Support Hendra Setiawan

    (@hendcorp)

    Hi @stavroch

    Unfortunately, I still cannot open the link you shared (https://ibb.co/nsLrXDZ), as it seems to be inaccessible from my side. Could you please check the image permissions or try using a different image hosting service, such as https://snipboard.io?

    Once we have the screenshot and your system information, we can investigate further.

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.