Well, This is what i get with EVERY Final Revoltuion website.
I'm pretty sure im doing something incorrect, heres the config.Code:Fatal error: Call to undefined function mssql_connect() in C:\AppServv\www\config.php on line 32 Warning: Unknown: open(C:/Users/USER/AppData/Local/Temp\sess_b2e2a155683e4f40a760a53bd5a0c261, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/Users/USER/AppData/Local/Temp) in Unknown on line 0
Before you whine about ''Use the serach button'' etc, I DID, i followed the tutrial to fix appserv too.Code:<? @session_start(); //MSSQL Server configuration $_MSSQL[Host] = "ID243119"; $_MSSQL[User] = "sa"; $_MSSQL[Pass] = "******"; $_MSSQL[DBNa] = "GunzDB"; //MySQL Server configuration $_MYSQL[Host] = "localhost"; $_MYSQL[User] = "root"; $_MYSQL[Pass] = "password"; $_MYSQL[DBNa] = "foro"; //Configuration $_CONFIG[NewsFID] = 2; $_CONFIG[EventsFID] = 0; $_CONFIG[vBulletinPrefix] = "xxxxx"; $_CONFIG[ForumURL] = "*******"; //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); ?>
So please help?



Reply With Quote![[Help] Final Revolution](http://ragezone.com/hyper728.png)


