|
|
|
Re: upgrading to 2.2.1 [message #3912 is a reply to message #3910] |
Tue, 09 July 2002 15:09 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I see the problem, here is the 'fix':
open the upgrade.php and change:
include_once $GLOBALS['INCLUDE'].'db.inc';
to
fud_use('db.inc');
on line 342
FUDforum Core Developer
|
|
|
Re: upgrading to 2.2.1 [message #3914 is a reply to message #3912] |
Tue, 09 July 2002 16:08 |
smike
Messages: 182 Registered: April 2002 Location: Munich/Germany
Karma: 0
|
Senior Member |
|
|
Is it necessary to do the upgrade again if you receive this error?
I got the same error-message, but nearly everything seems to be OK.
BTW, I found some bugs, but I tell you later.
Update:
Sorry, my error message was a bit different:
failed opening include/glob.inc for inclusion (include_path /usr/local/lib/php) in include/core.inc on line 49
[Updated on: Tue, 09 July 2002 16:11] Report message to a moderator
|
|
|
Re: upgrading to 2.2.1 [message #3915 is a reply to message #3914] |
Tue, 09 July 2002 16:10 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Yes it is, the reason being that while the forum's file were upgrade non of the upgrade SQL queries have occured.
FUDforum Core Developer
|
|
|
Re: upgrading to 2.2.1 [message #3916 is a reply to message #3914] |
Tue, 09 July 2002 16:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
sMike wrote on Tue, 09 July 2002 12:08 | Is it necessary to do the upgrade again if you receive this error?
I got the same error-message, but nearly everything seems to be OK.
BTW, I found some bugs, but I tell you later.
Update:
Sorry, my error message was a bit different:
failed opening include/glob.inc for inclusion (include_path /usr/local/lib/php) in include/core.inc on line 49
|
Which version were you upgrading from?
FUDforum Core Developer
|
|
|
|
Re: upgrading to 2.2.1 [message #3918 is a reply to message #3917] |
Tue, 09 July 2002 17:02 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
okie, give me a little while, I'll check on my test server.
FUDforum Core Developer
|
|
|
|
Re: upgrading to 2.2.1 [message #3922 is a reply to message #3912] |
Tue, 09 July 2002 19:05 |
|
prottoss wrote on Tue, 09 July 2002 11:09 | I see the problem, here is the 'fix':
open the upgrade.php and change:
include_once $GLOBALS['INCLUDE'].'db.inc';
to
fud_use('db.inc');
on line 342
|
Awesome...this one worked for me. The error that I got when I ran the 'bare' upgrade script was:
Warning: Failed opening '/home/www/<domain>-www/ccnmforum/include/db.inc' for inclusion (include_path='./:/usr/local/lib/php') in /home/www/<domain>-www/ccnm/upgrade.php on line 349
FATAL ERROR: your forum's MySQL account does not have permissions to create new MySQL tables
Enable this functionality and restart the script.
But once I corrected the above line (349 for me) the upgrade was successful.
|
|
|
|
Re: upgrading to 2.2.1 [message #3925 is a reply to message #3923] |
Tue, 09 July 2002 20:33 |
morgoth
Messages: 34 Registered: July 2002
Karma: 0
|
Member |
|
|
i think it worked for me to, but it still stand 2.2.0 on the frontpage!
Have you just forgotten t change this, or was the upgrade unsuccessfully?
it didn't say there were any errors
Edit: i have done the forum consistency
[Updated on: Tue, 09 July 2002 20:34] Report message to a moderator
|
|
|
Re: upgrading to 2.2.1 [message #3926 is a reply to message #3925] |
Tue, 09 July 2002 20:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It should have said 2.2.1
Leave it as is for now if all works fine, 2.2.2 will be out in a day or two and since it will no longer have the issue with the upgrade script the upgrade should go more smoothly.
FUDforum Core Developer
|
|
|
|
Re: upgrading to 2.2.1 [message #3930 is a reply to message #3929] |
Tue, 09 July 2002 21:17 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There is a substancial difference between 2.0.2 and 2.2, so yes many new files will need to be created. If any files are removed in the upgrade process they will be backed up.
FUDforum Core Developer
|
|
|