Fatal error: Uncaught Error: Call to undefined function mysql_connect()
-
I installed apache24 and php74 in FreeBSD. Also I zipped my site in another host and scp to to new host.
I have two following links:
https://162.223.88.49/index.php
Above link is my wordpress.
And the following link is aprint_r(get_loaded_extensions()); phpinfo();
https://162.223.88.49/test.php
By the way, I installed php74-extensions.
Output ofphp -m |grep -i mysql
is :mysqli mysqlnd pdo_mysql
How can I solve my problem?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fatal error: Uncaught Error: Call to undefined function mysql_connect()’ is closed to new replies.