suyash442 / magento

this is repository created by www.justcode.in
The Unlicense
2 stars 1 forks source link

Problem with script in Magento 1.9.2.2 #1

Open christerjohansson opened 8 years ago

christerjohansson commented 8 years ago

Ok, so exporting works great! :) However, the import to my vanilla magento 1.9.2.2 does not work at all. I followed the instructions very carefully, and I first got a error message about getStoreById().

But then I cleared cache etc, and tried it again. Now the output looks like this,

Starting Mage_Dataflow_Model_Convert_Adapter_Io :: load
Loaded successfully: "/var/www/public/secondstore/var/import/Categories.csv".
Starting Mage_Dataflow_Model_Convert_Parser_Csv :: parse
Found 230 rows.
Starting catalog/convert_adapter_category :: parse
<br /> <b>Fatal error</b>: Call to undefined method ImpCat_Catalog_Model_Convert_Adapter_Category::getStoreById() in <b>/var/www/public/secondstore/app/code/local/ImpCat/Catalog/Model/Convert/Adapter/Category.php</b> on line <b>32</b><br />

My CSV is structured like this,

store;categories;is_active;meta_title;meta_keywords;meta_description;include_in_menu;is_anchor;description
tharun777 commented 8 years ago

Hi Any solution on above issue ?