Page 1 of 1

Unable to connect to database on Install

Posted: Wed Jan 24, 2007 1:22 pm
by cpilot
Could some one confirm if CMS Made Simple can use php5.2 and mysql 5.0?

Re: Unable to connect to database on Install

Posted: Wed Jan 24, 2007 1:30 pm
by moorezilla
It can. I use php 5.x and mysql 5.x and it works fine.

Re: Unable to connect to database on Install

Posted: Wed Jan 24, 2007 2:03 pm
by cpilot
Thanks.... any ideas on what to check?  I am trying to inst 0.12.1 on a Suse 10.2 with php 5.x and mysql 5.x.  I have created the database cms, created the user cms_user, and have give full permissions to the user.  Any checks that you can suggests?

Re: Unable to connect to database on Install

Posted: Fri Jan 26, 2007 1:40 am
by hakki_dogusan
Hi,

Do you getting something like?

Fatal error: Call to undefined method pear_ADOConnection::IsConnected() in
...lib/classes/class.global.inc.php on line 370


I was getting this error and solved it by commenting set_locale in include.php.


--
Regards,
Hakki Dogusan

Re: Unable to connect to database on Install

Posted: Fri Mar 13, 2009 9:51 am
by hasantayyar
Hi,

Do you getting something like?

Fatal error: Call to undefined method pear_ADOConnection::IsConnected() in
...lib/classes/class.global.inc.php on line 370


I was getting this error and solved it by commenting set_locale in include.ph
I solve my adodb problem by this way, but now the character problem appears :)

some utf8-turkish characters like "ı , ş " can't be displayed. How can I get them correctly from mysql without "set_locale"

Re: Unable to connect to database on Install

Posted: Fri Mar 13, 2009 10:10 am
by alby
hasantayyar wrote: How can I get them correctly from mysql without "set_locale"
What you mean?
You have trouble with no-latin chars if you have mysql (default latin1-swedish) and connection not well configured

Alby