On 2016-07-24 16:35, Erik Huelsmann wrote: > Various people have been going over different functions/aspects of 1.5 > as it is in the current 'master' branch. A number of high priority > issues have been fixed. > Additionally, a number of user interface experience points have been > improved. > > From what I understand, David Godfrey wants to run a few production > tests with 1.5; maybe John does too. What fixing any immediate high > priority issues they find and releasing 1.5.0-rc1 by the end of the week?
FWIW I think it's a bit premature to think about RC's. I'm running into new bugs everywhere I test. This morning I tried to email an invoice. I don't understand why it doesn't default to the customer's email address, and why there's no template subject (Like "Invoice no ###). But the problem is that it fails with a 500, and this text: ----> Error! 'can't exec : No such file or directory ' dbversion: 1.5.0-dev, company: Jasonic ApS Status: 500 ISE Content-Type: text/html; charset=utf-8 Error! ' SELECT o.ordnumber, o.transdate, o.reqdate, o.terms, o.taxincluded, o.shippingpoint, o.shipvia, o.notes, o.intnotes, o.curr AS currency, pe.first_name || ' ' || pe.last_name AS employee, o.person_id AS employee_id, o.entity_credit_account, vc.name as legal_name, o.amount AS invtotal, o.closed, o.reqdate, o.quonumber, o.language_code, o.ponumber, cr.entity_class, ns.location_id as locationid FROM oe o JOIN entity_credit_account cr ON (cr.id = o.entity_credit_account) JOIN entity vc ON (cr.entity_id = vc.id) LEFT JOIN person pe ON (o.person_id = pe.id) LEFT JOIN entity_employee e ON (pe.entity_id = e.entity_id) LEFT JOIN new_shipto ns ON ns.oe_id = o.id WHERE o.id = ? no connection to the server at lib/LedgerSMB/OE.pm line 611. ' dbversion: 1.5.0-dev, company: jasonic <---- Btw, I created the email address for the customer from the Contact Info tab, selecting Email from the dropdown. When saving I get this nice screen: ----> Error! Attribute (class_id) is required at constructor LedgerSMB::Entity::Contact::new (defined at lib/LedgerSMB/Entity/Contact.pm line 214) line 46 LedgerSMB::Entity::Contact::new('LedgerSMB::Entity::Contact', 'HASH(0xa168320)') called at lib/LedgerSMB/Entity/Contact.pm line 166 LedgerSMB::Entity::Contact::save('LedgerSMB::Entity::Contact=HASH(0xa161348)') called at lib/LedgerSMB/Scripts/contact.pm line 747 LedgerSMB::Scripts::contact::save_contact('LedgerSMB=HASH(0x57f6348)') called at bin/lsmb-request.pl line 101 LedgerSMB::PSGI::try {...} at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Try/Tiny.pm line 81 eval {...} at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Try/Tiny.pm line 72 Try::Tiny::try('CODE(0x9661b58)', 'Try::Tiny::Catch=REF(0x97c4b40)') called at bin/lsmb-request.pl line 113 LedgerSMB::PSGI::call_script('contact.pl', 'LedgerSMB=HASH(0x57f6348)', 'LedgerSMB::Locale::en=HASH(0x57fbd18)') called at bin/lsmb-request.pl line 136 require bin/lsmb-request.pl at lib/LedgerSMB/PSGI.pm line 105 LedgerSMB::PSGI::try {...} at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Try/Tiny.pm line 81 eval {...} at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Try/Tiny.pm line 72 Try::Tiny::try('CODE(0x920ebe0)', 'Try::Tiny::Catch=REF(0x97c5980)') called at lib/LedgerSMB/PSGI.pm line 113 LedgerSMB::PSGI::_run_new('contact.pl') called at lib/LedgerSMB/PSGI.pm line 88 LedgerSMB::PSGI::__ANON__ at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/CGI/Emulate/PSGI.pm line 30 CGI::Emulate::PSGI::__ANON__('HASH(0x57fcb58)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Plack/App/URLMap.pm line 71 Plack::App::URLMap::call('Plack::App::URLMap=HASH(0x92c1fc0)', 'HASH(0x57fcb58)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Plack/Component.pm line 50 Plack::Component::__ANON__('HASH(0x57fcb58)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Plack/Middleware/Conditional.pm line 16 Plack::Middleware::Conditional::call('Plack::Middleware::Conditional=HASH(0x93b6c80)', 'HASH(0x57fcb58)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Plack/Component.pm line 50 Plack::Component::__ANON__('HASH(0x57fcb58)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Plack/Util.pm line 142 eval {...} at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Plack/Util.pm line 142 Plack::Util::run_app('CODE(0x93b6c08)', 'HASH(0x57fcb58)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Starman/Server.pm line 279 Starman::Server::process_request('Starman::Server=HASH(0x21f8690)', 'Net::Server::Proto::TCP=GLOB(0x96617b0)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Net/Server.pm line 74 Net::Server::run_client_connection('Starman::Server=HASH(0x21f8690)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Net/Server/PreFork.pm line 229 eval {...} at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Net/Server/PreFork.pm line 229 Net::Server::PreFork::run_child('Starman::Server=HASH(0x21f8690)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Net/Server/PreFork.pm line 187 Net::Server::PreFork::run_n_children('Starman::Server=HASH(0x21f8690)', 5) called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Net/Server/PreFork.pm line 111 Net::Server::PreFork::loop('Starman::Server=HASH(0x21f8690)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Net/Server.pm line 60 Net::Server::run('Starman::Server=HASH(0x21f8690)', 'port', 'ARRAY(0x95128d8)', 'host', '*', 'proto', 'tcp', 'serialize', 'none', 'min_servers', 5, 'min_spare_servers', 4, 'max_spare_servers', 4, 'max_servers', 5, 'max_requests', 1000, 'user', 1000, 'group', '1000 1000', 'listen', 1024, 'check_for_waiting', 1, 'no_client_stdout', 1) called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Starman/Server.pm line 87 Starman::Server::run('Starman::Server=HASH(0x21f8690)', 'CODE(0x93b6c08)', 'HASH(0x92c1900)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Plack/Handler/Starman.pm line 18 Plack::Handler::Starman::run('Plack::Handler::Starman=HASH(0x21a8fc8)', 'CODE(0x93b6c08)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Plack/Loader.pm line 84 Plack::Loader::run('Plack::Loader=HASH(0x2104840)', 'Plack::Handler::Starman=HASH(0x21a8fc8)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Plack/Runner.pm line 277 Plack::Runner::run('Plack::Runner=HASH(0x20b3120)') called at /home/jasonic/perl5/perlbrew/perls/perl-5.20.0/bin/starman line 38 dbversion: 1.5.0-dev, company: jasonic <---- but the email was saved. I noticed that I made a mistake and wanted to edit it, but was met with ----> Error! Action Not Defined: edit at bin/lsmb-request.pl line 98. dbversion: 1.5.0-dev, company: jasonic <---- /kaare ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Ledger-smb-devel mailing list Ledger-smb-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel