Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

When i start the admin.cgi file it's print at the botten of the page:

Quote Reply
When i start the admin.cgi file it's print at the botten of the page:
CGI ERROR
==========================================
Error Message : Done
Script Location : /home/sites/site36/web/cgi-bin/links/admin/admin.cgi
Perl Version : 5.00404

Form Variables
-------------------------------------------
display : navigation

Environment Variables
-------------------------------------------
DOCUMENT_ROOT : /home/sites/site36/web
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : */*
HTTP_ACCEPT_ENCODING: gzip, deflate
HTTP_ACCEPT_LANGUAGE: da
HTTP_CONNECTION : Keep-Alive
HTTP_COOKIE : uname=Flexx; pword=suzuki550
HTTP_HOST : www.flexx.dk
HTTP_REFERER : http://www.flexx.dk/cgi-bin/links/admin/admin.cgi
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
PATH : /sbin:/usr/sbin:/bin:/usr/bin
PATH_INFO : /cgi-bin/links/admin/admin.cgi
PATH_TRANSLATED : /home/sites/site36/web/cgi-bin/links/admin/admin.cgi
QUERY_STRING : display=navigation
REDIRECT_QUERY_STRING: display=navigation
REDIRECT_SCRIPT_URI : http://www.flexx.dk/cgi-bin/links/admin/admin.cgi
REDIRECT_SCRIPT_URL : /cgi-bin/links/admin/admin.cgi
REDIRECT_STATUS : 200
REDIRECT_UNIQUE_ID : OImVAcMYDDcAADZ1ZD0
REDIRECT_URL : /cgi-bin/links/admin/admin.cgi
REMOTE_ADDR : 212.54.78.115
REMOTE_PORT : 61491
REQUEST_METHOD : GET
REQUEST_URI : /cgi-bin/links/admin/admin.cgi?display=navigation
SCRIPT_FILENAME : /usr/cgiwrap/cgiwrap
SCRIPT_NAME : /cgi-bin/links/admin/admin.cgi
SCRIPT_URI : http://www.flexx.dk/cgi-bin/links/admin/admin.cgi
SCRIPT_URL : /cgi-bin/links/admin/admin.cgi
SERVER_ADMIN : admin
SERVER_NAME : www.flexx.dk
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.1
SERVER_SIGNATURE :
SERVER_SOFTWARE : Apache/1.3.3 Cobalt (Unix) (Red Hat/Linux)
UNIQUE_ID : OImVAcMYDDcAADZ1ZD0

Quote Reply
Re: When i start the admin.cgi file it's print at the botten of the page: In reply to
I'm no expert yet here, but it looks like the wrong version of perl.
Your hosting company will need to upgrade to 5.005.02. The same thing happened to me.
Quote Reply
Re: When i start the admin.cgi file it's print at the botten of the page: In reply to
That is not the problem....If you notice in the admin.cgi, the following codes:

Code:
&cgierr("No Errors");
# Uncomment this line for Debugging
# Will tack on form variables and environment variables
# to the end of every page. Quite Useful.

If you do not want the debugging messages to appear at the bottom of screen, simply add # sign before the &cgierr, like the following:

Code:
# &cgierr("No Errors");

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
http://www.anthrotech.com
Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
----------------------





Quote Reply
Re: When i start the admin.cgi file it's print at the botten of the page: In reply to
Thanks but I have anhtoter problem, when i push build all it just come whit and error but all the sides are build, if you understand
Quote Reply
Re: When i start the admin.cgi file it's print at the botten of the page: In reply to
No..I do not.

What is the EXACT Error message you get when you Build All?????????????

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
----------------------