Page 1 of 1

Compatibilità versione 1.4.2

Posted: Thu Jun 09, 2016 3:34 pm
by antonella
Ciao a tutti,
sto provando a installare la nuova versione su un server linux con queste versioni: PHP 7.0 e MySQL 5.5

Purtroppo l'installazione automatica mi si blocca allo step 2/7, possibile che sia un errore di compatibilità con il php 7? C'è qualche modo per risolvere?

Il provider mi ha segnalato questi errori nel log:

[Thu Jun 09 16:00:40.970843 2016] [proxy_fcgi:error] [pid 22541:tid 3048012608] [client 85.94.206.174:38716] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to undefined function mysql_get_client_info() in .../htdocs/formazione/install/controllers/Step2Controller.php:25\nStack trace:\n#0
.../htdocs/formazione/install/views/Step2.php(4): checkRequirements()\n#1
.../htdocs/formazione/install/controllers/StepController.php(10): include_once('/home/siti/www....')\n#2
.../htdocs/formazione/install/lib/lib.step.php(58): StepController->render()\n#3
.../htdocs/formazione/install/index.php(63): StepManager::loadCurrentStep()\n#4 {main}\n thrown in
.../htdocs/formazione/install/controllers/Step2Controller.php on line 25\n', referer: http://.../formazione/install/

Grazie mille per l'attenzione

Re: Compatibilità versione 1.4.2

Posted: Thu Jun 09, 2016 3:47 pm
by max
Buongiorno Antonella e benvenuta nel forum

Ti rimando al file readme: http://formalms.org/versions/readme.txt

Come vedi, Forma è supportata per ora fino a php 5.6

2. REQUIREMENTS

Server specs: Linux, Windows, MacOs, Unix, Sun with
- Apache 2.0.x or above
- PHP 5.2.x or 5.3.x 5.4.x 5.5.x and 5.6.x
- Mysql 5.0 or higher with transaction support
- Doesn't matter if safe mode or register global are on or off
- If you need to test on your windows home pc we suggest easyphp, wamp or xampp

Re: Compatibilità versione 1.4.2

Posted: Fri Jun 10, 2016 5:59 pm
by canelli
forma.lms è supportata fino alla versione 5.6 di php
non è ancora stata testata con php 7.0
PHP Fatal error: Uncaught Error: Call to undefined function mysql_get_client_info() in .../htdocs/formazione/install/controllers/Step2Controller.php:25\nStack trace:\n#0
questo errore è dovuto al fatto che manca il modulo php per mysql

nello step 2 vengono verificati i requisiti del server e del php. non è però preso in considerazione che il modulo / driver per mysql non ci siano