Gossamer Forum
Home : Products : Others : MySQLMan :

Resource Not Found

Quote Reply
Resource Not Found
I can get onto the main screen which displays my databases, but once I click on anything else I get the message "Resource Not Found"
Help!

Quote Reply
more information In reply to
I'm hoping nobody is answering me because I don't have enough information to go on . . . here's more info . . .

when the main page pops up, above it is the text

<SNIP>
"Set-Cookie: mysqlman_url=http://localhost/cgi-bin/mysqlman/mysql.cgi; path=/cgi-bin/mysqlman/
Date: Wed, 09 Aug 2000 01:11:09 GMT Content-Type: text/html "

<UNSNIP>
My cookies seem to be going insane. I emptied the cookie jar but it didn't solve anything. Then I thought I needed to set access permissions on my browser as I was setting this thing up on my computer through my web server. That didn't fix anything. I then set it to debug mode and this is what I got . . .

<SNIP>
CGI ERROR
==========================================
Error Message : debug
Script Location : C:\HTTPD\CGI-BIN\mysqlman\mysql.cgi
Perl Version : 5.00503

Configuration
-------------------------------------------
db_host_cookie_name : mysqlman_host
db_pass_cookie_name : mysqlman_password
db_user_cookie_name : mysqlman_username
debug : 1
default_sort : 0
demo_db : mysqlman
demo_host : localhost
demo_mode : 0
demo_pass : test
demo_user : test
direct_connect : 0
direct_db : mysql
direct_host : localhost
direct_pass :
direct_port :
direct_user :
dump_in_pages : 0
dump_page_length : 1000
home_url : http://localhost/
insert_null : 1
insert_origin : insert
page_length : 20
script_url : mysql.cgi
show_null : 1
template_dir : C:\HTTPD\CGI-BIN\mysqlman\templates
url_cookie_name : mysqlman_url

Cookies
-------------------------------------------
mysqlman_username :
mysqlman_password :
mysqlman_host :
mysqlman_url :

Form Variables
-------------------------------------------

Environment Variables
-------------------------------------------
AUTH_TYPE :
BLASTER : A220 I5 D1
CMDLINE : WIN
COMSPEC : C:\WINDOWS\COMMAND.COM
CONTENT_LENGTH : 0
CONTENT_TYPE :
DOCUMENT_URI : /mysql_test.shtml
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
HTTP_COOKIE :
HTTP_REFERER : http://localhost/index.html
HTTP_USER_AGENT : Mozilla/4.72 [en] (Win98; I)
PATH : C:\httpd;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\WINDOWS\SYSTEM;C:\PERL\BIN\;C:\HTTPD\PHP;C:\PROGRA~1\PGP;C:\HTTPD\PHP
PATH_INFO :
PATH_TRANSLATED : C:\HTTPD\HTDOCS
PROMPT : $p$g
QUERY_STRING :
REMOTE_ADDR : 127.0.0.1
REMOTE_HOST :
REMOTE_IDENT :
REMOTE_USER :
REQUEST_METHOD : GET
SCRIPT_NAME : /cgi-bin/mysqlman/mysql.cgi
SERVER_NAME : localhost
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.0
SERVER_SOFTWARE : OmniHTTPd/2.06
TEMP : C:\WINDOWS\TEMP
TMP : C:\WINDOWS\TEMP
WINBOOTDIR : C:\WINDOWS
WINDIR : C:\WINDOWS

Stack Trace
-------------------------------------------
(main::cgierr) called from (C:\HTTPD\CGI-BIN\mysqlman\mysql.cgi) line (105)

(main::main) called from (C:\HTTPD\CGI-BIN\mysqlman\mysql.cgi) line (57)

((eval)) called from (C:\HTTPD\CGI-BIN\mysqlman\mysql.cgi) line (57)
<UNSNIP>
Is the problem that I'm running this thing under windoze 98? It seems that cookies are the big problem, but I don't want to rip apart the code to solve this
any help would be appreciated!!

Dan

Quote Reply
Re: Resource Not Found In reply to
What is the URL you see on the database page, and the URL you see on the resource not found page?

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Resource Not Found In reply to
Hi Alex,

I'm assuming you are referring to the url displayed in the address section of the browser:
On the database page it is http://localhost/mysql_test.shtml
On the resource not found page it is http://localhost/mysql.cgi

I created a page called mysql_test.shtml which is a link off my localhost page. The mysql_test.shtml has a ssi link which connects to the mysql.cgi file.

The actual paths on my system are:
c:httpd\cgi-bin\mysqlman\mysql.cgi
c:httpd\cgi-bin\mysqlman\templates
c:httpd\htdocs\index.html
c:httpd\htdocs\mysql_test.html
c:httpd\error.temp

thanks,

Dan.