Hi
I removed the update code (in admin/db-update.php) and the site now loads, albeit with some minor formatting issues. I had to reinstall widgets and whatever. I have two versions, which I switch between to see how the site is supposed to look, and the new (current) version which has the minor formatting problems.
Code removed (which was causing problems).
if ( get_option( ‘graphene_ga_code’ ) === ” ){
wp_die(‘updating to 1.0’);
graphene_update_db_to_1_0();
}
Not the most elegant solution, but I’m not a php programmer, and I’m short on time.