Hey Guys...
I got a problem, everytime I go to my website hich has FRA2009 I get this error:
USING APPSERVER.Code:Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\secure\config.php on line 32
I checked my Config.php:
I dont see whats wrong...Code:<? @session_start(); //MSSQL Server configuration $_MSSQL[Host] = "*****\SQLEXPRESS"; $_MSSQL[User] = "sa"; $_MSSQL[Pass] = "*****"; $_MSSQL[DBNa] = "GunzDB"; //MySQL Server configuration $_MYSQL[Host] = "localhost"; $_MYSQL[User] = "root"; $_MYSQL[Pass] = "*****"; $_MYSQL[DBNa] = "foro"; //Configuration $_CONFIG[NewsFID] = 2; $_CONFIG[EventsFID] = 0; $_CONFIG[vBulletinPrefix] = "xxxxx"; $_CONFIG[ForumURL] = "http://xxx.tk/"; //Offline page $_CONFIG[OfflinePage] = ""; $r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database"); mssql_select_db($_MSSQL[DBNa], $r); ?>
Somebody please help me if they know what it is:pray:



Reply With Quote

