Elxis CMS Forum

Support => Installation => Topic started by: quacker on November 20, 2006, 16:22:39

Title: install2.php on line 94
Post by: quacker on November 20, 2006, 16:22:39
hello there , my installation also prints the same error

Fatal error: Call to a member function on a non-object in web/installation/install2.php on line 94

i did comment the lines 122-127 but the same error occurs

is there anything else i can do ??
Title: Re: install2.php on line 94
Post by: eliasan on November 20, 2006, 16:59:36
Hi,

What version of MySQL are you using?
Elxis requires MySQL 4.1 or later.
Title: Re: install2.php on line 94
Post by: quacker on November 22, 2006, 12:29:39
yes i know , i have mysql 4.0 ,but i did an upgrade in debian and the version did not upgrade, that's why i whant to know if there is anothere way to install it using my version,or i have to wait so my version is updated?

thank you!
Title: Re: install2.php on line 94
Post by: datahell on November 22, 2006, 13:35:02
Elxis requires your DB to have default charset and collation utf-8 which is something that older versions of mysql do not support. So you can only use mysql 4.1.12 and greater. Alternative, if you have postgres installed on your server you can use PostgreSQL.