eZ pub 3.8 - right column missing in admin!

Author Message

Børge Warvik

Tuesday 09 May 2006 3:55:00 am

Hi

I downloaded 3.8 and installed it for a site I'm building. When login into admin interface as admin the whole right column with current user info and output debug information is missing.

How can I fix that?

Kristof Coomans

Tuesday 09 May 2006 3:58:30 am

I think it's this bug: http://ez.no/bugs/view/8211. Instructions on how to fix it are provided in comment #3.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Børge Warvik

Tuesday 09 May 2006 4:15:13 am

Thanks for the reply. I looked through the bug, and although it discuss the same problem, my toolbar.ini.append.php file already has that information listed:

<?php /* #?ini charset="utf8"?

[Toolbar]
AvailableToolBarArray[]
AvailableToolBarArray[]=setup
AvailableToolBarArray[]=admin_right
AvailableToolBarArray[]=admin_developer

[Tool]
AvailableToolArray[]
AvailableToolArray[]=setup_link
AvailableToolArray[]=admin_current_user
AvailableToolArray[]=admin_bookmarks
AvailableToolArray[]=admin_clear_cache
AvailableToolArray[]=admin_quick_settings


[Toolbar_setup]
Tool[]
Tool[]=setup_link
Tool[]=setup_link
Tool[]=setup_link
Tool[]=setup_link
Tool[]=setup_link

[Toolbar_admin_right]
Tool[]
Tool[]=admin_current_user
Tool[]=admin_bookmarks
Tool[]=admin_clear_cache
Tool[]=admin_quick_settings

[Toolbar_admin_developer]
Tool[]
#Tool[]=admin_clear_cache
#Tool[]=admin_quick_settings

[Tool_setup_link]
title=
link_icon=
url=

[Tool_setup_link_description]
title=Title
link_icon=Icon
url=URL

[Tool_setup_setup_link_1]
title=Classes
link_icon=classes.png
url=/class/grouplist

[Tool_setup_setup_link_2]
title=Cache
link_icon=cache.png
url=/setup/cache

[Tool_setup_setup_link_3]
title=URL translator
link_icon=url_translator.png
url=/content/urltranslator

[Tool_setup_setup_link_4]
title=Settings
link_icon=common_ini_settings.png
url=/content/edit/52

[Tool_setup_setup_link_5]
title=Look and feel
link_icon=look_and_feel.png
url=/content/edit/54
*/ ?>

When looking in the admin interface source code I see this for my right menu:

<div id="rightmenu">
<div id="rightmenu-design">

<h3 class="hide">Right</h3>

</div>
</div>

Børge Warvik

Tuesday 09 May 2006 4:50:35 am

First I see my error in the toolbar.ini file

[Toolbar_admin_developer]
Tool[]
#Tool[]=admin_clear_cache
#Tool[]=admin_quick_settings

It should not be commented out :)

But I've now turned on debug output end get these errors that I don't understand:

Undefined group: 'Toolbar_admin_right'
Undefined group: 'Toolbar_admin_developer'

Anyone?

Kristof Coomans

Tuesday 09 May 2006 4:55:53 am

Mh strange... :-)

Do you get any errors/warnings in the debug output? Maybe try to clear all caches.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Børge Warvik

Tuesday 09 May 2006 5:07:33 am

I get these errors in debug output:

Error: eZINI  	May 09 2006 06:54:32
Undefined group: 'Toolbar_admin_right'

Error: eZINI 	May 09 2006 06:54:32
Undefined group: 'Toolbar_admin_developer'

I've emptied the cache. I've done it inside admin interface and manually deleted the var/cahce and var/siteaccess folder.

Sine this seems to only happned when installing a plain siteaccess maybe I should reinstall and choose corporate etc?

What do you think?

Kristof Coomans

Tuesday 09 May 2006 5:14:55 am

According to the debug warnings there's still an issue with the toolbar settings. Are you sure that your toolbar.ini.append.php file is at the right location?

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Børge Warvik

Tuesday 09 May 2006 5:18:52 am

You're absolutely right :) The ini file was located in siteaccess/admin when it should have been in my siteacces/<siteaccess>_admin folder.

Stupid me :) Thanks for your help!

Kristof Coomans

Tuesday 09 May 2006 5:31:33 am

Could have happened to anyone ;)

You're welcome!

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

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 20 2025 09:52:54
Script start
Timing: Jan 20 2025 09:52:54
Module start 'layout'
Timing: Jan 20 2025 09:52:54
Module start 'content'
Timing: Jan 20 2025 09:52:54
Module end 'content'
Timing: Jan 20 2025 09:52:54
Script end

Main resources:

Total runtime0.0168 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 589.3203152.6406
Module start 'layout' 0.00580.0032 741.960939.4766
Module start 'content' 0.00890.0056 781.4375101.4297
Module end 'content' 0.01460.0022 882.867242.3047
Script end 0.0168  925.1719 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002414.4080140.0002
Check MTime0.00116.3058140.0001
Mysql Total
Database connection0.00116.507010.0011
Mysqli_queries0.002515.035630.0008
Looping result0.00000.094910.0000
Template Total0.001810.810.0018
Template load0.00095.567710.0009
Template processing0.00095.162510.0009
Override
Cache load0.00063.606910.0006
General
dbfile0.00021.480580.0000
String conversion0.00000.041140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs