Error While Importing Bulk Products in Magento -


hello trying import lots of products bulk in magento, getting error below:

fatal error: call member function init() on non-object in /home/duvargiy/public_html/app/code/core/mage/dataflow/model/batch.php on line 125

when check 125th line in batch.php file below, line init(şthis) part, not in magento , php, great:

public function getioadapter() {     if (is_null($this->_ioadapter)) {         $this->_ioadapter = mage::getmodel('dataflow/batch_io');         $this->_ioadapter->init($this);     }     return $this->_ioadapter; } 


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -