[Zope-CMF] Error creating Portal CMF1.4
Roger Beavans
rogerb at misonlineservices.com
Tue Sep 2 16:01:39 EDT 2003
I cannot connect directly to the CMFsite "test" under the Portals directory.
The browser times out as it did before. I connected to the Zope server via
the management interface and inspected the following directories as you
suggested.
"portal_skins/zpt_control" is not empty and contains the following items.
finish_portal_construction
reverseList (Reverse A List or Tuple and Return it)
synPropertiesForm
thanks,
roger at beavans.org
-----Original Message-----
From: Dieter Maurer [mailto:dieter at handshake.de]
Sent: Tuesday, September 02, 2003 1:39 PM
To: Roger Beavans
Cc: zope-cmf at zope.org
Subject: Re: [Zope-CMF] Error creating Portal CMF1.4
Roger Beavans wrote at 2003-8-29 16:02 -0500:
> I'm having the following problem trying to follow the CMF tutorial. I
create
> a "folder" for portals, I try and create a "CMF site" object. I give it a
> name "test" and then hit add. I sit and wait and then I get the following
> error in the browser.
>
> Error connecting to site
>
> couldn't connect to...
> 10.15.20.73:8080/Portals/test/finish_portal_construction
> The site may be busy or the web server may be down.
>
> If I click back to the root directory, then the portal directory there is
a
> "test" portal object there. However, I don't know if it's complete or
will
> work. How do I test this?
> This may be a stupid newbie question...
The "manage_addCMFSite" (you find it in "CMFDefault/Portal.py")
creates a CMFSite instance and then redirects to
"finish_portal_contruction" for a welcome message (you
find it in "zpt_control/finish_portal_construction.pt".
It is not a good sign that this redirect fails.
To check your site, visit:
<http://10.15.20.73:8080/Portals/test>
If this fails enter your CMFSite via the Zope Management Interface
and look around. Look especially in "portal_skins" that
the folder "zpt_control" is not empty.
Dieter
More information about the Zope-CMF
mailing list