Forums

[resolved] Upgraded to the latest WP and now I can't get in to my dashboard! (4 posts)

  1. melissamcclure
    Member
    Posted 2 months ago #

    My blog is still showing up normally but when I try to log in or hit edit, it gives me this error:

    Fatal error: Call to undefined function is_site_admin() in /home/melissd3/public_html/wp-content/plugins/sem-google-analytics-admin.php on line 20

    Obviously it has something to do with Google Analytics, but i can't even get in to my WP backend to figure it out!

  2. krembo99
    Member
    Posted 2 months ago #

    is_site_admin() function is now obsolete

    1.Delete the Plug-in folder after downloading it via FTP
    2.Find the phrase is_site_admin() in the plugin files
    3.Replace it with is_admin()
    4.Upload it again to server via FTP
    5.Login to Wordpress admin, Activate the plugin if it is de-activated.

  3. krembo99
    Member
    Posted 2 months ago #

    Sorry, I forgot the obvious -
    (Or just check if there is a new version of the plugin and update it )

  4. melissamcclure
    Member
    Posted 2 months ago #

    Thank you!!!!

Reply

You must log in to post.

About this Topic