[Zope] Zope Goblin Caught Red-Handed!

Geir Bækholt Geir Bækholt
Wed, 26 Feb 2003 13:05:44 +0100


b> Now: This code WORKS JUST FINE throughout the ENTIRE site EXCEPT on one
b> certain page where it only works in the *entertainment* section. The rest 
b> of the time it throws this error:

It would be nice if you told us on *which* cerain page ;)


b> Cannot locate object at: 
b> http://web.vi/best_furniture/1024/s/c/x/en-us/undefined

b> Why??? Here's a URL to it:
b> http://web.vi/best_furniture/1024/s/c/x/en-us/Living_Room_frame.pt

well.. to me
http://web.vi/best_furniture/1024/s/c/x/en-us/undefined
is a different link from
http://web.vi/best_furniture/1024/s/c/x/en-us/Living_Room_frame.pt
, so i wouldnt jump to blame a zope goblin...

"undefined" is a common javascipt way of printing an undefined object,
so i suggest you first look in the direction of the javascript..

seems to me like at least some of your javascipt errors come from a
nested-frameset targeting error in the living-room-section-link at:
http://web.vi/best_furniture/best_furniture/1280/s/c/x/en-us/Furniture.pt

try adding a target="_top" or something to it and see if it helps...
it currently puts your entire frameset inside itself..

:)

--
Geir Bækholt