• Resolved codemonkeyx

    (@codemonkeyx)


    Hello,
    I just ran the upgrade to 3.2 and my main site seems to be un-affected, but I just get a blank screen when trying to do any admin functions. Post messages, configure etc.

    I tried removing my theme, changing the name of the plugins directory and removing the “active plugins” from the database. The only change I saw was when I removed the active plugins from the database I got the following error instead of the blank screen:

    `Fatal error: Cannot run code from this file in conjunction with non encoded files in /home/user/public_html/wp-includes/version.php on line 284

    Any info on what I can do to fix the admin section would be greatly appreciated.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The version.php file has only 43 lines, sounds like a failed update or even some kind of exploit. Probably best would be to delete wp-admin and wp-includes directories then update manually (through FTP). After that check all remaining files (plugins, themes, uploads, etc.) for suspicious code.

    Thread Starter codemonkeyx

    (@codemonkeyx)

    My version.php only has 43 lines of code too. That’s where I ran into a wall when trying to debug it.

    I am assuming that version.php got included into another file somewhere.

    I guess I will try a manual install tomorrow and see if that helps.

    I was having the same fatal error in version.php on line 284 issue.

    I unclicked all the options I had enabled.. deactivated W3 Total Cache (running APC)and after reactivating W3 Total Cache my fatal errors no longer come up (so far).

    Hope that helps.

    Thread Starter codemonkeyx

    (@codemonkeyx)

    Hi JasonSB, thanks for the response. Did you change these options in phpMyAdmin or somewhere else.

    Also, I am thinking it might be time to do a clean install. I looked at my database and see tables for plugins I deleted. Is there a way to start with a clean site and import just posts and users etc into a brand new 3.2 database?

    Or should I just try replacing all the php files with clean install files?

    Thanks in advance,

    Thread Starter codemonkeyx

    (@codemonkeyx)

    Not having any luck, I disabled plugins and themes and no dice.

    Does anyone have an easy way to start with a clean database and install and just import my posts and users?

    Thread Starter codemonkeyx

    (@codemonkeyx)

    Ok I restored a backup and got back to 3.1.4 Any tips on what I can do now to insure I get to 3.2 with no more hick ups?

    Do a test install of 3.2 in a sub-directory (if you can), then add the same theme and plugins as on the live site. That will let you test them all first.

    I got the same problem early on, now I got this

    wp_options: Table ‘rexediti_wrdp1.wp_options’ doesn’t exist

    and I cant access anything

    any advice?

    Did you edit your options table with phpMyAdmin? Restore it from your backup.

    I’m new to this so I’m not really sure,
    does phpMyadmin automatically back things up,
    if so where do I find it.

    if back up is dome manually then, It might be hopeless

    is there any option?

    I did remember droping a file,

    Go to your wp_options table in PHPmyAdmin, find line 45 (templates) and 46 (stylesheet), then change the names there to: twentyten

    That will get your WordPress Admin going again.

    Mike

    No automatic backup in phpMyAdmin. Perhaps ask your host to restore this table only (but first make backup so if something goes wrong you don’t loose the other tables!).

    I already done emailing my host

    I see how do you create back-up?

    Don’t back-up anything now – it could overwrite your old backup (the one that works). Some hosts only archive 1 backup at a time.

    I’d say wait for your host to help you now.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘Upgrade to 3.2 Admin not working.’ is closed to new replies.