Manager does not start after recent update on Ubuntu

It’s ok I made a shell script to run the commands automatically in a desktop icon

(#!/bin/bash
Cd …
Cd …
Cd /opt/manager-accounting
Sudo ./manager-accounting )

And don’t forget to make it excutable

Issue with libe_sqlite3.so continues to exist when running ManagerServer dockerized.
It throws “The type initializer for ‘SQLite.SQLiteConnection’”.
I investigated a bit, and Manager extracts that lib from dll on first run, but with extracted new lib continues to throw exception.

I’ve did following to get ManagerServer.exe working in docker.

wget -O https://raw.githubusercontent.com/ericsink/SQLitePCL.raw/master/sqlite3/sqlite3.c

gcc -shared -fPIC -O -DNDEBUG -DSQLITE_DEFAULT_FOREIGN_KEYS=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_RTREE -o libe_sqlite3.so sqlite3.c

And I’ve included compiled library in docker image, so it’s just work fine right now.

excellent support through the forums
indeed I have ubuntu linux 16.04, installed manager 16.12.56 and had similar running issues.
I just ran manager with sudo command, fixed everything and then it runs smoothly with my regular user.

thnx :slight_smile:

OH NO… with my update today on manager-accounting-17.1.16-1 the sqlite problem is back.
It is like the post from jgm, is the same Error as in Dezember.
Downgrade to an older Version does not work. Every time the same Error, and on all three Manjaro Systems 64 bit.

@hanny I fixed the issue on archlinux PKGBUILD by manually compiling the sqlite3.c file into libe_sqlite3.so since it seems that the embedded copy of libe_sqlite3.so on Manager was removed. Should be working now.

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=manager-accounting#n58

Oh Yes, it works, thank you. Two Manjaro System work fine with the new Package.
Thank you jgm. I think we need a new Post here for Arch Linux, Manjaro Systems.
:slight_smile: hanny

I am using Manager 17.1.17 and Ubuntu 16.10 - I can get Manager to start and I can read all the invoices, etc when using the program as a normal user, BUT when I try to save anything I get the following error:

It looks like Maybe changing permissions on the SQLite db files could help this issue?

Here is the error in text form:
/sales-quote-form?Referrer=aa9ea6a5-11bb-4b2f-b0de-bfdfc96e08c0&Key=24188a25-ec9c-4e27-a185-c52156729622&FileID=648d05c9-f74b-478d-bf61-41bb6806c297
SQLite.SQLiteException: ReadOnly
at SQLite.PreparedSqlLiteInsertCommand.ExecuteNonQuery (System.Object source) <0x40a2d420 + 0x00207> in :0
at SQLite.SQLiteConnection.Insert (System.Object obj, System.String extra, System.Type objType) <0x40a2bcf0 + 0x003af> in :0

This looks very similar to the issues dealt with in this thread:-