Skip to content

Why does my configure run well on the version updated at 9/05/2012, can not run on the others versions updated after 9/05/2012 #92

Closed
@SunshineTech

Description

@SunshineTech

In my magento application, there is a configure in layout.xml:

[default]
[reference name="head"]
[action method="setTemplate"][template]SunshineBiz_Permission::page/head.phtml[/template][/action]
[action method="setTitle" translate="title"][title]Backend Admin[/title][/action]
[/reference]
[reference name="menu"]
[action method="setTemplate"][template]SunshineBiz_Permission::menu.phtml[/template][/action]
[/reference]
[reference name="footer"]
[action method="setTemplate"][template]SunshineBiz_Permission::page/footer.phtml[/template][/action]
[/reference]
[/default]

On the version updated at 9/05/2012, it runs well. But it can not run on the version updated at 9/13/2012 and 9/27/2012. It run a long time, and display a blank page. Forthermore, there aren't logs in system.log, no warn, no error, nothing. I have to change the configure by removing the "menu" reference as following:

[default]
[reference name="head"]
[action method="setTemplate"][template]SunshineBiz_Permission::page/head.phtml[/template][/action]
[action method="setTitle" translate="title"][title]Backend Admin[/title][/action]
[/reference]
[reference name="footer"]
[action method="setTemplate"][template]SunshineBiz_Permission::page/footer.phtml[/template][/action]
[/reference]
[/default]

Then it can run. Why is it so? How can I change the menu's template?
Any suggest is welcome!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions