Gossamer Forum
Home : Products : Gossamer Links : Discussions :

NPH-Build.cgi --changed - Eval errors since server upgrade

Quote Reply
NPH-Build.cgi --changed - Eval errors since server upgrade
We are getting the following errors when running nph-build.cgi --changed and hoping someone can advise us:

Ir runs perfectly through all the normal stages until it gets to the main categories and then we have:

Died at (eval 29) line 13.
[root@rr1 admin]#


Perl Version: 5.006001Links SQL Version: 2.1.1DBI.pm Version: 1.52Persistant Env: mod_perl (0) SpeedyCGI (0)GT::SQL::error = Could not find file related by ForeignColName => Image, ForeignColKeyð ð 2320:
Could not find file related by ForeignColName => Image_thumbnail, ForeignColKeyð ð => 2320:
Could not find file related by ForeignColName => Image, ForeignColKeyð ð => 2161: Could not find file related by ForeignColNameð ð => Image_thumbnail, ForeignColKeyð ð => 2161:
Could not find file related by ForeignColNameð ð => Image, ForeignColKeyð ð => 995: Could not find file related by ForeignColNameð ð => Image_thumbnail, ForeignColKey => 995: [undefined]Links (11360):

GT::Plugins::dispatch called at nph-build.cgi line 135 with arguments (GT::Plugins, /home/oursite/www/cgi-bin/links/admin/Plugins, create_category_changed, CODE(0x82aaef4), GT::SQL::Condition=HASH(0x8761df4)).Links (11360):

main::build_changed called at nph-build.cgi line 39 with no arguments.Links (11360): main::main called at nph-build.cgi line 30 with no arguments.

We think it may be a plugin problem since the server drive was re-imaged but not sure.Any quick help is welcome.TH

Last edited by:

tomhenry: Nov 1, 2006, 7:00 PM
Quote Reply
Re: [tomhenry] NPH-Build.cgi --changed - Eval errors since server upgrade In reply to
We have been looking at the error_log and we notice the following example outputs:

GT::Plugins (32296): Plugin pre auth_valid_session stopped further plugins. at /home/httpd/vhosts/oursite.com/cgi-bin/v$
Couldn't make directory /home/httpd/vhosts/oursite.com/httpdocs/images/fishing/photos/5 because No such file or direct$
Couldn't make directory /home/httpd/vhosts/oursite.com/httpdocs/images/fishing/photos/6 because No such file or direct$
GT::: Plugin pre auth_valid_session stopped further plugins. at /home/httpd/vhosts/oursite.com/cgi-bin/ve$
[Sat Sep 16 13:09:06 2006] [error] [client 38.113.234.180] File does not exist: /www/oursite/httpdocs/ads/Business_Item$
[Sat Sep 16 13:09:06 2006] [error] [client 38.113.234.180] File does not exist: /www/oursite/httpdocs/error_docs\\not_f$
[Sat Sep 16 13:09:41 2006] [error] [client 38.113.234.180] File does not exist: /www/oursite/httpdocs/ads/Computers___G$
[Sat Sep 16 13:09:41 2006] [error] [client 38.113.234.180] File does not exist: /www/oursite/httpdocs/error_docs\\not_f$

References to images are apparent as it is above and is prevelent throughout the site

We have even re-uploded global.txt file to see if that would correct the problem but it hasn't.

Nph-build.cgi --changed always stops at the same catgeory with the same eval error.

What is going on here? Can anyone help?

Last edited by:

tomhenry: Nov 2, 2006, 2:36 AM
Quote Reply
Re: [tomhenry] NPH-Build.cgi --changed - Eval errors since server upgrade In reply to
Have we posted this in the wrong place? If so sorry, but would welcome any advice available.
TH
Quote Reply
Re: [tomhenry] NPH-Build.cgi --changed - Eval errors since server upgrade In reply to
It sounds like you moved your site and did not correct all the paths. The error says that you have a file column where the file cannot be found.

Adrian