1. nkarner
  2. RO CSVI
  3. Saturday, 20 January 2018
  4.  Subscribe via email
On updating to version 7.4.1 I got the following message:
(Joomla 3.8.3)

Warnung
JInstaller: :Install: SQL-Fehler Unknown column 'text_enclosure' in '#__csvi_maps'
Erweiterung „Aktualisierung“: SQL Fehler beim Ausführen der Abfrage: „DB-Funktion mit Fehlercode 1054 fehlgeschlagen!
Unknown column 'text_enclosure' in '#__csvi_maps'
SQL =

ALTER TABLE `#__csvi_maps`
ADD `im_mac` TINYINT(1) NOT NULL DEFAULT '0' AFTER `text_enclosure`;


Paket Aktualisierung: Bei der Installation der Erweiterung trat ein Fehler auf: com_csvi_7.4.1_pro.zip

What can I do?
Accepted Answer Pending Moderation
Hello,

Which version did you update from?

What you can do is run this command from PhpMyAdmin:

ALTER TABLE `#__csvi_maps`
ADD `text_enclosure` VARCHAR(1) NOT NULL DEFAULT '"';


This will add the missing field. If you run the update after that, it should be able to complete. Let me know how it goes.
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
Accepted Answer Pending Moderation
Hello Roland,

it was an update from version 7.3.
After the "alter table ..." the update works well.
Thanks for you help.

Kind regards,
Norbert
  1. more than a month ago
  2. RO CSVI
  3. # 2
  • Page :
  • 1


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