It took me to include this code:
		$this->log->setLinenumber($linenumber++);
		$q = 'TRUNCATE TABLE ' . $this->db->quoteName('#__virtuemart_manufacturer_medias');
		$this->db->setQuery($q);
		$this->log->add('Empty manufacturer medias table', true);
		if ($this->db->execute())
		{
			$this->log->addStats('empty', 'COM_CSVI_MANUFACTURER_MEDIAS_TABLE_HAS_BEEN_EMPTIED');
		}
		else
		{
			$this->log->addStats('incorrect', 'COM_CSVI_MANUFACTURER_MEDIAS_TABLE_HAS_NOT_BEEN_EMPTIED');
		}
in maintenance.php file at 812 line to empty virtuemart_manufacturer_medias table.
Without this, the import of manufacturer images working with difficult to explain errors.			
			- Page :
 - 1
 
There are no replies made for this post yet.
Be one of the first to reply to this post!
			Be one of the first to reply to this post!