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

build and jump errors please help me !

Quote Reply
build and jump errors please help me !
Hello,

I have installed Links2 for months and all works fine. But since my hoster made some changes in their unix servers, i got some problems.

When i click on "build all", my browser (IE6) wants to download it !
I tried with netscape and i got this error :

Error including libraries: Can't locate /db_utils.pl at /usr/local/plesk/apache/vhosts/frenchsurf.net/httpdocs/fullsites/admin/nph-build.cgi line 31.
Make sure they exist, permissions are set properly, and paths are set correctly.


All the permission and paths are set properly because evrything worked fine before !!!

About jump.cgi, i got a strange error ! When i click an link on my searchengine, a error page form another hoster! comes. I look into the error file and i saw this line :

[Sat Oct 6 16:08:42 2001] [error] Undefined subroutine &Apache::ROOTwww_2efrenchsurf_2enet::fullsites::jump_2ecgi::cgierr called at /usr/local/plesk/apache/vhosts/frenchsurf.net/httpdocs/fullsites/jump.cgi line 47.

I don't understand what's happening !! I didn't touch the files for 2 months !

Please help me !! Thanks

bb

Quote Reply
Re: [bbpiaf] build and jump errors please help me ! In reply to
It sounds like you hosting server is causing the problems.
I'm not sure but it lloks like they might be re-directing some of the work load to another company ...

You might have to check with your hosting company to find out what your new:
db_script_path
is.

hmmm ... mine is /home/mysite/public_html/cgi-bin and at another place it's a little different.

I could be wrong about this too though. It's just an idea ....

I wonder what a guru would say ???

goood luck and sorry if I wasn't much help.



openoffice + gimp + sketch ... Smile
Quote Reply
Re: [bbpiaf] build and jump errors please help me ! In reply to
This:

Quote:
Can't locate /db_utils.pl at /usr/local/plesk/apache/vhosts/frenchsurf.net/httpdocs/fullsites/admin/nph-build.cgi line 31.

.....means you don't appear to be using a full path for $db_script_path in links.cfg

You'd need something like:

$db_script_path = "/usr/local/plesk/apache/vhosts/frenchsurf.net/httpdocs/fullsites/admin":
Quote Reply
Re: [RedRum] build and jump errors please help me ! In reply to
Thanks a lot, it works !!

just for information, i give the path that my hoster said to put on cgi script :

/sites/frenchsurf.net/httpdocs/fullsites/pages

But i still have problems with jump.cgi. When i click on a link, i 've got this page : http://www.multimania.lycos.fr/...timania.com/404.html

It's a french free hoster but i'm not hosted by them !!

I repeat the error i find in the error log file :

[Sat Oct 6 16:08:42 2001] [error] Undefined subroutine &Apache::ROOTwww_2efrenchsurf_2enet::fullsites::jump_2ecgi::cgierr called at /usr/local/plesk/apache/vhosts/frenchsurf.net/httpdocs/fullsites/jump.cgi line 47.

You can go to my website : http://www.fullsites.net to see if you got the same error.

Thanks again for your help

bb
Quote Reply
Re: [bbpiaf] build and jump errors please help me ! In reply to
Please use the path I mentioned and make sure that full path is used in the "require" statements in the cgi files.
Quote Reply
Re: [RedRum] build and jump errors please help me ! In reply to
well yes it seems to work fine now.

sorry, thank you