Dec 4th, 2011, 10:21 AM
Hi Theo,
Sorry you're having trouble - and for not getting back to you earlier; I've been away the last week.
So...! Something must have gone wrong with the upgrade script, preventing those tables from being created. When you initially upgraded, did you see any other errors outputted to the screen, or were you just automatically redirected to the Uh-oh page?
Speaking frankly, this just plain shouldn't happen. Either there's a problem in the upgrade code for your particular environment, or when you upgraded, all the files weren't properly uploaded to your web server causing the upgrade to fail.
I'd suggest this:
1. Edit your config.php file and add the following line:
This outputs all minor warnings and errors. It may provide a few more clues.
2. Try the upgrade again. Wait until all files have been uploaded via FTP, then go to your login screen.
If you still have problems, do you see any additional errors outputted at the very top of the page, prior to (or at the top of) the uh-oh page?
- Ben
Sorry you're having trouble - and for not getting back to you earlier; I've been away the last week.
So...! Something must have gone wrong with the upgrade script, preventing those tables from being created. When you initially upgraded, did you see any other errors outputted to the screen, or were you just automatically redirected to the Uh-oh page?
Speaking frankly, this just plain shouldn't happen. Either there's a problem in the upgrade code for your particular environment, or when you upgraded, all the files weren't properly uploaded to your web server causing the upgrade to fail.
I'd suggest this:
1. Edit your config.php file and add the following line:
PHP Code:
$g_default_error_reporting = 2047;
2. Try the upgrade again. Wait until all files have been uploaded via FTP, then go to your login screen.
If you still have problems, do you see any additional errors outputted at the very top of the page, prior to (or at the top of) the uh-oh page?
- Ben