Erweiterte Export-Profile in 1.4.2.0 nicht ausführbar
Mittwoch, 02. März 2011 16:43
Quelle: http://www.vinagento.com/blog/magento-tutorial/cant-run-advanced-import-profiles-after-upgrade-to-magento-1-4-2-0/
After upgraded your magento to 1.4.2.0, when you start to run advanced import profile magento admin show blank page. Do the following modify.
Locate file:
Add following template config:
After upgraded your magento to 1.4.2.0, when you start to run advanced import profile magento admin show blank page. Do the following modify.
Locate file:
XML: (Auswählen)
app/design/adminhtml/default/default/layout/dataflow.xml
Add following template config:
XML: (Auswählen)
<adminhtml_system_convert_profile_run>
<remove name = "root"/>
<block type="adminhtml/page" name="convert_root" output="toHtml" template="page.phtml">
<block type="adminhtml/page_head" name="convert_root_head" as="head" template="page/head.phtml">
<action method="addJs"><script>prototype/prototype.js</script></action>
<action method="addJs"><script>prototype/validation.js</script></action>
<action method="addJs"><script>varien/js.js</script></action>
<action method="addJs"><script>mage/translate.js</script></action>
<action method="addJs"><script>mage/adminhtml/tools.js</script></action>
</block>
<block type="adminhtml/system_convert_profile_run" name="system_convert_profile_run" template="system/convert/profile/process.phtml" output="toHtml"/>
</block>
</adminhtml_system_convert_profile_run>
Zuletzt editiert:Mittwoch, 02. März 2011 16:46