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.