Attachment 119946
i get this error when i try to get on my website
Printable View
Attachment 119946
i get this error when i try to get on my website
Take a look at this thread: http://forum.ragezone.com/f311/fetal-error-web-899302/
i did that alrdy
Post your config.php file.
<?php
//NighT GamerZ Spain Config
$link = mssql_connect("NINO-PC\SQLEXPRESS","sa","pass");
mssql_select_db("GunzDB");
$opened = 1;
if($opened == 0){
header("Location: Maintenance.php");
}
//Data Base Stuff!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$DBHost = 'NINO-PC\SQLEXPRESS'; //The host of your DB (I.E: MACHINE\SQL2005)
$DBUser = 'sa'; //Your DB User
$DBPass = 'pass'; //Your DB Password
$DB = 'GunzDB'; //Your GunZ DB
?>
Oh yeah, forgot to mention about the .dll file.
if you config is correct do this,, go to php.ini find mssql then if you see the ; on right side remove this then download this http://forum.ragezone.com/attachment...0&d=1224015745 then put the dll on php6 and apache/bin after that restart the apache!!!
http://forum.ragezone.com/f497/tut-s...ebsite-633375/
This would also help you as well. Forgot to post this before.