You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Übermäßiges Loggin - auskommentiert der funtkon logRequest in den Generischen Funktionen
Hinzugefügt
Manuelles Loggin - Neue Methode zum erstellen von Logs hinzugefügt __log($action, $details, $status = 'info')
Für Manuelles Loggin muss die Tabele im SQL angepasst werden
ALTER TABLE activity_log
MODIFY COLUMN status enum('success','error','pending','info') NOT NULL;
Testfunktion für allgemeinen test Hinzugefügt __test()
Behoben
ISPConfigAPI Fehler IspconfigAPI Error: SoapFault::SoapFault() expects at least 2 parameters, 1 given behoben
[3.0.3]
Geändert
Fehler behoben beim Aufruf der funktion IspconfigAPI durch das _get, _update, _add, delete als Suffix angefügt wurde
This discussion was created from the release Version 3.0.4.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
[3.0.4]
Entfernt
logRequestin den Generischen FunktionenHinzugefügt
ALTER TABLE
activity_logMODIFY COLUMN
statusenum('success','error','pending','info') NOT NULL;__test()Behoben
IspconfigAPI Error: SoapFault::SoapFault() expects at least 2 parameters, 1 givenbehoben[3.0.3]
Geändert
IspconfigAPIdurch das _get, _update, _add, delete als Suffix angefügt wurdeThis discussion was created from the release Version 3.0.4.
Beta Was this translation helpful? Give feedback.
All reactions