This topic is locked

error 8192 in second connection mysql

6/16/2016 7:06:45 AM
PHPRunner General questions
ffrinai author

hi,

I add a second "at localhost" mysql connection in my project.

when i try to access the new table in menu, this is the error:
Error type: 8192

Description: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead

USL: localhost/webpub/firmedigitali/indirizzi3tb_list.php?

File: C:\sitiweb\webpub\firmedigitali\connections\MySQLConnection.php

Error line 72
can help me ?

Thanks Fabio
phprunner enterprise 8.1 build 25268 x64

Windows NT WEBAPP64 6.3 build 9200 (Windows Server 2012 R2 Standard Edition) i586

Apache 2.0 Handler

PHP Version 5.6.15

MariaDB 10.1.9

Sergey Kornilov admin 6/16/2016

This is strange. My always use mysqli first, we only attempt to use mysql functions if mysqli is not available of mysqli connection fails.
I would suggest contact support directly with this one.

ffrinai author 6/17/2016

I try a new project and it works fine,

my old project was create with phprunner 6.2 and then migrate to 8.1

It could be a clue ?