sp100
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Graphene] Graphene causes problem with updateHi
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.
Forum: Themes and Templates
In reply to: [Graphene] Graphene causes problem with updateThanks silverks
Unfortunately that didn’t work for me — I was attempting to upgrade from an earlier version (1.1.2) which left too many database tables/entries to analyse as to why the errors were occuring on upgrade.
Instead I’ve simply changed the instances of “graphene” in the code to side-step the corresponding database tables.
Obviously that will present issues re upgrading, but for now the client site is up to date.
btw, I still have the link to your site for acknowledgements (thank you).
Cheers
Forum: Themes and Templates
In reply to: [Graphene] Graphene causes problem with updateHi there
Same problem “updating to 1.0”.
Any update on this?