FUDforum 2.6.0 with MySQL 5.0.38 :: Installation Failed [message #37788] |
Mon, 25 June 2007 18:33 |
sugog4
Messages: 2 Registered: June 2007
Karma: 0
|
Junior Member |
|
|
Hello,
i try to install FUDforum 2.6.0 with MySQL 5.0.38(Ubuntu 7.04 Feisty Fawn server).
During Installation, Step 2, i have this message :
The specified MySQL server is running version "0", which is older then the minimum required version "3.23.0"
I've identified the code in Install.php which starts at line 752 :
$r = dbquery('SELECT VERSION()') ...
followed by a pregmatch which can't match my MySQL version, line 754 :
preg_match('!((3|4|7)\.([0-9])+)(\.([0-9]))?)!',@current($fetch($r)),$m))
then my message line 760 ...
My problem is, i have to dev an eggdrop which have to be capable of display stuff like 10last topics, new posts real time, etc based on FUDforum 2.6.0 MySQL table architecture, and i can't work on the serv where this forum is hosted : i'll just pass the code when i'm done on my local testing environement.
I see 2 solutions :
1 - table architecture has not changed since FUDforum 2.6.0, and then i can install the lastest stable release.
Am i right?
2 - i could make a little hack in the preg_match line 754 in install.php to accept my MySQL version(5.0.38).
Do you allow me to do that? and will it work?
thanks for your reading
sugog4
[Updated on: Mon, 25 June 2007 19:00] Report message to a moderator
|
|
|
|
Re: FUDforum 2.6.0 with MySQL 5.0.38 :: Installation Failed [message #37873 is a reply to message #37788] |
Wed, 27 June 2007 16:14 |
sugog4
Messages: 2 Registered: June 2007
Karma: 0
|
Junior Member |
|
|
Thanks for your fast answer Ilia.
now i got this message, step 2 :
Failed to import default data ("INSERT INTO fud26_cat (name,description,cat_opt,view_order) VALUES ('Test Category', ' - Just a test category', 1|2, 1)") into table def_cat, SQL Reason: Table 'homeland.fud26_cat' doesn't exist
Although the installation process has created 47 tables in my database, the fud26_cat table is missing, and i had not any failed creation table message.
I'm perplex
sugog4
[Updated on: Wed, 27 June 2007 16:14] Report message to a moderator
|
|
|
|