We are getting an error in wp_debug log as follows:
PHP Notice: Undefined property: UberMenu_dynamic_term_item::$sgpbPopupId in /opt/bitnami/wordpress/wp-content/plugins/popup-builder/com/classes/components/Menu.php on line 51
I am trying to isolate the issue and resolve it, but wondering if you can offer any advice?
Thank you
]]>Fatal error: Call to undefined function wp_get_update_data() in /home/dbrubacher/southernstone.ca/wp-admin/menu.php on line 32
Can any advise how to proceed?
Thanks so much!
Deborah
Now, as soon as I log in to my site, I get this error:
“Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/61/w19901/likeims/wp-admin/menu.php on line 77”
and I get it on a white page – I don’t get it in a text box on the dashboard like last time, this time the error is all I can see and access – there are not menus or nothing so there is nothing I can do, I cannot deactivare the plugin!!
I have the memory set to 256M in wp-config, since before.
I keep thinking there should be some file where I can change the status for the plugin to “deactivated” and upload that to my FTP, but I have no idea where to start. And it may not even be the right thing to do. I don’t know what version WP I have as I cannot access it to check…
The site seems to work ok for vieweing, but that’s it… Please, can someone help…? I am at a complete loss.
]]>Thinking I was working in the sand-box, I accidentally updated the public site to WP 3.5.1 and fried it. After re-installing 3.2.1 and restoring the wp-includes folder, it works as well as ever for visitors.
The problem now is that when I try to access the admin functions, this error message appears:
“Fatal error: Call to undefined function wp_get_update_data() in /home/heritage/public_html/wp-admin/menu.php on line 34.”
I read menu.php in case it made sense to me [code-clueless]–sorry, it didn’t… What should I do???
Many thanks for your help, Anna
https://typeheritage.com
// Add 'Editor' to the bottom of the Appearance menu.
if ( ! is_multisite() )
add_action('admin_menu', '_add_themes_utility_last', 101);
function _add_themes_utility_last() {
// Must use API on the admin_menu hook, direct modification is only possible on/before the _admin_menu hook
add_submenu_page('themes.php', _x('Editor', 'theme editor'), _x('Editor', 'theme editor'), 'edit_themes', 'theme-editor.php');
}
I cannot seem to find a resolution in the WordPress forums or from Google. Any help is much appreciated!
]]>Parse error: syntax error, unexpected ‘%’, expecting T_VARIABLE or ‘$’ in C:\inetpub\vhosts\seemelastnite.com\httpdocs\wp-admin\menu.php on line 161
The interesting thing is, it actually logs you into the website.. I tried on another website as a test, same thing happened so I tried replacing the wp-admin/menu.php file but no joy…
]]>PHP Error Message
Fatal error: Call to undefined function wp_get_update() in /home/a6392481/public_html/wp-admin/menu.php on line 34
Free Web Hosting
Please help!!!
www.myride.netii.net
]]>Based on what I saw other people recommending, I’ve already downloaded a fresh copy of 3.3 to my computer, found the file in question /wp-admin/menu.php and replaced it in my ftp manager through godaddy. This did nothing. Just for kicks I tried again. Nothing. For some extra special fun I removed the file completely to see if the error message would change. It did, no surprise. added it back and I got the same error as before.
So I pulled up menu.php in dreamweaver and here is the line in question…
$update_data = wp_get_update_data();
This is where my know-how ends and my instincts say I should stop and ask for directions before I break something.
Any help would be greatly appreciated. Thank you!
]]>I found the file – and this is the text (line 10-15):
if ( is_network_admin() )
do_action(‘_network_admin_menu’);
elseif ( is_user_admin() )
do_action(‘_user_admin_menu’);
else
do_action(‘_admin_menu’);
_______
Can you please help me and tell me what to do next? I’m so afraid to loose my 100 blogposts – and followers!
The error showed up after trying to update from 3.0.5. to 3.1. I didn’t make a backup until after the errormessage – but I hope it’s all saved anyway. It looks right at the domain it self – I just can’t login to do any updates.
I hope to get some help in here.
THANK YOU!
Sandra
[I’m sorry to post this one in two diff. forums – didn’t know which one to choose]
]]>