Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Database support in PHP


Go to End


3 Posts   2037 Views

Avatar
neo0474

Community Member, 2 Posts

22 July 2012 at 3:16am

Hi

I tried to install SS 3 with a MySQL Database on a Debian 6 Server. I get The error. "The PHP extension is missing, please enable or install it."
My other sites on that Webserver works fine (SS 2.4). a php -me shows that the mysql extension is loaded (mysql and mysqli).

Why did SS 3 not recognize that the module it loaded. If there anything wrong in my php.init?

Haver anybody a hint for me?

Thanks

Neo

Avatar
mac

Community Member, 4 Posts

18 August 2012 at 2:17am

I have the same problem with SS3. I have a dedicated suse-linux root server hosted by Strato. My phpinfo() shows mysql, pdo, pdo_mysql and pdo_sqlite but i get the error "The PHP extension is missing, please enable or install it". MySql is version 5.0.26. The Server is localhost. If anybody can help me?

Avatar
mac

Community Member, 4 Posts

20 August 2012 at 9:31pm

I solved my problem. SS3 looks for mysqli - Extension. After installing this extension, the database problem was solved