You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scratch that, now it's telling me that I have reached the maximum number of companies (I only have one). I went through the database and pruned some erroneous data in there that suggested I had more than one company. (i.e. company id<>1) Still saying I need to upgrade my plan, when all I will ever have is one company.
I'm getting this over and over in the Akaunting log running this as a docker image on my VPS:
In Connection.php line 822:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'title'
(Connection: mysql, SQL: alter table
crf_documents
addtitle
varchar(19contact_country
, addsubheading
varchar(191) null after `title`)
In Connection.php line 580:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'title'
The text was updated successfully, but these errors were encountered: