2012/5/19 Armaghan Saqib <[email protected]> > On Sat, May 19, 2012 at 11:04 PM, steve jobs <[email protected]> > wrote: > > > > 2012/5/17 Armaghan Saqib <[email protected]> > >> > >> Hi all, > >> > >> I have ported all bug fixes and most enhancements to SQL-Ledger 3.0. > >> Please feel free to download, install and test. > >> > >> First backup everything before proceeding to upgrade. > >> > >> Currently the recommended way to get the code is using 'git clone > >> git://github.com/ledger123/ledger123.git' so that you can update to > >> latest changes as soon as these are available by doing 'git pull' > >> > >> Please read the docs/UPGRADE on how to upgrade from older SQL-Ledger > >> versions to Version 3.0. > >> > >> To upgrade to ledger123 specific changes, run the > >> sql/Pg-custom_tables.sql file against each database. (It is ok to run > >> it multiple times) > >> > >> If you find any issue, ask for help here or email me directly. > >> > > > > > > Hi Armaghan, > > > > maybe is It an experimental code? :)) > > > > I can't create an dataset, exactly utf8 but I tried default and it isn't > > created. I have an error message before the script finished: > > > > Server error! > > > > The server encountered an internal error and was unable to complete your > > request. > > > > Error message: > > Premature end of script headers: admin.pl > > > > If you think this is a server error, please contact the webmaster. > > > > Error 500 > > > > Have you same problem or it is my privilege? :)) I can create dataset on > > original sql-ledger 3.0.2. Can you help me? > > > > Thanks > > steve > > Hi Steve, > > Please see what is in the apache error log and post it here. This will > help to identify the issue. > > Regards > Armaghan > _______________________________________________ > SQL-Ledger mailing list > [email protected] > http://lists.ledger123.com/mailman/listinfo/sql-ledger >
Hi, thanks for your help because I don't understand why wont work enhancement ledger when sql-ledger works. Here is the important rows from my apache log. [Sat May 19 19:54:33 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "invoice_pkey" for table "invoice", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:33 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "customer_pkey" for table "customer", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:34 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "employee_pkey" for table "employee", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:34 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "vendor_pkey" for table "vendor", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:35 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "br_pkey" for table "br", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:35 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "address_pkey" for table "address", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:35 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "contact_pkey" for table "contact", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:35 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "paymentmethod_pkey" for table "paymentmethod", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:35 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "curr_pkey" for table "curr", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:35 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "report_pkey" for table "report", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:35 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "deduction_pkey" for table "deduction", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:36 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "wage_pkey" for table "wage", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:36 2012] [error] [client 192.168.1.1] NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "acsrole_pkey" for table "acsrole", referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:40 2012] [error] [client 192.168.1.1] Modification of a read-only value attempted at SL/User.pm line 451., referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:40 2012] [error] [client 192.168.1.1] Compilation failed in require at /srv/www/htdocs/ledger123/admin.pl line 92., referer: http://192.168.1.1/ledger123/admin.pl [Sat May 19 19:54:40 2012] [error] [client 192.168.1.1] Premature end of script headers: admin.pl, referer: http://192.168.1.1/ledger123/admin.pl Thanks steve
_______________________________________________ SQL-Ledger mailing list [email protected] http://lists.ledger123.com/mailman/listinfo/sql-ledger
