0
Please advise
-----
Database Type mysql
Database Version 5.5.57
Database Collation utf8_general_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 7.0.29
Web Server Apache
WebServer to PHP Interface apache2handler
Joomla! Version Joomla! 3.8.6 Stable [ Amani ] 13-March-2018 14:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
----
Warning
JInstaller: :Install: Error SQL Duplicate column name 'city'
Extension Update: SQL error processing query: DB function failed with error number 1060
Duplicate column name 'city'
SQL =
ALTER TABLE `#__invoices_contacts` ADD `city` varchar(255) NOT NULL,
ADD `state` varchar(255) NOT NULL,
ADD `country` varchar(255) NOT NULL,
ADD `vatid` varchar(255) NOT NULL,
ADD `zipcode` varchar(255) NOT NULL ;
-----
Database Type mysql
Database Version 5.5.57
Database Collation utf8_general_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 7.0.29
Web Server Apache
WebServer to PHP Interface apache2handler
Joomla! Version Joomla! 3.8.6 Stable [ Amani ] 13-March-2018 14:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
----
Warning
JInstaller: :Install: Error SQL Duplicate column name 'city'
Extension Update: SQL error processing query: DB function failed with error number 1060
Duplicate column name 'city'
SQL =
ALTER TABLE `#__invoices_contacts` ADD `city` varchar(255) NOT NULL,
ADD `state` varchar(255) NOT NULL,
ADD `country` varchar(255) NOT NULL,
ADD `vatid` varchar(255) NOT NULL,
ADD `zipcode` varchar(255) NOT NULL ;
Responses (4)
-
Accepted Answer
-
Accepted Answer
0It's a recent install, this is the first attempt at an update.
I am using a JMS multisites https://www.jms2win.com/ but this problem appears on the master
I'm thinking about uninstalling, reinstalling 3.1.0 and then attempting the update again. -
Accepted Answer
-
Accepted Answer
0well, it's basically the same error, it is trying to re-create some DB tables that are already there.
if you have access to the DB, maybe the best way will be to delete this table for example (currencies table) and try to reinstall
if you need help, I can help you but today I'm out of the office already, so it would have to be on Monday...
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »