content structure

Author Message

Alain Mangana

Thursday 15 January 2009 10:15:28 am

Hi. I have eZ Publish 4.0.1 When i login as Admin i can not see content structure tree (at the left of admin page) and all sub items (center). and this is my virtualhost configuration:



<VirtualHost *:80>
    DocumentRoot www/tests/monsite
    ServerName monsite.com
    ServerAlias www.monsite..com 

    <Directory www/tests/monsite>
        Options FollowSymLinks
        AllowOverride None
    </Directory>

    <IfModule mod_php5.c>
        php_admin_flag safe_mode                 Off
        php_admin_value register_globals         0
        php_value magic_quotes_gpc               0
        php_value magic_quotes_runtime           0
        php_value allow_call_time_pass_reference 0
    </IfModule>
 
    DirectoryIndex index.php

    ErrorLog /var/log/apache2/monsite.log

    <IfModule mod_rewrite.c>
    	  RewriteEngine On
    	  #pour afficher l'arbre de contenu BO en Ajax

 	RewriteRule content/treemenu/? /index_treemenu.php [L]

	
        RewriteRule ^/var/storage/.* - [L]
        RewriteRule ^/var/[^/]+/storage/.* - [L]
        RewriteRule ^/var/cache/texttoimage/.* - [L]
        RewriteRule ^/var/[^/]+/cache/texttoimage/.* - [L]
        RewriteRule ^/design/[^/]+/(stylesheets|images|javascript)/.* - [L]
        RewriteRule ^/share/icons/.* - [L]
        RewriteRule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]
        RewriteRule ^/packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L]
        RewriteRule ^/packages/styles/.+/thumbnail/.* - [L]
        RewriteRule ^/favicon\.ico - [L]
        RewriteRule ^/robots\.txt - [L]
        # Uncomment the following lines when using popup style debug.
        # RewriteRule ^/var/cache/debug\.html.* - [L]
        # RewriteRule ^/var/[^/]+/cache/debug\.html.* - [L]
        RewriteRule .* /index.php
    </IfModule>

</VirtualHost>


I have this in my site.ini.append in override :
RemoveSiteAccessIfDefaultAccess=enabled

is that someone has an idea of the Good configuration

http://tikdem.com
/

André R.

Thursday 15 January 2009 10:21:38 am

The upgrade doc is always a good place to start, see this section:
http://ez.no/doc/ez_publish/upgrading/upgrading_to_4_0/from_4_0_x_to_4_0_y#eztoc98307_4_1

Edit: Sorry, just assumed you had upgraded from 4.0.0 or 3.10.0. If you haven't, where did you get the rewrite rules from?

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

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

eZ debug

Timing: Jan 18 2025 15:10:39
Script start
Timing: Jan 18 2025 15:10:39
Module start 'layout'
Timing: Jan 18 2025 15:10:39
Module start 'content'
Timing: Jan 18 2025 15:10:40
Module end 'content'
Timing: Jan 18 2025 15:10:40
Script end

Main resources:

Total runtime0.6782 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 587.7969152.6094
Module start 'layout' 0.00500.0024 740.406339.4297
Module start 'content' 0.00740.6694 779.8359535.6172
Module end 'content' 0.67670.0014 1,315.453112.1875
Script end 0.6781  1,327.6406 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.4446160.0002
Check MTime0.00130.1850160.0001
Mysql Total
Database connection0.00070.101710.0007
Mysqli_queries0.634993.6148540.0118
Looping result0.00050.0747520.0000
Template Total0.649395.720.3246
Template load0.00200.291720.0010
Template processing0.647395.445520.3236
Template load and register function0.00010.013910.0001
states
state_id_array0.00060.094110.0006
state_identifier_array0.00120.184220.0006
Override
Cache load0.00160.2379140.0001
Sytem overhead
Fetch class attribute can translate value0.00080.111820.0004
Fetch class attribute name0.00090.129040.0002
XML
Image XML parsing0.00100.143320.0005
class_abstraction
Instantiating content class attribute0.00000.000740.0000
General
dbfile0.00110.1663230.0000
String conversion0.00000.004940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs