سؤال

I have merge recently css and js from magento backend. after this backend menu not work i got following error.

Uncaught TypeError: Cannot read property 'length' of undefined

I dont know what is problem with this.

هل كانت مفيدة؟

المحلول

make sure you have load prototype.js before jquery-your-version.js . you will find this in your main.xml

<block type="adminhtml/page" name="root" output="toHtml" template="page.phtml">
           <block type="adminhtml/page_head" name="head" as="head" template="page/head.phtml">
                <action method="setTitle" translate="title"><title>Magento Admin</title></action>
                <action method="addJs"><script>prototype/prototype.js</script></action>
                <action method="addItem"><type>js</type><name>js/jquery.js</name><params/><if/><condition>can_load_ext_js</condition></action>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top