Forums / Install & configuration / Sub items not showing

Sub items not showing

Author Message

paul bolger

Monday 28 March 2011 4:21:52 am

It's late, and maybe I'm missing something... but.

I have a brand new install of ezwebin with demo content (4.5.0 beta1). I go into the admin interface and select 'company/news'. The bottom of the News [Folder] area says that I have 5 subitems, but I can't see them.

This page

http://doc.ez.no/eZ-Publish/User-manual/4.4/Daily-tasks/Managing-sub-items

Says something about a 'table options' dialogue, but I can't see anything. How do I display these items?

Paul Bolger

Jean-Luc Nguyen

Monday 28 March 2011 5:15:18 am

Hi,

Check if it is related to http://share.ez.no/forums/install-configuration/subitems-data-error-message-after-new-install-of-4.4, bug fixed in eZ Publish 4.5 release.

http://www.acidre.com

paul bolger

Monday 28 March 2011 12:04:12 pm

It's possible I suppose. There's a big slab of js there instead of any html. Whichever though, This is a fresh install of 4.5 viewed with Firefox 3.6 and Chrome 10.0.648.204.

The item view is fine in the front end, just not in the admin interface.

It certainly wouldn't be giving first time users or potential customers a good first impression of eZ.

Paul Bolger

Betsy Gamrat

Monday 28 March 2011 7:35:39 pm

It might be related to installations with more than one language. I saw it on eZ 4.2, with eZwebin installed and there were en-US and en-GB classes. I have an eZ 4.4 installation, with just en-US, no eZwebin, and it looks okay.

Steven E. Bailey

Tuesday 29 March 2011 12:11:55 am

Are you sure all your javascript files are loading? I've seen this happen with javascript not loading.

Certified eZPublish developer
http://ez.no/certification/verify/396111

Available for ezpublish troubleshooting, hosting and custom extension development: http://www.leidentech.com

paul bolger

Tuesday 29 March 2011 12:27:22 am

"

It might be related to installations with more than one language. I saw it on eZ 4.2, with eZwebin installed and there were en-US and en-GB classes. I have an eZ 4.4 installation, with just en-US, no eZwebin, and it looks okay.

"

Hi Betsy, nice to hear from you! I don't think that's the problem though: I've tried having different language/locations active before and this time I decided to make life easy for myself and just use en-GB. Having the right flag icon isn't worth the pain.

paul b

Paul Bolger

paul bolger

Tuesday 29 March 2011 12:33:59 am

"

Are you sure all your javascript files are loading? I've seen this happen with javascript not loading.

"

Hi Steven,

I think you may be right. I'm getting a kernel (20) error on

"

http://mysite/extension/ezjscore/design/standard/lib/yui/2.8.1/build/utilities/utilities.js

"

So, a problem with my rewrite rules maybe? I must admit I've been cutting and pasting the same block for a while now.

"

<VirtualHost *:80>
<IfModule mod_rewrite.c>
RewriteEngine On
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]
RewriteRule ^/var/[^/]+/cache/public/.* - [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
RewriteCond %{HTTP_HOST} ^webdav\..*
RewriteRule ^(.*) /webdav.php [L]
</IfModule>
ServerName mysite
ServerAlias www.mysite
ServerAlias admin.mysite
ServerAlias www.admin.mysite
DocumentRoot /www/ezpublish/sites/mysite
</VirtualHost>

"

Odd that it'd only affect the admin siteaccess though.

Paul Bolger

Jean-Luc Nguyen

Tuesday 29 March 2011 3:38:45 am

Hi Paul,

You should replace:

Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]

by:

Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts|lib?)/.* - [L]

http://www.acidre.com

paul bolger

Wednesday 30 March 2011 3:07:32 am

"

Hi Paul,

You should replace:

Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]

by:

Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts|lib?)/.* - [L]

"

Thanks Jan-Luc. That still doesn't seem to fix it though.

I've also tried removing all the rewrite rules and using the index.php URLs, but that doesn't work either.

Paul Bolger

paul bolger

Wednesday 30 March 2011 3:53:45 pm

I've taken a look at my two sites running 4.4 and they are working just fine, with the original rewrite rules. This does seem to be a 4.5 issue.

(edit) strike that, it was a rewrite issue, and it's sorted now.

Paul Bolger

eZ debug

Timing: Jan 18 2025 02:53:24
Script start
Timing: Jan 18 2025 02:53:24
Module start 'content'
Timing: Jan 18 2025 02:53:25
Module end 'content'
Timing: Jan 18 2025 02:53:25
Script end

Main resources:

Total runtime0.7950 sec
Peak memory usage4,096.0000 KB
Database Queries219

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 587.7266180.8438
Module start 'content' 0.00570.6616 768.5703731.6953
Module end 'content' 0.66730.1277 1,500.2656348.4688
Script end 0.7950  1,848.7344 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00440.5493210.0002
Check MTime0.00150.1892210.0001
Mysql Total
Database connection0.00090.118610.0009
Mysqli_queries0.664983.63582190.0030
Looping result0.00260.33192170.0000
Template Total0.767296.520.3836
Template load0.00230.294220.0012
Template processing0.764896.196420.3824
Template load and register function0.00020.020910.0002
states
state_id_array0.00080.106010.0008
state_identifier_array0.00200.250820.0010
Override
Cache load0.00220.2708900.0000
Sytem overhead
Fetch class attribute can translate value0.00110.143250.0002
Fetch class attribute name0.00140.1712140.0001
XML
Image XML parsing0.00901.136350.0018
class_abstraction
Instantiating content class attribute0.00000.0042200.0000
General
dbfile0.01561.9605460.0003
String conversion0.00000.000530.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

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
10content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
10content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
16content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/quote.tpldatatype/ezxmltext/quote.tplextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/quote.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 44
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs