problem with online editor after upgrade 3.7.4 - 3.8.4

problem with online editor after upgrade 3.7.4 - 3.8.4

Thursday 12 October 2006 3:02:57 pm - 2 replies

Author Message

Claudia Kosny

Friday 13 October 2006 11:02:53 am

Hi David

Anything in the debug output at all? This looks like some of the templates are missing which should producte quite a lot of error messages.

Download a fresh copy of EZ again and replace the design folder for the admin site with the fresh copy (don't forget to make a backup of the old design folder before if you have any custom stuff in there). Maybe also replace the override.ini for the admin although this can be tricky business. Does that change anything?

Greetings from Luxembourg

Claudia

David Barber

Tuesday 17 October 2006 11:38:46 am

Hi Claudia, and thanks for your reply!

There's nothing in the debug except a whole lot of green 'Notices' - no 'Warnings' or 'Errors' of any kind.

There is one odd thing, and that's that a single query is highlighted in yellow - I don't know if that is normal or not, but the query

SELECT ezcontentobject.*,
                       ezcontentobject_tree.*,
                       ezcontentclass.name as class_name,
                       ezcontentclass.identifier as class_identifier
                       , ezcontentobject_name.name as name,  ezcontentobject_name.real_translation 
                FROM ezcontentobject_tree,
                     ezcontentobject,
                     ezcontentclass
                     , ezcontentobject_name 
                WHERE node_id IN ( 2 ) AND
                      ezcontentobject_tree.contentobject_id=ezcontentobject.id AND
                      ezcontentclass.version=0  AND
                      ezcontentclass.id = ezcontentobject.contentclass_id
                       AND 
 ezcontentobject.language_mask & 3 > 0 

                       and  ezcontentobject_tree.contentobject_id = ezcontentobject_name.contentobject_id and
                                  ezcontentobject_tree.contentobject_version = ezcontentobject_name.content_version and 
 ( ezcontentobject_name.language_id & ezcontentobject.language_mask > 0 AND
     ( (   ezcontentobject.language_mask - ( ezcontentobject.language_mask & ezcontentobject_name.language_id ) ) & 1 )
   + ( ( ( ezcontentobject.language_mask - ( ezcontentobject.language_mask & ezcontentobject_name.language_id ) ) & 2 ) )
   <
     ( ezcontentobject_name.language_id & 1 )
   + ( ( ezcontentobject_name.language_id & 2 ) )
 )

is the only query in my debug tree that highlighted this way.

I'll try replacing the admin siteaccess and see if that helps.

Thanks again,
David

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.