moved the ucp module

Support für Extensions für phpBB 3.3.x von Entwickler OXPUS
Antworten
eunaumtenhoid
Beiträge: 43
Registriert: Sa 28. Jan 2012, 13:42

moved the ucp module

Beitrag von eunaumtenhoid »

I moved the ucp module and when I try to place the module (what I think could be the default for this extension, in the board preferences tab), I get this error

Code: Alles auswählen

Erro Geral
SQL ERROR [ mysqli ]

Column 'module_auth' cannot be null [1048]

SQL

UPDATE phpbb_modules SET module_basename = '\\oxpus\\notes\\ucp\\main_info', module_enabled = 1, module_display = 1, parent_id = 490, module_class = 'ucp', module_langname = 'UCP_NOTES_CONFIG', module_mode = 'main', module_auth = NULL WHERE module_class = 'ucp' AND module_id = 491

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 213
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/module/module_manager.php
LINE: 332
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/includes/acp/acp_modules.php
LINE: 353
CALL: phpbb\module\module_manager->update_module_data()

FILE: [ROOT]/includes/functions_module.php
LINE: 684
CALL: acp_modules->main()

FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: moved the ucp module

Beitrag von oxpus »

The notes ucp config module itself has no auth settings, so you need to move the notes category together with the config module to the new place.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
eunaumtenhoid
Beiträge: 43
Registriert: Sa 28. Jan 2012, 13:42

Re: moved the ucp module

Beitrag von eunaumtenhoid »

oxpus hat geschrieben: Sa 11. Jan 2025, 17:00 The notes ucp config module itself has no auth settings, so you need to move the notes category together with the config module to the new place.
yes, this happens if I create or edit the module
to move the module disappeared, but deactivating it and installing the extension from scratch worked, but the error continues to exist, at least now the module is appearing in the ucp, thanks!
Antworten