We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Infomaniak provider - installation of version 1.8.4 - error "mysql PHP extension not installed" | Forum

Dav
Dav Nov 29 '17
Hello.

Installation on Infomaniak server (running in PHP 7.1) : error message :
"Your hosting account doesn't meet the following requirements: mysql PHP extension not installed"

Solution
Infomaniak console : downgrade to PHP 5.6, install oxwall, upgrade to PHP 7.1.

Oxwall run !
OW-Ghost
OW-Ghost Dec 7 '17

Nice guide


This works to:


Before installation following file must be corrected: ow_install/requirements.txt
Line: PDO, mbstring, zip, zlib, ftp, json, dom, gd, mysql;
What to do: remove "mysql". 
Corrected line: PDO, mbstring, zip, zlib, ftp, json, dom, gd;


Owall run !