[Zope-CMF] CMF install problems

Knut Lekvam klekvam@start.no
Tue, 14 May 2002 18:08:25 +0200


Tuesday 14 May 2002 14:02 skreiv Knut Lekvam:
> Hi,
> I am a new user of zope and I am trying to install CMF and then Plone. (I
> use Mandrake 8.1. In addition I am running Apache on the machine. I also
> did an attempt a few months ago on a previous install. I deleted all the
> files I think.

Now I installed it on another virginal RedHat 7.3 machine and I got CMF up. 
but this was wrong machine. 

My next attempt would be to test it again on the Mandrake 8.1. Would it be 
wrong of me to find 

[root@nidud ]# find / -name *zope*
/usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/CMFDefault/skins/Images/tinyzope.jpg
/usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/App/www/zopelogo.jpg
/usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/App/www/zope_button.jpg
/usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/App/dtml/zope_quick_start.dtml
[root@nidud ]#

, and thus just delete the entire contents of the 
/usr/local/dc/Zope-2.5.1-linux2-x86/ , and assume that I can try the full 
install over again? 
-- 
Knut Lekvam
http://www.forlaget.no


> Installing zope 2.5.1 seemed to go OK and the
> /usr/local/dc/Zope-2.5.1-linux2-x86
> folder contains the files.
>
> Zope works OK, and I can log in thru the web with admin
> But the problem is the CMF!
>
> I got the tar-file of 1.3.beta and opend the contents and put the three
> folders
>
> /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/CMFCore
> /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/CMFDefault
> /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/CMFCalendar
> /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/CMFTopic
>
> including the rest of the CMF-files into the
> /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/
>
> (I also added the CMFPlone but I checked first that I got an error also
> with CMF 1.3beta alone)
>
> I did restart of the zope server also including regular controlled shutdown
> of the computer. Then I get the following output:
>
> [root@nidud Zope-2.5.1-linux2-x86]# ./start
> ------
> 2002-05-14T09:03:15 ERROR(200) Zope Could not import Products.CMFDefault
> Traceback (innermost last):
>   File /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/OFS/Application.py,
> line 531, in import_product
>   File
> /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/CMFDefault/__init__
>.py, line 18, in ?
>   File
> /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/CMFDefault/Portal.p
>y, line 20, in ?
> ImportError: No module named CMFCore.PortalObject
>
>
> ------
> 2002-05-14T09:03:15 ERROR(200) Zope Could not import Products.CMFPlone
> Traceback (innermost last):
>   File /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/OFS/Application.py,
> line 531, in import_product
>   File
> /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/CMFPlone/__init__.p
>y, line 1, in ?
> ImportError: No module named CMFCore
>
>
> ------
> 2002-05-14T09:03:15 ERROR(200) Zope Could not import Products.DCWorkflow
> Traceback (innermost last):
>   File /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/OFS/Application.py,
> line 531, in import_product
>   File
> /usr/local/dc/Zope-2.5.1-linux2-x86/lib/python/Products/DCWorkflow/__init__
>.py, line 19, in ?
> ImportError: No module named CMFCore.utils
>
>
> ------
> 2002-05-14T09:03:21 INFO(0) ZODB Opening database for mounting:
> '142194224_1021333210.508530'
> ------
> 2002-05-14T09:03:21 INFO(0) ZODB Mounted database
> '142194224_1021333210.508530' at /temp_folder
> ------
> 2002-05-14T09:03:27 INFO(0) Zope New disk product detected, determining if
> we need to fix up any ZClasses.
> ------
> 2002-05-14T09:03:28 INFO(0) ZServer HTTP server started at Tue May 14
> 11:03:28 2002
>         Hostname: nidud
>         Port: 8080
> ------
> 2002-05-14T09:03:28 INFO(0) ZServer FTP server started at Tue May 14
> 11:03:28 2002
>         Hostname: nidud
>         Port: 8021
> ------
> 2002-05-14T09:03:28 INFO(0) ZServer PCGI Server started at Tue May 14
> 11:03:28 2002
>         Unix socket: /usr/local/dc/Zope-2.5.1-linux2-x86/var/pcgi.soc
>
> --------------------------------------------------------
>
> As you can see some of the zope services got up and running but the CMF
> didnt work,
> Any idea what I should do?
> Any suggestions to why the Products.CMFDefault doesnt work?
> What should I do to get the CMFCore.PortalObject and those other modules to
> function?