Hi. I upgraded to 3.01 from 2.9.2. Running PHP 5.3.0.
I get this error on the dashboard where it's trying to pull feeds. Anyone else get this? What can I do? It seems like it's contained within the core code.
Fatal error: Cannot make static method SimplePie_Cache::create() non static in class WP_Feed_Cache in /www/demo/svn/lnguyen/demo/wp-includes/class-feed.php on line 6
Thanks for any help!
Can you re-upload the files manually? Maybe something didn't get copied up.
Also, what plugs are you using?
I still get the message even after I deactivated all my plugins and removed all my mu-plugins.
I'll try re-copying the files. Thanks for the suggestion.
Whoops. I had included another SimplePie class definition that conflicted with the one that came with WordPress. That one defined the create() method as static.
Whoops. I had included another SimplePie class definition that conflicted with the one that came with WordPress. That one defined the create() method as static.