|
All checks were successful
Deploy netdiag / deploy (push) Successful in 16s
DER eigentliche Fehler: Die App schickt dateDiag/dateMeasure als JavaScript-Millisekunden (Date.now(), 13-stellig). Dolibarrs idate() erwartet Unix-Sekunden -> MySQL: "Incorrect datetime value: Bad value 1779211311036 for date" -> createCommon scheitert -> HTTP 500. Fix: netdiag_api_timestamp() rechnet ms-Zeitstempel (> 1e11) auf Sekunden um. protocols.php nutzt sie fuer date_diag und date_measure. Serverseitig bewusst — so synchronisieren auch bereits installierte App-Versionen ohne APK-Update korrekt. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| applog.php | ||
| auth.php | ||
| customers.php | ||
| netdiag_api.lib.php | ||
| orders.php | ||
| pdf.php | ||
| protocols.php | ||