Install Gremlin

jduck1979

New Member
OK, why's this screw-up happening?
Code:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /homepages/25/d40918977/htdocs/alltheinterweb/siteranking/sources/sql/mysql.php:32 Stack trace: #0 /homepages/25/d40918977/htdocs/alltheinterweb/siteranking/install/index.php(754): sql_mysql->connect('db620819729.db....', 'dbo620819729', 'mysqldbpasswordgoeshere', 'db620819729') #1 {main} thrown in /homepages/25/d40918977/htdocs/alltheinterweb/siteranking/sources/sql/mysql.php on line 32
 

Mark

Administrator
Staff member
Looks like you are using a very new version of PHP, can you run version 5.3 or 5.4?

PHP removed mysql_ functions, we will have a new release out in the future that will use mysqli_ or PDO but because it also requires all plugins to be updated its a big undertaking.
 

Mark

Administrator
Staff member
If anyone is interested I have mysqli_ drivers ready for testing, simply reply to this message or send me a PM and I will send over the file. Otherwise it will be included in 1.5 release.
 
Top