Gossamer Forum
Home : Products : DBMan : Installation :

Keep getting server errors/ script appears in text form in browser

Quote Reply
Keep getting server errors/ script appears in text form in browser
I have tried tirelessly over and over again to get the prog. working. It either comes up with an 'Internal Server Error' or simply shows the text - I am positive I have uploaded it correctly and made the correct permissions, but still I have probs - please help!

I have addressed the files as txt files at:

http://www.shopguideltd.com/dbcgi.txt
http://www.shopguideltd.com/defaultcfg.txt


Many thanks,


Alastair
Quote Reply
Re: Keep getting server errors/ script appears in text form in browser In reply to
Deja vu! Deja vu!

For the second time today...

Wink

1) Change the following codes in your db.cgi file:

Code:
$db_script_path = "/dbman";

to the following:

Code:
$db_script_path = "/path/to/dbman";

Change /path/to to the ABSOLUTE path in your server.

2) Also, change the following variable in the default.cfg file:

Code:
$db_debug = 0;

TO THE FOLLOWING:

Code:
$db_debug = 1;

SO, that you can see more errors than just that annoying 505 Internal Server Error.

Wink

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------