• Resolved KippH

    (@kipph)


    Dashboard error in WordPress Blog, Plugins & Incoming Links.
    After updating to WP 3.2.1 was working fine in 3.2. My other site is fine running 3.2.1 with very similar plugins.

    Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/web/betzwood/webshare/wordpress/wp-includes/class-simplepie.php on line 738

    Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/web/betzwood/webshare/wordpress/wp-includes/class-simplepie.php on line 1108

    Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/web/betzwood/webshare/wordpress/wp-includes/class-simplepie.php on line 1602

    Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/web/betzwood/webshare/wordpress/wp-includes/class-simplepie.php on line 1643

Viewing 15 replies - 1 through 15 (of 27 total)
  • No amount of fiddling with error settings does anything about this, could the issue be with the RSS servers upstream?

    Thread Starter KippH

    (@kipph)

    Could be don’t know I’m new to this stuff. Anyway to test this? Or turn off?

    Thread Starter KippH

    (@kipph)

    Could it be a PHP5 issue?
    PHP v5.3.2

    No – the minimum requirement is PHP 5.2.4 Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress.

    Thread Starter KippH

    (@kipph)

    Completed everything listed above and nothing corrected the issue

    It’s definitely not coming from WP core, so it’s either a bad plugin/theme or a corrupt file.

    Thread Starter KippH

    (@kipph)

    Jetpack plugin did give me some errors when deactivating/activating. But did not solve the issues of the WordPress Blog shooting errors on the Dashboard.

    Thread Starter KippH

    (@kipph)

    Got some of the errors to go away after re-configuring the rss feed plugins on the dashboard. I also disabled notice error reporting & error display in the php.ini file. Working for now. Still cannot get the Plugins Blog running on the Dashboard. Oh Well 3 out of 4 isn’t bad.

    Got the same error as well, and none of abovementioned steps have helped.

    My errors display in Dashboard, “incoming links”, “Plugins” and “WordPress blog”:
    Deprecated: Assigning the return value of new by reference is deprecated in …\wordpress\wp-includes\class-simplepie.php on line 738

    Thread Starter KippH

    (@kipph)

    Got the same error as well, and none of abovementioned steps have helped.

    My errors display in Dashboard, “incoming links”, “Plugins” and “WordPress blog”:
    Deprecated: Assigning the return value of new by reference is deprecated in …\wordpress\wp-includes\class-simplepie.php on line 738

    Did you try resetting the RSS feeds & editing the php.ini file to disable notice errors? All of the sudden it starting working fine after a few days. I have not seen any of the errors return. I do think the php.ini file was edited by our host accidentally.

    The issue is most likely due to the simplepie you are using. Adding the SimplePie Core plugin here seems to have fixed things here:

    https://www.ads-software.com/extend/plugins/simplepie-core/installation/

    Hi Guys!

    I tried all of @esmi tricks. It did not worked.

    I tried plugin suggested by @manndtp. I did not worked.

    @kipph, which php.ini are you refering too? WordPress installed main folder? Can you post the snippet of code like you modified it?

    Also, how did you reset the RSS feed. I am NOT using any plugin for RSS. My theme is TwentyTen.

    Thank you all for taking the time to reply and post on this topic.

    Best regards
    Jean

    I just discovered a nice plugin to help track the problem.
    Log Deprecated Notices By Andrew Nacin https://www.ads-software.com/extend/plugins/log-deprecated-notices/

    I already noticed that some plugin were registering errors.

    Thread Starter KippH

    (@kipph)

    php5.ini lines added to disable error reporting & error display

    error_reporting=E_ALL & ~E_NOTICE
    display_errors=off

    Some really solutions to that problem? Or almost some idea to understand the cause to that?

Viewing 15 replies - 1 through 15 (of 27 total)
  • The topic ‘Deprecated Error in WP 3.2.1 Dashboard’ is closed to new replies.