Erstellt vor 4 Jahren
Geschlossen vor 4 Jahren
#1620 closed Fehler (works-for-me)
Lieferantenauftrag direkt drucken gibt: 'Keine Aktion definiert'
| Erstellt von: | information@… | Verantwortlicher: | m.bunkus@… |
|---|---|---|---|
| Priorität: | normal | Meilenstein: | |
| Komponente: | kivitendo ERP | Version: | 2.6.2 |
| Schweregrad: | trivial | Stichworte: | Einkauf |
| Beobachter: |
Beschreibung
fcgid only natürlich ...
Änderungshistorie (4)
comment:1 Geändert vor 4 Jahren durch information@…
comment:2 Geändert vor 4 Jahren durch information@…
Als Dump bekomme ich:
sub0: \ 0.253162 Form::set_standard_title in SL/Form.pm:731 called from SL/Dispatcher.pm:220
sub0: / 0.253521 Form::set_standard_title in SL/Form.pm:738
sub0: \ 0.253922 Locale::findsub in SL/Locale.pm:231 called from SL/Dispatcher.pm:222
sub0: / 0.280407 Locale::findsub in SL/Locale.pm:258
sub0: \ 0.280635 main::call_sub in bin/mozilla/common.pl:515 called from SL/Dispatcher.pm:222
sub0: \ 0.280832 Form::error in SL/Form.pm:446 called from bin/mozilla/oe.pl:1953
error_call_trace: Starting full caller dump:
error_call_trace: LXDebug::show_backtrace from SL/Form.pm:448
error_call_trace: Form::error from bin/mozilla/oe.pl:1953
error_call_trace: main::dispatcher from bin/mozilla/common.pl:537
error_call_trace: main::call_sub from SL/Dispatcher.pm:222
error_call_trace: (eval) from SL/Dispatcher.pm:232
error_call_trace: SL::Dispatcher::handle_request from /usr/local/src/lx-office-erp/oe.pl:9
sub0: \ 0.281335 Form::show_generic_error in SL/Form.pm:859 called from SL/Form.pm:453
sub0: \ 0.281402 Form::header in SL/Form.pm:618 called from SL/Form.pm:884
sub0: \ 0.281539 Form::create_http_response in SL/Form.pm:580 called from SL/Form.pm:670
sub0: / 0.287865 Form::create_http_response in SL/Form.pm:611
sub0: / 0.288081 Form::header in SL/Form.pm:699
sub0: \ 0.288161 Form::parse_html_template in SL/Form.pm:816 called from SL/Form.pm:885
sub0: \ 0.288229 Form::_prepare_html_template in SL/Form.pm:742 called from SL/Form.pm:822
sub0: / 0.288413 Form::_prepare_html_template in SL/Form.pm:810
sub0: / 0.302452 Form::parse_html_template in SL/Form.pm:830
sub0: / 0.302709 Form::show_generic_error in SL/Form.pm:889
time: 0.302963
sub0: / 0.303049 SL::Dispatcher::handle_request in SL/Dispatcher.pm:246
comment:3 Geändert vor 4 Jahren durch information@…
Die beiden Commits rausgenommen:
$ git revert 2b260ba4
$ git revert c0f1c3ee
Und keine Änderung erhalten, wieder auf den Haupt-Branch gewechselt und danach ging es auf einmal.
Abwarten ...
comment:4 Geändert vor 4 Jahren durch m.bunkus@…
- Lösung auf worksforme gesetzt
- Status von new nach closed geändert
Ich schließ das mal als WORKSFORME, weil es bei mir schlicht und ergreifend funktioniert. Wenn's bei dir nochmal auftaucht, dann bitte erneut melden.

Ich korrigiere:
Webserverschnittstelle: CGI
Ferner tritt das Problem unter ubuntu 10.04 auf, aber mit Debian lenny nicht (Postgres 8.3 != 8.4?).
Kann aber auch am Datenbestand liegen ..., spiele eben den fehlerhaften Bestand auf lenny ein.
Ok, liegt nicht am Datenbestand, sondern an anderen Parametern.
ubuntu
$ This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi
$ psql (PostgreSQL) 8.4.7
Lenny
$ This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
$ psql (PostgreSQL) 8.3.14
Auf Lenny ist es ferner die 2.7. Hmm. Wie kann ich den Fehler weiter eingrenzen?
Bzw. eine spontane Idee warum es jetzt mit CGI diese Meldung gibt?