Title: kinaputt's Replies | WordPress.org

---

# kinaputt

  [  ](https://wordpress.org/support/users/kinaputt/)

 *   [Profile](https://wordpress.org/support/users/kinaputt/)
 *   [Topics Started](https://wordpress.org/support/users/kinaputt/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kinaputt/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kinaputt/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kinaputt/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kinaputt/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kinaputt/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging] WP RSS Agragator has a few errors and warnings under PHP 7.0](https://wordpress.org/support/topic/wp-rss-agragator-has-a-few-errors-and-warnings-under-php-7-0/)
 *  [kinaputt](https://wordpress.org/support/users/kinaputt/)
 * (@kinaputt)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/wp-rss-agragator-has-a-few-errors-and-warnings-under-php-7-0/#post-8885862)
 * I also have problems, WP 4.7.3. In my case the Dashboard – Posts – Add New – 
   right side “Publish” widget get screwed as most option buttons and settings are
   gone (shedule settings, save draft etc)
 * Here is output from PHP7 compability checker:
 * FILE: /home/mywebsite.tld/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/mywebsite.tld/public_html/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: /home/mywebsite.tld/public_html/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: /home/mywebsite.tld/public_html/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: /home/mywebsite.tld/public_html/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: /home/mywebsite.tld/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/mywebsite.tld/public_html/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: /home/mywebsite.tld/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. 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: /home/mywebsite.tld/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. —————————————————————————————————-
 * I have paid for the Category plugin, but don’t know if this make any difference
   regarding support for the main wp rss plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Help – can't get access to my site after update of the wp-statistics plugin.](https://wordpress.org/support/topic/help-cant-get-access-to-my-site-after-update-of-the-wp-statistics-plugin/)
 *  Thread Starter [kinaputt](https://wordpress.org/support/users/kinaputt/)
 * (@kinaputt)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/help-cant-get-access-to-my-site-after-update-of-the-wp-statistics-plugin/#post-6538089)
 * Somehow I have managed to get access to my site again, don’t know how. However,
   in the top of my admin login panel I now have what looks like a permanent update
   error message saying: “An automated WordPress update has failed to complete –
   please attempt the update again now.”
 * When I click the link to update it states that everything (wordpress, plugins
   and themes) is updated.
 * So, if everything IS updated, why does this update error message still there?
   Anyone know if this indicate a serious potencial problem, or how to fix it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Accidentaly set two domains as primary – Possible to reset (clean start)?](https://wordpress.org/support/topic/accidentaly-set-two-domains-as-primary-possible-to-reset-clean-start/)
 *  Thread Starter [kinaputt](https://wordpress.org/support/users/kinaputt/)
 * (@kinaputt)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/accidentaly-set-two-domains-as-primary-possible-to-reset-clean-start/#post-6520445)
 * Thanks for your answer. I reinstalled all of it, now it works. Don’t know what
   went wrong.

Viewing 3 replies - 1 through 3 (of 3 total)