scott74
Expert
Just Getting Started
Member Likes (0)
Ran Wp in debug mode to try and figure out some issues.. Can you tell me what this is
Here is the line it is referring to
When anti splog is activated by itself and no other plugins i get
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/username/public_html/wp-includes/functions.php on line 3466
Anti Splog
line 579 if (strpos($_SERVER['HTTP_REFERER'], '?page=ust&tab=splogs'))
line 53 add_filter('wp_signup_location', 'ust_wpsignup_filter');
line 76 add_action('bp_signup_validate', 'ust_signup_errorcheck_bp'); //buddypress support
Notice: Undefined index: page in /home/scott74/public_html/wp-content/plugins/wpmudev-updates/notifications.php on line 53
Notice: Undefined variable: msg in /home/scott74/public_html/wp-content/plugins/wpmudev-updates/notifications.php on line 76
Not sure also if this this why I keep showing updates when I do not have any
See errors here ---->>>>> http://imm.io/bBkq

Responses (6)
WPMU DEV Fanatic (joined October 2009) Likes (0)
Hi Scott,
Thanks for all the details on this, certainly helps to have as much information available as possible when troubleshooting.
The deprecated error message regarding capabilities shouldn't affect things, the levels the plugin uses, while being deprecated, should still work currently.
With the debug mode turned off, are you not seeing any errors at all? If so, what types of issues are you experiencing?
Thanks,
David
Member (joined September 2011) Likes (0)
well i am still showing that i have a plugin update but all my plugins are up to date.. i have wiped the data base clean and started over 2 time while trouble shooting a bunch of stuff and that still shows that i have a plugin update...
I tried to manual update but it wont go away...
WPMU DEV Fanatic (joined October 2009) Likes (0)
Thanks for clarifying that Scott. I'll run this by one of the developers to see what he might be able to catch with this as I can't really see where that would be coming from.
-David
Lead Developer (joined May 2009) Likes (0)
What plugin/theme is it saying needs updating? If it's a DEV one it will show on the wpmu dev page.
Member (joined September 2011) Likes (0)
none of them say they need updated.. only on the left menu it keeps saying 1 plugin needs updated.. when you click on it, it says everything is up to date
Lead Developer (joined May 2009) Likes (0)
Hmmm, Does it put the number next to the WPMU DEV menu item, or just the Plugins menu item?
If wpmu dev you can try deleting the 'wdp_un_updates_available' meta key in the sitemeta table.
Become a member