Magento 源模型“;maattabel/categorie“;未找到属性的

Magento 源模型“;maattabel/categorie“;未找到属性的,magento,magento-1.8,Magento,Magento 1.8,安装并卸载magento扩展后,打开时出现错误 目录>管理类别。请帮忙。我尝试按照此解决方案进行操作,但不确定在拿到表后该怎么办: 分机: 使用安装脚本创建模块。在安装脚本中,输入: <?php $this->startSetup(); $this->removeAttribute('catalog_category', 'navigation_column'); $this->endSetup(); 可能文件夹名为category,而其在代码中拼写错误为catego

安装并卸载magento扩展后,打开时出现错误 目录>管理类别。请帮忙。我尝试按照此解决方案进行操作,但不确定在拿到表后该怎么办:


分机:
使用安装脚本创建模块。在安装脚本中,输入:

<?php
$this->startSetup();
$this->removeAttribute('catalog_category', 'navigation_column');
$this->endSetup();

可能文件夹名为category,而其在代码中拼写错误为category?不,这不是问题。您好,我按照您的步骤操作,但无法使用您提供的脚本创建模块。安装脚本放在哪里?对不起,我以前从未创建过磁电机模块,请帮助我。或提供任何可供学习的文章。。。
<?php
$this->startSetup();
$this->removeAttribute('catalog_category', 'navigation_column');
$this->endSetup();