gavintyte
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4Thanks – I don’t think so (even though I’m not clear why it worked). I’m going to add the plugins back in one by one. I’ll close the topic. Thanks esmi.
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4None of the menu links worked after install. So I went to permalinks and reset the permalinks settings. They menus now work.
I will now try and re-install plugins. Still not clear why this didn’t work. The only thing I did different was to completely remove the plugins folder and removing everything but my theme from the content folder. Then the updating of the database worked (even though there were no plugins in it)
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4Okay – getting somewhere. I deleted everything in my content folder (pretty much) and the install database is now successful. I will now try and re-populate the content.
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4I will download, delete and re-upload again – 5th time!
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4Yes. The file cache.php is there in wp-admin/includes.
—-
I’ve checked it and it appears to be defining the function… e.g.
function wp_cache_add_non_persistent_groups( $groups ) {
// Default cache doesn’t persist so nothing to do here.
return;
}It has permissions set to 644.
—-
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4I have set the Active Plugins in phpMyAdmin to a:0:{} and have removed the plugin folders too. Still no change.
I have tried another delete files from server and re-upload via FTP – still getting the same error on Updating Database.
Fatal error: Call to undefined function wp_cache_add_non_persistent_groups() in /home/uplymech/public_html/wp-includes/class-wp-theme.php on line 177
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4I tried that earlier but it didn’t seem to make any difference. I will try again in the morning (need to sleep now – been up since 4am this morning). Thanks.
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4Hmmm. Now the front end site menus won’t link to any pages.
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4No, I’m afraid that didn’t work.
I still get the message:
Fatal error: Call to undefined function wp_cache_add_non_persistent_groups() in /home/uplymech/public_html/wp-includes/class-wp-theme.php on line 177
when trying to do a Database Update.
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4Okay – I will do so again. Third time lucky. 🙂
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4I did not overwrite the old files and folders. I deleted the old files and folders and uploaded the new files.
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4@rechellucie – there is just an s missing off the end of the URL
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4(I deleted all the files on the server before uploading the new files)
Forum: Fixing WordPress
In reply to: Fatal Error updating database in 3.4That’s what I did. I did a fresh download of 3.4 and FTPd up the fresh files.
BTW: I just went in to phpMyAdmin and deactivated the plugins. No change.
Forum: Fixing WordPress
In reply to: Automatic Upgrade Not workingThanks seriocomic! After dealing with this problem for some time, and having to perform manual installs, I found this thread, changed the permissions on my upgrade folder from 755 to 777 and now my auto-upgrade on plugins and site worked without any glitches. 🙂