How to Fix Fatal Error after upgrade to WordPress 2.8
juni18
In het nederland hoe krijg ik mijn adminsectie van mijn site weer in de lucht nadat lekker gemakkelijk heb gekozen voor een automatische upgrade van wordpress 2.7 naar wordpress 2.8. Nou zo maar dan in het engels..
Here is how I fixed this…
-
Delete the Plug-in folder after downloading it via FTP
-
Find the phrase is_site_admin() in the plugin files
-
Replace it with is_admin()
-
Upload it again to server via FTP
-
Login to WordPress admin, Activate the plugin if it is de-activated.
Geen dank, heb het ook maar op google gevonden!
