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

Modifying links in admin...

Quote Reply
Modifying links in admin...
I figured I might as well just go with MegaLinks because that has all the features I want...Anyways, almost everything works, but whenever I try to modify links in my admin prog the category that the link is in doesnt show up. I went into the admin and uncommented the last line and this is the error that shows up

Code:
CGI Error: No such file or directory
Message: Done

_________Form Variables __________
ID: *
modify_form_mult: 1

_________Environment Variables__________
DOCUMENT_ROOT: /home/veggietales/public_html
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: */*
HTTP_ACCEPT_ENCODING: gzip, deflate
HTTP_ACCEPT_LANGUAGE: en-us
HTTP_CONNECTION: Keep-Alive
HTTP_HOST: veggietales.virtualave.net
HTTP_REFERER: http://veggietales.virtualave.net/cgi-bin/veggielink/admin/admin.cgi/links?modify_search=1
HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)
PATH: /usr/local/bin:/usr/bin:/bin
PATH_INFO: /links
PATH_TRANSLATED: /u/veggietales/links
QUERY_STRING: modify_form_mult=1&ID=*
REMOTE_ADDR: 171.211.251.188
REMOTE_HOST: 171.211.251.188
REMOTE_PORT: 3189
REQUEST_METHOD: GET
REQUEST_URI: /cgi-bin/veggielink/admin/admin.cgi/links?modify_form_mult=1&ID=*
SCRIPT_FILENAME: /u/veggietales/cgi-bin/veggielink/admin/admin.cgi
SCRIPT_NAME: /cgi-bin/veggielink/admin/admin.cgi
SCRIPT_URI: http://veggietales.virtualave.net/cgi-bin/veggielink/admin/admin.cgi/links
SCRIPT_URL: /cgi-bin/veggielink/admin/admin.cgi/links
SERVER_ADMIN: webmaster@virtualave.net
SERVER_NAME: veggietales.virtualave.net
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.1
SERVER_SOFTWARE: Apache/1.2.6

I know there's probably a simple solution but I dont know what. If anybody wants to see the prob [don't mess around in it tho ;-)] the admin prog is @
veggietales.virtualave.net/veggielink-admin/

I also wanna know if anybody running MegaLinks 2 has gotten that multiple cat mod running...If ya did could I see your nph-build.cgi and links.def file? Thanx!!

Regards,
Brian
Quote Reply
Re: Modifying links in admin... In reply to
It appears to me that you have a problem in how your paths are setup. You give the URL:

http://veggietales.virtualave.net/veggielink-admin/

yet, your script seems to be looking here for the other scripts:

http://veggietales.virtualave.net/cgi-bin/admin/admin.cgi

Check your paths settings in links.cfg.

------------------
Bob Connors
bobsie@orphanage.com
www.orphanage.com/goodstuff/
goodstufflists.home.ml.org/


Quote Reply
Re: Modifying links in admin... In reply to
I figured it was a problem in how the paths were setup, but i dont know which path is set wrong...I did check the paths in my links.cfg file, but I dont see what's set wrong... the path to the main scripts dir is

/z2/veggietales/public_html/cgi-bin/veggielink

and the url that goes with that is

veggietales.virtualave.net/cgi-bin/veggielink

the admin dir path is

/z2/veggietales/public_html/cgi-bin/veggielink/admin

and the url for that is

veggietales.virtualave.net/cgi-bin/veggielink/admin

and the path to the page begin built is

/z2/veggietales/public_html/veggielink/

and the url that goes with that is

veggietales.virtualave.net/veggielink

I could post my links.cfg file on the message board if it would help...I did doodle with the paths and settings at the top a little and may have messed that up....not sure though...

Regards,
Brian

[This message has been edited by mjordn12 (edited February 15, 1999).]