• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Tutorial]Fixing Web Errors

Status
Not open for further replies.
Banned
Banned
Joined
Dec 26, 2007
Messages
48
Reaction score
4
Credits : Linear88 // For the short_open_tag
Credits : Epikbaby // For the mssql

Much people had problems like me with these GunZ Sites.
Well I got the fixes for that.

Website gives mssql error
Xampp Users :
Go to your xampp folder and then your php folder and open php.ini
search for ";extension=php_mssql.dll" Then change it to "extension=php_mssql.dll" and restart xampp or pc to make it work.
( This will remove error )
Appserv Users :
Go to Run(CMD) and typ php.ini in it and your php.ini will open.
search for ";extension=php_mssql.dll" Then change it to "extension=php_mssql.dll" and restart xampp or pc to make it work.
( This will remove error )

Website doesn't show stuff
Xampp Users :
Go to your xampp folder and then your php folder and open php.ini
search for "short_open_tag = Off" Then change it to On and restart xampp or pc to make it work.
( This will show-up alot of things on your website )
Appserver Users :
Go to Run(CMD) and typ php.ini in it and your php.ini will open.
search for "short_open_tag = Off" Then change it to On and restart xampp or pc to make it work.
( This will show-up alot of things on your website )

WAMP Users:
MSSQL is undefined.
1. Click the WAMP icon on the bottom right of your screen. (tasktray)
2. PHP > PHP Extensions > php_mssql
3. The WAMP icon will turn yellow/red, and it will return back to its original state.

Nothing shows up.
1. Click the WAMP icon on the bottom right of your screen. (tasktray)
2. PHP > PHP Settings > short open tag
3. The WAMP icon will turn yellow/red, and it will return back to its original state.

If you got more fixed please write here so I can add :thumbup:

Thank me, if I helped u.
 
Last edited:
Joined
Jan 4, 2007
Messages
1,600
Reaction score
217
I prefer WAMP, anyway:

WAMP Users:
MSSQL is undefined.
1. Click the WAMP icon on the bottom right of your screen. (tasktray)
2. PHP > PHP Extensions > php_mssql
3. The WAMP icon will turn yellow/red, and it will return back to its original state.

Nothing shows up.
1. Click the WAMP icon on the bottom right of your screen. (tasktray)
2. PHP > PHP Settings > short open tag
3. The WAMP icon will turn yellow/red, and it will return back to its original state.

That's all.
 
Last edited:
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
:p the only REAL way to fix a error is to read it. Then go on from there. It's so easy to recreate a table and still people ask me to do it.
 
Status
Not open for further replies.
Back
Top