PHP 5.3 issue with Mysqli -
i trying setup typo3 6.2 project , forced use php 5.3 run.
using:
- ubuntu 16.04 lte.
- apache2
problem:
i downloaded php 5.3 sergeyd ppa
typo3 gives me error:
#1271492607: database error: php mysqli extension not loaded. must have typo3 cms!
i downloaded
php53-mod-mysql
sergeyd ppa says includes mysqli well.i dont have php.ini inside downloaded
/etc/php53/apache2
. thought solution download php.ini official php.net same version, did than. cp php.ini inside/etc/php53/apache2
enable mysqli seems didn't worked.
i checking phpinfo();
output:php output
question:
how can enable mysqli in scenario.
other ways reach goal? workarounds? (i new in webdev. scene atm)
i solved similar problem intl extension php.
how install php intl extension in ubuntu 14.04
the ubunto version doesn't matter in scenario. should try solution mysqli extension.
im not sure, btu try:
sudo apt-get install php5-mysqli
Comments
Post a Comment