• I dont know why, but im getting the following error:

    “Fatal error: Cannot redeclare timer_stop() (previously declared in /home/content/t/h/r/threesixty101/html/wp-settings.php:65) in /home/content/t/h/r/threesixty101/html/wp-includes/functions.php on line 865”

    Any ideas or suggestions? Thx….

Viewing 13 replies - 1 through 13 (of 13 total)
  • Did you deactivate your plugins prior to upgrade? If not, ftp to your site and delete the plugins. I’m assuming you have backups to re-upload.

    Thread Starter twenty5

    (@twenty5)

    nop…. that didnt really do anything….

    But thx for replying tho….

    Help?

    you didnt follow the upgrade instructions and delete the files before uploading the new ones. How do I know? Because in 2.0.x versions that function, timer_stop(), is defined inside functions.php, AND in 2.1 it, that function, was moved to wp-settings.php.

    Delete your current wp-includes/functions.php and upload a fresh 2.1 copy of that file.

    Thread Starter twenty5

    (@twenty5)

    ? please….

    read up ^

    the new error you are seeing now:

    Fatal error: Cannot redeclare class wp_query in /home/content/t/h/r/threesixty101/html/wp-includes/query.php on line 256 is caused by the same thing as the first error. The function was moved, and is now being loaded in 2 files.

    You need to delete EVERYTHING inside wp-includes/ and upload fresh copies.

    Thread Starter twenty5

    (@twenty5)

    ok, i did it but now im getting ANOTHER error…..

    help…. please….

    ———————-
    Fatal error: Cannot redeclare validate_current_theme() (previously declared in /home/content/t/h/r/threesixty101/html/wp-includes/theme.php:417) in /home/content/t/h/r/threesixty101/html/wp-admin/admin-functions.php on line 1161

    thats a similar error.
    validate_current_theme is defined inside wp-admin/admin-functions.php in 2.0.x and was moved to wp-includes/theme.php in 2.1.x

    You need to delete the files you have inside wp-admin/ and reupload fresh copies – you have old files in there from the other version.

    theposterpreviouslyknownas

    (@theposterpreviouslyknownas)

    ??

    theposterpreviouslyknownas

    (@theposterpreviouslyknownas)

    validate_current_theme is defined inside wp-admin/admin-functions.php in 2.0.x and was moved to wp-includes/theme.php in 2.1.x

    You need to delete the files you have inside wp-admin/ and reupload fresh copies – you have old files in there from the other version.

    Thread Starter twenty5

    (@twenty5)

    ok, thx guys! Now i FINALLY upgraded! Thx a lot….

    BUT now i have ANOTHER problem… (sorry….. i promise that this wont happen again…)

    The login system says that my username is incorrect and that it doesn’t even exits. I found this problem/message weird since before this upgrade mess started, i could log in and out without any problems…..

    Did i do something wrong AGAIN?

    thx…… I really appreciate all the help.

    Thread Starter twenty5

    (@twenty5)

    I already tried to change it from the MyPHP thing and noting….

    My pass is simple “admin” btw….. it says: “invalid username”

    Thread Starter twenty5

    (@twenty5)

    “admin” as the username gives me the following:

    “invalid username”

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Upgrade error… Please…. 1st timefor me trying to upgrade WP’ is closed to new replies.