[Zope] Installation on FreeBSD

Paul Dlug dlug@starmedia.net
Mon, 30 Aug 1999 11:01:03 +0000


I am a newcomer to Zope and am attempting to install it on FreeBSD...as
I understand it the installation procedure (desiring to use ZopeHTTP) is
to just do a

python wo_pgcgi.py
./start

The server starts and I am able to access it using the default port,
however when I try to access the Quickstart I get a System Unavailable
and errors as well attempting to access the administrative interface.

It tells me to view the html source for the page for further error
tracking..these are the errors for the QuickStart page:

Traceback (innermost last):
  File /usr/local/www/data/Zope/lib/python/ZPublisher/Publish.py, line
878, in publish_module
  File /usr/local/www/data/Zope/lib/python/ZPublisher/Publish.py, line
590, in publish
    (Info: /QuickStart/)
  File /usr/local/www/data/Zope/lib/python/OFS/DTMLMethod.py, line 155,
in __call__
    (Object: index_html)
  File /usr/local/www/data/Zope/lib/python/OFS/DTMLMethod.py, line 151,
in __call__
    (Object: index_html)
  File
/usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_String.py, line
454, in __call__
    (Object: index_html)
  File
/usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_String.py, line
376, in cook
    (Object: index_html)
  File
/usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_String.py, line
223, in parse
    (Object: index_html)
  File
/usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_String.py, line
271, in parse_block
    (Object: index_html)
  File
/usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_String.py, line
223, in parse
    (Object: index_html)
  File
/usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_String.py, line
271, in parse_block
    (Object: index_html)
  File
/usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_String.py, line
223, in parse
    (Object: index_html)
  File
/usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_String.py, line
284, in parse_block
    (Object: index_html)
  File /usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_If.py,
line 165, in __init__
  File /usr/local/www/data/Zope/lib/python/DocumentTemplate/DT_Util.py,
line 319, in name_param
    (Info: ({'expr': "objectValues(['Folder'])"}, 'if', 1, 'name'))
  File /usr/local/www/data/Zope/lib/python/DocumentTemplate/VSEval.py,
line 186, in __init__
    (Object: objectValues(['Folder']))
AttributeError: (see above)



If anyone could assist me I would greatly appreciate it.

--Paul Dlug