reuguma
Forum Replies Created
-
Forum: Plugins
In reply to: Push it – Plug inI have gone to my database just to check it out and see whether there are any errors denying me access to my administrative menus and this is the message I got:
REPAIR TABLE
easysms,easysms_carriers,easysms_groups,easysms_group_users,fssstats,wp_comments,wp_custom_headers,wp_f2p_items,wp_ilike,wp_kaltura_widgets,wp_links,wp_options,wp_postmeta,wp_posts,wp_terms,wp_term_relationships,wp_term_taxonomy,wp_usermeta,wp_users,wp_wiki_archives,wp_wiki_wikis,wp_wpo_campaign,wp_wpo_campaign_category,wp_wpo_campaign_feed,wp_wpo_campaign_post,wp_wpo_campaign_word,wp_wpo_logWhat do I do to repair this?
Forum: Fixing WordPress
In reply to: Deactivated plugins, Now I can’t access admin!Yeah, I too encountered the same problem recently and still cannot access my adminstration menu.
I just installed a plugin called ‘pushit’ and immedeately I could not access my Admin area.
All I get when I try to log in is:/*pushit_user_row_phone_variable_define_start*/ $phone = isset($user_object->phone_number) ? get_user_mobile($user_object) : “not set”; /*pushit_user_row_phone_variable_define_stop*//*pushit_user_row_phone_variable_insert_start*/break; case ‘phone’: $r .= “$phone”;/*pushit_user_row_phone_variable_insert_stop*/
Can anyone tell me what to do? Thanks
Forum: Plugins
In reply to: Push it – Plug inHullo esmi, thanks for your advice. However, after I tried doing what you asked me to do, I still cannot get into my dashboard because I got the following message:
/*pushit_user_row_phone_variable_define_start*/ $phone = isset($user_object->phone_number) ? get_user_mobile($user_object) : “not set”; /*pushit_user_row_phone_variable_define_stop*//*pushit_user_row_phone_variable_insert_start*/break; case ‘phone’: $r .= “$phone”;/*pushit_user_row_phone_variable_insert_stop*/
Fatal error: Call to undefined function add_meta_box() in /home/sharpeny/public_html/blog/wp-admin/includes/dashboard.php on line 129Please help me and show me how to rectify this.
Thank you