This topic is locked

Uncaught error

1/14/2020 1:15:20 PM
PHPRunner General questions
M
Mariah author

Hi there
In preparation to migrate and update an pgprunner6.2 application and mySQL database I tried to connect with the database using phprunner.php. No problem with starting the .php, all filed in well however the response after hitting the connect button is:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/public/sites/epsilon.leadinginchange.nl/phprunner.php:23'>epsilon.leadinginchange.nl/phprunner.php:23 Stack trace: #0 {main} thrown in /home/public/sites/epsilon.leadinginchange.nl/phprunner.php on line 23
Application: PHPRunner 6.2

mySQL verson on host:

Apache/2.4.38

Clientversie van database: libmysql - mysqlnd 5.0.12-dev

PHP-versie: 7.3.9-1~deb10u1
Any clue?

Sergey Kornilov admin 1/14/2020

Your version of PHPRunner is too old. You need to rebuild your project using a newer version of PHPRunner. Newer versions use mysqli_connect instead of deprecated mysql_connect.

M
Mariah author 1/15/2020



Your version of PHPRunner is too old. You need to rebuild your project using a newer version of PHPRunner. Newer versions use mysqli_connect instead of deprecated mysql_connect.



Thx for the respons, I am trying to re-engineer the old app and document it wel. Will re-engineer it in 10.3 rather then juist rebuild it.
How can it be that the app doesn't work anymore with the included phprunner.php?

fhumanes 1/15/2020

Hi:
I think that PHPRunner 6.2 does not work 100% with PHP 7.3.
Hence, this and many other problems may come to you.
Regards,

Sergey Kornilov admin 1/16/2020

The same thing, you need to upload the new phprunner.php that comes with PHPRunner 10.3.