hpockets
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] EC 4.9.9 Broke EC Pro 4.7.8Just here to say, bless you all for writing your solution. I have been up all night struggling with my web host to find the underlying cause of today’s problem. I finally stumbled upon this, at 4:07am, and I could cry with relief. Thank you. Downgrading fixed my site. I can now run my business again.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp() after attempt to repairSo I wasn’t able to resolve this the standard way as per any of the steps above despite about 4 hours of trying ahead of posting this, with multiple manual upgrades via FTP and web browser.
I back up my database before performing any maintenance tasks, (thank you, “past me”!!), so therefore what I ended up doing to resolve this was:
1. create a new wordpress installation in a subfolder
2. reinstall the theme and plugins for my site in the new installation
3. import my database backup into the new database using PHPMyAdmin
4. verified all looked well, changed my site URL in PHPmyAdmin
5. went into my cPanel and updated the root folder for my domain to be the subfolder with the new wordpress install. cleaned up old files from there.Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp() after attempt to repairI have followed the above steps already today word for word. This is my result when I try to go to /wp-admin/upgrade.php after a manual update:
Fatal error: Call to undefined function nocache_headers() in /home/intra160/public_html/nz/wp-admin/upgrade.php on line 20
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp() after attempt to repairSimilarly, when trying to access wp-admin, I receive this error:
Fatal error: Call to undefined function nocache_headers() in /home/intra160/public_html/nz/wp-admin/admin.php on line 33
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp() after attempt to repairThanks for replying, Tara.
I tried to run /wp-admin/maint/repair.php as outlined here:
http://codex.ww.wp.xz.cn/Editing_wp-config.php#Automatic_Database_OptimizingI ran it fine on another of my websites earlier today. When I attempted to run it on this website, I started to receive these errors.