problem with online editor after upgrade 3.7.4 - 3.8.4

Author Message

David Barber

Thursday 12 October 2006 3:02:57 pm

Hi all,

We ran through the steps to upgrade from 3.7.4 to the latest version, and on the front end everything looks just fine. On the admin side, everything looks OK - content structure on the left, clear cache etc. on the right, but the center window, where the content of our site should be displayed, only shows the name of the folder or article, none of the content. By the same token, if I create a new article, everything comes up for Title (required):, Short title:, and Author, but the text boxes for
Intro (required):, and Body: do not appear. Looking in the source, what shows is

<div class="block">
                        <label>Intro <span class="required">(required)</span>:</label>
                        <input type="hidden" name="ContentObjectAttribute_id[]" value="18883" />
            </div><div class="block">
                        <label>Body:</label>
                        <input type="hidden" name="ContentObjectAttribute_id[]" value="18884" />
</div>

Does anyone have any idea what happened here?

Thanks,
David

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

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