Quote:
Originally Posted by Paul M
Mysql is deprecated in php 5.5.x.
The latest vB3 & vB4 will auto switch you to mysqli if you run php 5.5 (or greater)
However, the powers decided not to do this in vB5, apparently preferring it to die with an error <shrug>.
As far as the mysqli error goes, it looks like you are not loading the mysqli module, thats normally done via php.ini
|
Can you help me please, i will pm you my server details i am unable to do it so far.
thank you
--------------- Added [DATE]1404603568[/DATE] at [TIME]1404603568[/TIME] ---------------
php -m | grep mysqli
shows that mysqli is enabled the out output gives.
mysqli
--------------- Added [DATE]1404604242[/DATE] at [TIME]1404604242[/TIME] ---------------
Now As the mysqli module is installed and enabled but this time i get " There is a serious error and the page cannot be rendered" with mysqli enable as dbtype.
How can this be ressolved?
thanks