Re: plone 3.3.1 folder listing giving error
Luca Fabbri <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.user |
|---|---|
| Message-ID | <CAGfGq=bniwFyv1LBdT+H-0w=x8mT-_gawbvfodkUqVMKgVihZA@mail.gmail.com> |
You are using the "expression if condition else expression" ternary
operator that was not available on Python 2.4 (the Python version used for
Plone 3) so I'm quite sure something changed in your code or the error was
already there on old Plone.
Change that line with:
python: item_type == 'Event' and (item_end - item_start < 1) or False
On Tue, Mar 3, 2015 at 8:02 AM, eras mus <[email protected]> wrote:
> Hi,
>
> I just migrated one plone 3.3.1 site .( i didn't upgrade. I am using
> the same 3.3.1) .
> Everything is fine except,
> After migration when i view folders i am getting error. folder_listing
> is giving the following
> http://pastebin.com/BRH1NWQs
>
> Please help.
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Plone-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/plone-users
>
--
-- luca
twitter: http://twitter.com/keul
linkedin: http://linkedin.com/in/lucafbb
blog: http://blog.keul.it/
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Plone-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plone-users