Page 1 of 1

Installation fails!

Posted: Sat 4. Jun 2011, 13:17
by OlliFI
I´ve tried to install phpwcms contentmanagement system but I get an error when installing:

Code: Select all

Errors while creating initial phpwcms tables. Solve it manually:
And after this there is a big list of db queries.

How could I have this fixed?

I´m using by own ubuntu server.

Re: Installation fails!

Posted: Mon 13. Jun 2011, 02:35
by Oliver Georgi
Seems connecting to the DB is false. Hard to say at this point.

There are SQL dumps in setup/default_sql. Use

Code: Select all

phpwcms_init_410.sql
first then

Code: Select all

phpwcms_inserts.sql

Re: Installation fails!

Posted: Mon 13. Jun 2011, 06:56
by OlliFI
Ok, I will try it when I have time.