Karl Johan Kleist | 2 Jun 11:00
Picon

Re: Can I ignore build error when Install Plone 3.2.2?


Can safely be ignored, as described here:
http://plone.org/documentation/error/syntaxerror-return-outside-function

roycha wrote:
> 
> Running easy_install:
> /usr/bin/python "-c" "from setuptools.command.easy_install import main;
> main()" "-mUNxd" "/home/plone/wwwplatform-plone3.2.2/eggs/tmpTvAv-0" "-q"
> "/tmp/tmpQyIwYOget_dist/Plone-3.2.2.zip"
> path=/home/plone/wwwplatform-plone3.2.2/eggs/setuptools-0.6c9-py2.4.egg
> 
>   File
> "build/bdist.linux-i686/egg/Products/CMFPlone/skins/plone_deprecated/prepare_slots.py",
> line 75
>     return slots
> SyntaxError: 'return' outside function
>   File
> "build/bdist.linux-i686/egg/Products/CMFPlone/skins/plone_deprecated/cropText.py",
> line 9
>     return context.restrictedTraverse('@@plone').cropText(text, length,
> ellipsis='...')
> SyntaxError: 'return' outside function
>   File
> "build/bdist.linux-i686/egg/Products/CMFPlone/skins/plone_deprecated/getEventString.py",
> line 22
>     return eventstring
> SyntaxError: 'return' outside function
> 
> and I got whole lots of other errors when build Kupu.. etc...when I run
(Continue reading)

Raphael Ritz | 2 Jun 12:26
Picon
Favicon

Re: How to create a SubSkinIII preset product?

Mirto Silvio Busico wrote:
>

[..]

> 
> So I suppose I have to create a new theme product based on subskiniii; 
> but I was unable to find any how-to.

I'd start here:

http://plone.org/documentation/phc_topic_area?topic=Visual+Design#creating-theme-products

that your skin/theme is based on subskiniii doesn't make much
of a difference. Just make sure you get you skin tool configuration
right (in particular the skin layers) if that even applies here.
(otherwise it's up to you to configure your view(s) in zcml)

> 
> I looked in:
> 
>    http://www.medialog.no/plone/subskins-iii/medialog-subskinsiii
>    http://plone.org/products/subskins-iii
> 
> Where can I look for instructions?
> 
> Thanks
>    Mirto
> 
> P.S. if this is not the rigth mailing list, please tell me
(Continue reading)

George2 | 2 Jun 16:53
Picon

Re: plone without setup


Thanks!

Plone is running without installation!

I needed to do:

1. start in %PLONEDIR%:
    python\python.exe bootstrap.py

2. start    %PLONEDIR%\bin\buildout
    (Or "bin\buildout -o".    What is the difference?)

3. python.exe" "%PLONEDIR%\parts\instance\bin\servicewrapper.py" -C
"%PLONEDIR%\parts\instance\etc\zope.conf"
    (starts the server)

4. open http://localhost:8080/Plone
    or http://localhost:8080/manage

Thanks a lot!
George 
--

-- 
View this message in context: http://n2.nabble.com/plone-without-setup-tp2986216p3012552.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Alexey Vlasov | 3 Jun 18:02
Picon
Favicon

Problem with styles

Hi.

I've got some problem with styles/JavaScripts.
I follow the instructions, written here:
http://plone.org/documentation/tutorial/plone-apache/virtualhost
Everything works perfectly except for the styles, see the attachment.

What is my mistake?

If I refer to the site through port 48003, everything works quite right.

======
RewriteEngine On
RewriteRule ^/(.*) \
http://example.name:48003/VirtualHostBase/http/example.name:80/plone/VirtualHostRoot/$1
+[L,P]
======

- - [03/Jun/2009:19:41:43 +0400] "GET
/portal_javascripts/Plone%20Default/jquery-cachekey5177.js HTTP/1.1" 404
12273 "http://example.name/" "Opera/9.27 (Windows NT 5.1; U; en)"
- - [03/Jun/2009:19:41:43 +0400] "GET
/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey9102.js
HTTP/1.1" 404 12301 "http://example.name/" "Opera/9.27 (Windows NT 5.1; U;
en)"

--

-- 
BRGDS. Alexey Vlasov.
(Continue reading)

Benjamin Newman | 4 Jun 17:29

Adding a Plone site results in a TypeError

Hello

I am attempting to install Plone 3.2.2 on Windows Server 2000. I installed Plone using the Windows
Installer. I am running into a problem when trying to add a Plone site.

The ZMI gives me the following error:

Error Type: TypeError
Error Value: __init__() takes exactly 1 argument (2 given)

>From the error log, starting with the last message that seems to be ``normal'', I have:

2009-06-04T10:03:50 INFO GenericSetup.rolemap Role / permission map imported.
------
2009-06-04T10:03:51 INFO MimetypesRegistry Warning: redefining mime type text/x-python (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.text_python'>)
------
2009-06-04T10:03:51 ERROR Zope.SiteErrorLog http://server3:8080/manage_addProduct/CMFPlone/addPloneSite
Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.CMFPlone.factory, line 85, in addPloneSite
  Module Products.GenericSetup.tool, line 390, in runAllImportStepsFromProfile
   - __traceback_info__: profile-Products.CMFPlone:plone
  Module Products.GenericSetup.tool, line 1182, in _runImportStepsFromContext
  Module Products.GenericSetup.tool, line 1093, in _doRunImportStep
   - __traceback_info__: plone-archetypes
  Module Products.CMFPlone.setuphandlers, line 492, in importArchetypes
  Module Products.CMFPlone.setuphandlers, line 87, in installArchetypes
  Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 521, in installProduct
(Continue reading)

cvielma | 4 Jun 17:57
Picon

Re: Adding a Plone site results in a TypeError


Hi there!

Are you only creating a plone site or are attemping to import a plone site?
If it is the second you must be sure that you have installed an exactly
equal environment. 

Have you tried with another version? Maybe it is some bug on the Windows
installer. A recently installed Plone 3.2.2 in linux and didn't have any
problem.

Greetings,

Benjamin Newman wrote:
> 
> Hello
> 
> I am attempting to install Plone 3.2.2 on Windows Server 2000. I installed
> Plone using the Windows Installer. I am running into a problem when trying
> to add a Plone site.
> 
> The ZMI gives me the following error:
> 
> Error Type: TypeError
> Error Value: __init__() takes exactly 1 argument (2 given)
> 
>>From the error log, starting with the last message that seems to be
``normal'', I have:
> 
> 2009-06-04T10:03:50 INFO GenericSetup.rolemap Role / permission map
(Continue reading)

cvielma | 4 Jun 17:59
Picon

Re: Problem with styles


Hi there!

Not sure what you problem is but some things to check may be:

- Paths to styles (they must me reached by apache)
- Styles permission (you have to make sure that the apache user have the
right permission to read an execute those files).

Greetings,

Alexey Vlasov wrote:
> 
> Hi.
> 
> I've got some problem with styles/JavaScripts.
> I follow the instructions, written here:
> http://plone.org/documentation/tutorial/plone-apache/virtualhost
> Everything works perfectly except for the styles, see the attachment.
> 
> What is my mistake?
> 
> If I refer to the site through port 48003, everything works quite right.
> 
> ======
> RewriteEngine On
> RewriteRule ^/(.*) \
> http://example.name:48003/VirtualHostBase/http/example.name:80/plone/VirtualHostRoot/$1
> +[L,P]
> ======
(Continue reading)

Benjamin Newman | 4 Jun 18:09

RE: Adding a Plone site results in a TypeError

Hello

I have demoed the site in Windows Vista and NetBSD 5.0, so I know Plon works, but I am just trying to create a new
site. I have tried Plone-2.1.3-with-Zope-2.8, which gives a different error, and Plone 3.3.3 (RC 3),
which gives the same error.
--
Benjamin Newman

> -----Original Message-----
> From: setup-bounces@... [mailto:setup-bounces@...]
> On Behalf Of cvielma
> Sent: Thursday, June 04, 2009 10:58 AM
> To: setup@...
> Subject: Re: [Setup] Adding a Plone site results in a TypeError
> 
> 
> Hi there!
> 
> Are you only creating a plone site or are attemping to import a plone
> site?
> If it is the second you must be sure that you have installed an exactly
> equal environment.
> 
> Have you tried with another version? Maybe it is some bug on the Windows
> installer. A recently installed Plone 3.2.2 in linux and didn't have any
> problem.
> 
> Greetings,
> 
> 
(Continue reading)

Alexey Vlasov | 4 Jun 22:04
Picon
Favicon

Re: Problem with styles

This is the result of my patches for Apache.
Well, the problem is solved.

On Wed, Jun 03, 2009 at 08:02:47PM +0400, Alexey Vlasov wrote:
> Hi.
> 
> I've got some problem with styles/JavaScripts.
> I follow the instructions, written here:
> http://plone.org/documentation/tutorial/plone-apache/virtualhost
> Everything works perfectly except for the styles, see the attachment.
> 
> What is my mistake?
> 
> If I refer to the site through port 48003, everything works quite right.
> 
> ======
> RewriteEngine On
> RewriteRule ^/(.*) \
> http://example.name:48003/VirtualHostBase/http/example.name:80/plone/VirtualHostRoot/$1
> +[L,P]
> ======
> 
> - - [03/Jun/2009:19:41:43 +0400] "GET
> /portal_javascripts/Plone%20Default/jquery-cachekey5177.js HTTP/1.1" 404
> 12273 "http://example.name/" "Opera/9.27 (Windows NT 5.1; U; en)"
> - - [03/Jun/2009:19:41:43 +0400] "GET
> /portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey9102.js
> HTTP/1.1" 404 12301 "http://example.name/" "Opera/9.27 (Windows NT 5.1; U;
> en)"
> 
(Continue reading)

Karl Johan Kleist | 5 Jun 10:35
Picon

Re: Migrate from 3.1.7 to 3.1.3


As far as I know, a "backwards" migration is not possible.

Mono wrote:
> 
> I have to move my site (Data.fs and couple of my products) to another
> server. I compare products versions by  Control panel - Product
> management, I have CMFPlone 3.1.3 on the server where I need to move and
> 3.1.7 version on "old" one. 
> 

--

-- 
View this message in context: http://n2.nabble.com/Migrate-from-3.1.7-to-3.1.3-tp3024201p3029126.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


Gmane