[Zope-CMF] Error creating Portal CMF1.4

Dieter Maurer dieter at handshake.de
Tue Sep 2 21:38:55 EDT 2003


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