Creating userplugins table... [failed]
Creating version table... [failed]
Importing sample data...Invalid query: INSERT INTO cms_learning_community_version VALUES (32);
Does anyone have this experience! and know if this error is due to an incompatible mysql version?
I would be grateful for any responses!
K
1.6 installation - error
Re: 1.6 installation - error
Can you run a query in your DB with a SQL tools (ex phpmyadmin?)elliske wrote: Importing sample data...Invalid query: INSERT INTO cms_learning_community_version VALUES (32);
Try to drop that long prefix table ..... (default is cms_)
Alby
Last edited by alby on Tue Jun 30, 2009 3:07 pm, edited 1 time in total.
Re: 1.6 installation - error
I will give that a try thanks for your quick response!
Is there a way to determine if this error is related to version issues of mysql since
my test install runs a much later version of mysql than the university server.
In short, does 1.6 cmsmadesimple require newer than 3.3 mysql?
thanks for your responses!
k
Is there a way to determine if this error is related to version issues of mysql since
my test install runs a much later version of mysql than the university server.
In short, does 1.6 cmsmadesimple require newer than 3.3 mysql?
thanks for your responses!
k
Last edited by elliske on Thu Jul 02, 2009 8:52 pm, edited 1 time in total.
Re: 1.6 installation - error
I had the same problem with 1.6 on a 1and1 share hosting but now it's solved.
I change my database version from 4 to MySQL5.0 and all work fine now
I change my database version from 4 to MySQL5.0 and all work fine now
http://www.lenetpourtous.com/ - Hosting and Website design
Re: 1.6 installation - error
For new installation is enough 4.1 versionzounars wrote: I had the same problem with 1.6 on a 1and1 share hosting but now it's solved.
I change my database version from 4 to MySQL5.0 and all work fine now
Alby
Re: 1.6 installation - error
Thank you for the information. I've updated http://wiki.cmsmadesimple.org/index.php ... quirementsalby wrote: For new installation is enough 4.1 version
Pierre