aaronhall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HOME URL Wp-Admin login LoopingI found a solution.
Problem:
For me, the cause was upgrading from a very old version of WordPress to a current version—Wordpress couldn’t handle such a drastic upgrade.Solution:
1. The solution was to install WordPress 3.5 and allow WordPress to update the database. This let me get into the control panel without the infinite loop. It seems WordPress needs to be updated incrementally.2. Then I installed WordPress 3.8 and allowed WordPress to update the database.
3. Then I installed WordPress 3.9.3 and allowed WordPress to update the database.
4. Then I installed WordPress 4.0.1 and allowed WordPress to update the database. (At the time of this writing, 4.0.1 is the current version.)
Forum: Fixing WordPress
In reply to: 3.2 Updated: "Cannot redeclare wp_timezone_supported()"Although re-uploading a fresh copy of WordPress fixed this problem, it keeps re-occuring. Every few days my sites display an errors like these:
Fatal error: Cannot redeclare wp_timezone_supported() (previously declared in /home/adh1/public_html/lawstudent.tv/wp-includes/functions.php:3891) in /home/adh1/public_html/lawstudent.tv/wp-includes/deprecated.php on line 2617
Fatal error: Call to undefined function require_wp_db() in /home/adh1/public_html/electronicdiscovery.info/wp-settings.php on line 75
I keep re-uploading a fresh copy, the blog works properly for a few days, and then I get these errors again.
Any suggestions?