1. sensomedia
  2. RO CSVI
  3. Wednesday, 25 October 2017
  4.  Subscribe via email
I get this error on every export.
My template fields list contains only one field 'product_sku'.
Any idea ?

VirtueMart 3.2.4
CSVI Pro 7.3.0
Joomla 3.8.1
Accepted Answer Pending Moderation
Hello,
Looks like there is a missing column in #__csvi_templatefields table and so you are seeing error on export. Can you try to run the below query from your phpMyAdmin and check if error is gone? Go to your phpMyAdmin >> select your database >> on SQL tab, copy the below query and click Go. Don't forget to replace #__ with your table prefix.


ALTER TABLE `#__csvi_templatefields`
ADD COLUMN `field_date_format` VARCHAR(25) NOT NULL COMMENT 'Date format for the export field' AFTER `default_value`;
Kind regards,

Tharuna

=========================
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!