Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation impossible avec PHP 5.6 #49

Closed
pyg77 opened this issue Sep 10, 2014 · 2 comments
Closed

Installation impossible avec PHP 5.6 #49

pyg77 opened this issue Sep 10, 2014 · 2 comments

Comments

@pyg77
Copy link

pyg77 commented Sep 10, 2014

A priori, Lodel utilise encore AdoDB avec des appels à la fonction mysql_connect.
https://github.com/OpenEdition/lodel/search?utf8=%E2%9C%93&q=mysql_connect

Or celle-ci n'est plus supportée depuis un moment : http://php.net/manual/fr/function.mysql-connect.php

Y a-t-il un moyen de contourner ce problème ?
(J'ai bien vu l'issue #17 mais depuis janvier, je ne vois pas de modifications de ce côté)

@flartet
Copy link

flartet commented Feb 10, 2016

Puisque j'ai un début de réponse.

./lodel/install/plateform/lodelconfig-default.php
C'est là que l'on trouve les drivers par défaut.
$cfg['dbDriver'] = 'mysqli';`

Une fois cela modifié, le log Apache ne fait plus de remarque à ce sujet.

@arnaudcordier
Copy link
Contributor

af6e766 devrait régler le problème

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants