I have a bug in category management since I upgraded from 1.3.2.1 to 1.3.2.2
With Internet Explorer, we have an error at lines 591 and 671 of undefined object type.
I can’t find the updateContent function in the page.
This error happend when I load the “category management” page for the first time, and each time I click on a category in the tree. The category form is not displayed.
Using IE8 if i try to Manage Categories i get the below error. I have to use Firefox when changing category information. Prior to 1.3.2.2 no problems. Have the error on all my shopping carts - even a completely brand new fresh install and new database.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; msn OptimizedIE8;ENAU)
Timestamp: Tue, 7 Jul 2009 11:31:49 UTC
Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Line: 0
Char: 0
Code: 0
URI: http://www.mywebsite.com.au/index.php/XXX/catalog_category/
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
Timestamp: Tue, 7 Jul 2009 21:02:04 UTC
Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Line: 0
Char: 0
Code: 0
After further investigations, I’ve found that the “updateTopButtonToolbarToggle()” function it is used to create the floating “Save Category” button.
I’ve found the js function and I think that the error is in another function inside of it (named: “createTopButtonToolbarToggle()").
Remember that you can do the mod described in my last post (comment out the updateTopButtonToolbarToggle function) only if you have a local module for the Adminhtml to avoid problem with the future upgrades of Magento.
I think that this problem will be fixed soon by the Magento team (they are my heroes, I love Magento).
Thanks to everybody (even if nobody answer me… I have never had an answer from anyone on Magento forum… but it doesn’t matter).
Good luck to everybody.
Luca
Notes: you will get some js errors but the Manage category page works!