Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 210725

WP RSS Agragator has a few errors and warnings under PHP 7.0

$
0
0

Replies: 0

I want to update my WordPress hosting to PHP 7.0, but some of my plugins are returning errors and warnings from the PHP7 checker I am using. WP RSS Aggregator is returning the following errors and warnings. Does anyone know if these are show stoppers?

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

FILE: /nas/content/live/chnmultitest4/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: /nas/content/live/chnmultitest4/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelAbstract.php
————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————————————-
41 | WARNING | Method name “ModelAbstract::__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
————————————————————————————————————————————————-

FILE: /nas/content/live/chnmultitest4/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelInterface.php
————————————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————————————–
19 | WARNING | Method name “ModelInterface::__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
————————————————————————————————————————————————–

FILE: /nas/content/live/chnmultitest4/wp-content/plugins/wp-rss-aggregator/includes/libraries/php-markdown/markdown.php
———————————————————————————————————————–
FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 4 LINES
———————————————————————————————————————–
242 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
1694 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
2271 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
2277 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
———————————————————————————————————————–

FILE: /nas/content/live/chnmultitest4/wp-content/plugins/wp-rss-aggregator/includes/libraries/browser.php
———————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————
225 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
———————————————————————————————————

FILE: /nas/content/live/chnmultitest4/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.
244 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
246 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
—————————————————————————————————————-

FILE: /nas/content/live/chnmultitest4/wp-content/plugins/wp-rss-aggregator/includes/admin-help.php
———————————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————————————–
609 | WARNING | Method name “WPRSS_Help::__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
———————————————————————————————————————————————–

FILE: /nas/content/live/chnmultitest4/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
—————————————————————————————————————————————————————


Viewing all articles
Browse latest Browse all 210725

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>