Gossamer Forum
Home : Products : DBMan : Installation :

After the login, script sends me to different area on my server

Quote Reply
After the login, script sends me to different area on my server
After my login to the database the script sends me to a compltely different area in my server where it is completely unrelated, i have checked all the server config logs and can't find any reason it would point it there, and i also searched the script to see if this webname was somehow in there, nothing. If ya wana check it out go to http://comp03.binary.net/cgitest/db.cgi
Any help will be greatly appreciated.
Thanks



------------------
Quote Reply
Re: After the login, script sends me to different area on my server In reply to
I tried your script...and here some possible problems:

1) You have not correctly set the URL for the $db_dir_url variable in the default.cfg file.

2) You have not set the complete ABSOLUTE PATH including drive for where your dbman files are located in the $db_script_path in the db.cgi file.

Check with your hosting company to make sure that you are using the correct paths to execute your cgi/perl scripts.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: After the login, script sends me to different area on my server In reply to
I have tried all of these things and it still doesn't want to work. I am my own service provider this is my LINUX box at home. All of my other cgi's and stuff work, i am using the frontpage 2000 server extensions and mod_ssl in apache if that makes a diff
Quote Reply
Re: After the login, script sends me to different area on my server In reply to
Those extensions do make a difference. You need to reference your /cgi-bin/ for executing cgi and perl scripts, not the /vti-bin/, which is default for executing scripts via FP extensions.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: After the login, script sends me to different area on my server In reply to
Same old thing.. it has to be pointing to that wrong directory in one of the scripts. I have looked through all of it and can't seem to find it anywhere.. try it out. new url http://comp03.binary.net/cgi-bin/db.cgi
Thanks
Quote Reply
Re: After the login, script sends me to different area on my server In reply to
by the way thanks a million for the fast help, you are a programmer that obviously cares about his script and how it is being used..
Quote Reply
Re: After the login, script sends me to different area on my server In reply to
ok completely reinstalled from the tarball now try this one out and tell me what i am doing wrong
http://comp03.binary.net/cgi-bin/dbman/db.cgi
Thanks