[ADMINNODE] execUpdateAdmin method returns warnings before systemRedirect() #74

Closed
opened 2021-04-20 13:25:29 +02:00 by Ghost · 3 comments

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

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
Ghost added the
bug
master
labels 2021-04-20 13:25:29 +02:00
Author

Method __updateNodeSettings doesn't exist in plugins !

Method __updateNodeSettings doesn't exist in plugins !
Author

Issue fixed. Added __insertNodeSettings(), __updateNodeSettings() and __deleteNodeSettings() in Plugin class.

Issue fixed. Added __insertNodeSettings(), __updateNodeSettings() and __deleteNodeSettings() in Plugin class.
Ghost added the
fixed
label 2021-04-20 13:41:43 +02:00
Ghost referenced this issue from a commit 2021-04-20 13:42:57 +02:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2021-04-20 13:43:28 +02:00
Sign in to join this conversation.
No description provided.