EDIT: Disabling, clicking "Delete Data" and then re-enabling fixed the issue.
Not really sure if there is a conflict, but when I added this extension the "ACP Add User" menu was not being added correctly.
Going into System -> Administration Control Panel -> Users and Groups -> Users and clicking the edit button for "ACP Add User", the following screen is presented:
Notice the module set to load this menu. That can't possibly be right :p
Trying to set it to the correct module and I get the following error:
Code: Select all
General Error
SQL ERROR [ mysqli ]
Column 'module_auth' cannot be null [1048]
SQL
UPDATE phpbb_modules SET module_basename = 'rmcgirr83\\adduser\\acp\\adduser_module', module_enabled = 1, module_display = 1, parent_id = 13, module_class = 'acp', module_langname = 'ACP_ADD_USER', module_mode = 'main', module_auth = NULL WHERE module_class = 'acp' AND module_id = 357
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/includes/acp/acp_modules.php
LINE: 868
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/includes/acp/acp_modules.php
LINE: 301
CALL: acp_modules->update_module_data()
FILE: [ROOT]/includes/functions_module.php
LINE: 674
CALL: acp_modules->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()