[ADMINNODE] execUpdateAdmin method returns warnings before systemRedirect() #74
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fichier : [...]/lib/system/system_data_model/manager.php ERREUR de niveau 2 เ la ligne 109
PHP:call_user_func() expects parameter 1 to be a valid callback, class 'PrintData' does not have a method '__updateNodeSettings'
Fichier : [...]/lib/system/system_data_model/manager.php ERREUR de niveau 3 เ la ligne 112
UTILISATEUR:PrintData:Une erreur s'est produite lors de la maj __updateNodeSettings
Fichier : [...]/lib/system/system_data_model/manager.php ERREUR de niveau 2 เ la ligne 109
PHP:call_user_func() expects parameter 1 to be a valid callback, class 'Navigation' does not have a method '__updateNodeSettings'
Fichier : /[...]/lib/system/system_data_model/manager.php ERREUR de niveau 3 เ la ligne 112
UTILISATEUR:Navigation:Une erreur s'est produite lors de la maj __updateNodeSettings
Fichier : [...]/lib/system/system_data_model/manager.php ERREUR de niveau 2 เ la ligne 109
PHP:call_user_func() expects parameter 1 to be a valid callback, class 'Highlight' does not have a method '__updateNodeSettings'
Fichier : [...]/lib/system/system_data_model/manager.php ERREUR de niveau 3 เ la ligne 112
UTILISATEUR:Highlight:Une erreur s'est produite lors de la maj __updateNodeSettings
Fichier : [...]/lib/system/system_data_model/manager.php ERREUR de niveau 2 เ la ligne 109
PHP:call_user_func() expects parameter 1 to be a valid callback, class 'MagicQuoteGpc' does not have a method '__updateNodeSettings'
Fichier : [...]/lib/system/system_data_model/manager.php ERREUR de niveau 3 เ la ligne 112
UTILISATEUR:MagicQuoteGpc:Une erreur s'est produite lors de la maj __updateNodeSettings
Method __updateNodeSettings doesn't exist in plugins !
Issue fixed. Added __insertNodeSettings(), __updateNodeSettings() and __deleteNodeSettings() in Plugin class.
Pushed to master