1. kozlovmv
  2. RO CSVI
  3. Sunday, 17 January 2016
  4.  Subscribe via email
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.
Accepted Answer Pending Moderation
Hello,

Thank you for your feedback, I have included this change in the next release of CSVI.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!