Posted by dengyi
2014-05-04

Hi

The problem 'The mysql extension is deprecated and will be removed in the future : use mysqli or PDO instead' happened when I run the install script on PHP 5.5. Can you update your script builder?
Posted by Tom
2014-05-05

Hi dengyi,

>The problem 'The mysql extension is deprecated and will be removed in the future : use mysqli or PDO instead' happened when I run the install script on PHP 5.5.

The script specifies the error reporting level to surpress any "depreciation" error so it shouldn't show up. Probably, your php.ini doesn't allow the script to override the error reporting level. Did you install PHP yourself? If so, please allow the script to override it. It's kind of hard to believe that you get the error message on a rental web site, though.