• Resolved Medievaldragon

    (@medievaldragon)


    Installed RSS aggregator for the first time. DOA upon activation. The admin page shutdown until I disabled the plugin in the FTP.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Miguel Muscat

    (@mekku)

    Hi @medievaldragon,

    We apologize for the inconvenience. We’ve received similar reports of other users that faced the same issue on the latest version and are working hard to release a patch in the coming days. We ask that you be patient and wait for the next version of the plugin, v4.13.2. Thank you.

    It looks like there are several issues with the plugin and it being compatible with PHP 7.2 or newer. See some details below.

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/includes/feed-access.php
    —————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————
    411 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    —————————————————————————————

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/includes/libraries/php-markdown/markdown.php
    —————————————————————————————
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    —————————————————————————————
    242 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    1653 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    1694 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    —————————————————————————————

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Regex/HtmlEncoder.php
    —————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————
    562 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
    —————————————————————————————

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObject.php
    —————————————————————————————
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    —————————————————————————————
    387 | WARNING | Method name “DataObject::__toArray” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    443 | WARNING | Method name “DataObject::__toXml” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    488 | WARNING | Method name “DataObject::__toJson” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    —————————————————————————————

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/includes/system-info.php
    —————————————————————————————
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    —————————————————————————————
    81 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    277 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    279 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    —————————————————————————————

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/includes/opml-importer.php
    —————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————
    48 | WARNING | Method name “WPRSS_OPML_Importer::__contruct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    —————————————————————————————

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/src/StringableInterface.php
    —————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    —————————————————————————————
    3 | ERROR | ‘string’ is a reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
    —————————————————————————————

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Lexer.php
    —————————————————————————————
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    —————————————————————————————
    171 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    175 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    —————————————————————————————

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Compiler.php
    —————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————
    223 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    —————————————————————————————

    FILE: /home/public_html/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Profile.php
    —————————————————————————————
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    —————————————————————————————
    174 | WARNING | Method name “Profile::__serialize” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    182 | WARNING | Method name “Profile::__unserialize” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    —————————————————————————————

    @mekku In the meantime, is it possible to provide .zip for last compatible version? and/or update the plugin directory?

    @cianciabella

    You can rollback to a previous version of the plugin here: https://wordpress.org/plugins/wp-rss-aggregator/advanced/

    Just select the version from the drop-down at the bottom of the page and download the zip folder of the selected version.

    Thread Starter Medievaldragon

    (@medievaldragon)

    I was asked to be patient. New update was released (I installed it on May 19). Still unable to load wp-admin nor the frontpage when I activate this plugin.

    Plugin Author Miguel Muscat

    (@mekku)

    @medievaldragon Without an error message, we unfortunately cannot diagnose this problem. You should be able to see an error message by turning on WordPress debugging. The error should then become visible when you try and access the admin page.

    Plugin Author Mark Zahra

    (@markzahra)

    @medievaldragon we hadn’t heard back on this issue, so we’ll be closing the ticket for now. Should you wish to re-open it at any time, just reply back.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘PHP7.2 and WordPress 5.2 installed’ is closed to new replies.