[Zope] Specifying a URL to a Zope directory

Daryl Tester dt@picknowl.com.au
Tue, 11 Apr 2000 19:54:45 +0930


John Chandler wrote:

>> http://www.compkarori.co.nz/x.php?/Auctions
>>
>> then some people tell me that this brings up a Zope error ( reports so
>> far for IE, Netscape, and Voyager (Amiga browser)) using a variety of
>> email clients.

Traceback is as follows:

<HTML>
<HEAD><TITLE>Zope Error</TITLE> <base href="http://203.79.82.38/Auctions/">
</HEAD>
<BODY>

<TABLE BORDER="0" WIDTH="100%">
<TR VALIGN="TOP">

<TD WIDTH="10%" ALIGN="CENTER">
&nbsp;
</TD>

<TD WIDTH="90%">
  <H2>Zope Error</H2>
  <P>Zope has encountered an error while publishing this resource.
  </P>
  <P><STRONG>NameError</STRONG></P>
  
  Sorry, a Zope error occurred.<p>
<!--
Traceback (innermost last):
  File d:\zope2\lib\python\ZPublisher\Publish.py, line 214, in publish_module
  File d:\zope2\lib\python\ZPublisher\Publish.py, line 179, in publish
  File d:\zope2\lib\python\Zope\__init__.py, line 202, in zpublisher_exception_hook
    (Object: ElementWithAttributes)
  File d:\zope2\lib\python\ZPublisher\Publish.py, line 165, in publish
  File d:\zope2\lib\python\ZPublisher\mapply.py, line 160, in mapply
    (Object: index_html)
  File d:\zope2\lib\python\ZPublisher\Publish.py, line 102, in call_object
    (Object: index_html)
  File d:\zope2\lib\python\OFS\DTMLDocument.py, line 166, in __call__
    (Object: index_html)
  File d:\zope2\lib\python\DocumentTemplate\DT_String.py, line 502, in __call__
    (Object: index_html)
  File d:\zope2\lib\python\OFS\DTMLMethod.py, line 146, in __call__
    (Object: standard_html_header)
  File d:\zope2\lib\python\DocumentTemplate\DT_String.py, line 502, in __call__
    (Object: standard_html_header)
  File d:\zope2\lib\python\OFS\DTMLMethod.py, line 146, in __call__
    (Object: doCK_userStuff)
  File d:\zope2\lib\python\DocumentTemplate\DT_String.py, line 502, in __call__
    (Object: doCK_userStuff)
  File d:\zope2\lib\python\DocumentTemplate\DT_With.py, line 148, in render
    (Object: Shopping)
  File d:\zope2\lib\python\DocumentTemplate\DT_Util.py, line 335, in eval
    (Object: active_sessions(sessionid=CK_Session))
    (Info: active_sessions)
  File <string>, line 0, in ?
NameError: CK_Session

-->
  <HR NOSHADE>

  <P>Troubleshooting Suggestions</P>

  <UL>
  <LI>The URL may be incorrect.</LI>
  <LI>The parameters passed to this resource may be incorrect.</LI>
  <LI>A resource that this resource relies on may be encountering an error.</LI>
  </UL>

  <P>For more detailed information about the error, please
  refer to the HTML source for this page.
  </P>

  <P>If the error persists please contact the site maintainer.
  Thank you for your patience.
  </P>
</TD></TR>
</TABLE>

</BODY>
</HTML>


>> However,
>>
>> http://www.compkarori.co.nz/x.php?/Auctions/
>>
>> works fine.

Yes, this does.  And when you go back to the first URL, that now
works too.  Cookie getting set somewhere?


Regards,
  Daryl Tester