Gossamer Forum
Home : Products : DBMan : Installation :

Can't Solve Internal Error Still!!!!

Quote Reply
Can't Solve Internal Error Still!!!!
Ok, I've followed the instructions the best I can and a tutorial provided at http://www.jpdeni.com/dbman/ and still nothing. I still recieve an internal error when I try to run the db.cgi. I know that the path to perl is correct, it says so on the FAQ page. I have deleted the files and mad SURE that I uploaded in ASCII format. I have changed the permissions to their necessary assignments and I can't enable debugging to see what the hell is going on!!! This is incredible. I'm also sure that the URL to the script is correct. I have no idea what to do here!

I've included a link to .txt versions of my files. If any insight can be given I'd really appreciate it! Also, I'm on AOL IM and MSN Messenger if anyone has the time to talk for a bit tonight or tomorrow. My screen name for both is DigitalTwitch. If access to my server is necessary, although not preferred, I'd be willing to do that as well.

Thanks for your help,

Philip Abatecola (Digital Twitch

http://server2043.virtualave.net/digitaltwitch/default.cfg.txt

http://server2043.virtualave.net/digitaltwitch/db.cgi.txt

Quote Reply
Re: Can't Solve Internal Error Still!!!! In reply to
I tried going to the url's you've posted and received 404 error messages.

Quote Reply
Re: Can't Solve Internal Error Still!!!! In reply to
Hi, I too have an account at Virtualave and found your error.

This line:
$db_dir_url = "http://server2043.virtualave.net/digitaltwitch/public_html/cgi-bin/dbman";
should be changed to:
$db_dir_url = "http://yourVirtualaveUserName.virtualave.net/cgi-bin/dbman";

Although your server address is correct, you should use your account name and not the server name. Like my account is http://cru.virualave.net and you have no "public_html" with in your dir structure (unless you made one) then that would be fine. To the web your "public_html/" dir is http://server2043.virtualave.net/digitaltwitch/ Hope this helps.

Dave