Hi Armaghan, I have installed your 'rel3' branch by using 'git checkout -b rel3 origin/rel3'. This works fine.
When I then try to login I first get the message: Upgrading to Version 3.0.2 ... Continue But when I click 'Continue' I get the following error message: DBD::Pg::db selectrow_array failed: ERROR: column e.department_id does not exist LINE 4: LEFT JOIN department d ON (d.id = e.department_id) ^ at SL/User.pm line 633. Any ideas what I'm doing wrong? Regards Sebastian On Wed, 2012-05-23 at 09:29 +0500, Armaghan Saqib wrote: > Hi all, > > (1) Now you can download, install and upgrade your enhanced sql-ledger > just like the official one. This does not require git. This download > includes Tekki's patch which fixed a problem during the installation. > > The download is available at: > > https://github.com/ledger123/ledger123/downloads > > (2) Make sure you run the sql/Pg-custom_tables.sql on each sql-ledger > dataset. (it is ok to run it multiple times without any harm) > > (3) If you are moving from official version to enhanced version AND > use warehouses, please read the following and upgrade accordingly: > > > http://ledger123.com/docs/doku.php?id=warehouses#enabling_multiple_warehouses_for_old_dataset > > (4) If you prefer using git for downloading and updating, then you can > also view instructions here: > > http://ledger123.com/docs/doku.php?id=enhanced_sql-ledger > > Once cloned, switch to 'rel3' branch by using 'git checkout -b rel3 > origin/rel3' > > Thanks for pointing out issues. > > Regards > Armaghan > _______________________________________________ > SQL-Ledger mailing list > [email protected] > http://lists.ledger123.com/mailman/listinfo/sql-ledger _______________________________________________ SQL-Ledger mailing list [email protected] http://lists.ledger123.com/mailman/listinfo/sql-ledger
