View Single Post
  #12  
Old 05-06-2019, 10:46 AM
Xanathol
Sarnak
 
Join Date: Oct 2009
Posts: 52
Default

Hate to ressurect an old thread but the error I am getting with the latest pull is the same as the start of this thread:

Code:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in 
C:\xampp\htdocs\peqeditor\classes\mysql.php:6 Stack trace: #0 C:\xampp\htdocs
\peqeditor\classes\mysql.php(74): mysql->mysql(NULL, NULL, NULL, NULL) #1 C:\
xampp\htdocs\peqeditor\index.php(5): require_once('C:\\xampp\\htdocs...') #2 
{main} thrown in C:\xampp\htdocs\peqeditor\classes\mysql.php on line 6
Thing is, I do not have a "php_mysql.dll" anywhere in my php.ini.

Any ideas?
Reply With Quote