You are not logged in.
Using Mysql 4.0.24_Debian-10ubuntu2.1-log
I have started the install process but it falls over at stage 3, it passes the diagnostics on all checks. The process fails to create the tables with an error:-
4203 Error during the database updateTable 'SSLInventory.glpi_config' doesn't exist.
Can anyone advise as to what is happening?
Charlie
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
install process but you have an update process error ?
which version do you try to use ?
Do you make an installation or an update ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Thanks for such a swift response.
This is a new install, version 0.68.3.
Charlie
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
and you choose install on the first step ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
When I first browse to the URL I get the page GLPI SETUP- Language
I choose English (en_BR) and OK
Then I get the page GLPI SETUP - Licence
I accept and Continue
Then I get the Page GLPI SETUP - Beginning of the installation
I choose Installation
Then I get the page Beginning of the installation - Step 0
All tests perfect ! I choose Continue
Then I get the Page GLPI SETUP - Step 1
I enter the server ip address, the mysql user and password and then click continue
Then I get the Page GLPI SETUP - Step 2
It offers me a number of data bases including the one I created called SSLInventory. I select this one and Continue
Then I get the error:-
4203 Error during the database updateTable 'SSLInventory.glpi_config' doesn't exist
This also happens if instead of choosing a database I created I choose to create one and step 2
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
hummm...
Are the tables created in the databases ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
I think that you Mysql version is too old for GLPI
GLPI needs Mysql version >4.23
JMD / Jean-Mathieu Doléans - Glpi-project.org - Association Indepnet
Apportez votre pierre au projet GLPI : Soutenir
Offline
No the tables do not get created. However if I choose to create a database rather then en existing one the data base gets crated but not the tables. As mentioned before this leads to the same error message.
I have to admin I had missed the version info. When I originally checked the readme it said version 4.1.13. My production server is 4.1.19 and I though OK that's fine. My test server is this one 4.0.24 and I hadn't registered that it was below the required version.
I have tried the same using the production server and version 4.1.19 and I get the same error.
Are you sure it requires 4.23? I can see nothing on the website to say this (I might have missed this though) and as I say the readme says >4.1.13?
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
> 4.1.13 but you used a 4.0.24
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Perhaps I'm being a bit stupid here but I can't see any MySQL version 4 above .1 at http://downloads.mysql.com/archives.php and the highest version of that is 4.1.21. Am I missing something?
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
As mentioned above, this morning I also tried it using the production server and version 4.1.19 and I get the same error.
Sorry it seems as though our postings crossed.
Last edited by southcot (2007-05-04 08:51:05)
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
One thing that puzzles me is where SSLInventory.glpi_config ought to be?
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
The update of the default database don't seems to work.
It was the first time I see such a thing.
The mysql version does not seem to be a problem for such a thing.
You could try to do a manual import of the default database.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
I'd be happy to do that, can you point me to how I do this?
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
I have looked all through the files and I can see glpi-0.68-empty.sql and glpi-0.68.1-empty.sql. Presumably it is the second one I use?
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
the second one yes. Sorry I have to give you this information.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Ok let you know how it goes. Thanks for the help.
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
OK I have run the import manually and at first it didn't work. On investigation it failed on the alerts table creation.
Changing the line:-
`date` timestamp NOT NULL default CURRENT_TIMESTAMP,
To:-
`date` timestamp NOT NULL,
Sorted it and checking the table after the current date and time get saved by default.
If you want to look at it, I have posted the full SQL dump from my database at:-
http://southcot.com/assets/glpi.txt
I've yet to start trying GLPI but am hopeful that all will go OK now. I will let you know.
Charlie
Last edited by southcot (2007-05-08 08:11:52)
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
The web interface looks fine. Thanks for the help, sorry my French isn't up to this situation and glad your English was so good!
Charlie
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline
Huml i think your probleme provide from your mysql version.
Current_Timestamp is supported only by Mysql version >4.1.2
JMD / Jean-Mathieu Doléans - Glpi-project.org - Association Indepnet
Apportez votre pierre au projet GLPI : Soutenir
Offline
OK problem is that on none of the sites I am running do I have access to MySQL later than 4.1.19. Presumably this is purely an issue of the dump, is there anything else that is broken by using the earlier version? As pointed out earlier readme says > 4.1.13.
Charlie - I'm in love with GLPI
OS : Windows 2003 Server
GLPI : 0.70.2
Offline