Unable to connect to database on Install

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
cpilot

Unable to connect to database on Install

Post by cpilot »

Could some one confirm if CMS Made Simple can use php5.2 and mysql 5.0?
moorezilla

Re: Unable to connect to database on Install

Post by moorezilla »

It can. I use php 5.x and mysql 5.x and it works fine.
cpilot

Re: Unable to connect to database on Install

Post 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?
hakki_dogusan
Forum Members
Forum Members
Posts: 24
Joined: Wed Oct 18, 2006 10:47 am

Re: Unable to connect to database on Install

Post 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
hasantayyar

Re: Unable to connect to database on Install

Post 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"
alby

Re: Unable to connect to database on Install

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”