This topic is locked

Depreciated Mysql Version

6/17/2017 8:25:23 PM
PHPRunner General questions
R
rhyan_m author

I was transferring our system build in php runner enterprise 8.0 to our new server.

first it's running smoothly but suddenly it says
"mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead"
1 - i tried to force the connection to use mysql instead of mysqli( default connection when using phprunner 8.0 ver) in the output setting

2 - tried to enable my extension of mysqli and give me this error. (Fatal error: in ..\connections\MySQLiConnection.php on line 84)
anyone could give me solution? i been stuck for 3days with this error.

admin 6/20/2017

You will need to rebuild your app using one of later version of PHPRunner where we use mysqli extension by default.