Unable to connect to database on Install
Unable to connect to database on Install
Could some one confirm if CMS Made Simple can use php5.2 and mysql 5.0?
Re: Unable to connect to database on Install
It can. I use php 5.x and mysql 5.x and it works fine.
Re: Unable to connect to database on Install
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?
-
- Forum Members
- Posts: 24
- Joined: Wed Oct 18, 2006 10:47 am
Re: Unable to connect to database on Install
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
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
I solve my adodb problem by this way, but now the character problem appearsHi,
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

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
What you mean?hasantayyar wrote: How can I get them correctly from mysql without "set_locale"
You have trouble with no-latin chars if you have mysql (default latin1-swedish) and connection not well configured
Alby