Warning: The author of this contribution does not provide support for it anymore.

ACP Add User MOD

ADD USER MOD FAILING - ACP Add User MOD

ADD USER MOD FAILING

by grason » Sat Jul 19, 2014 5:15 pm

Good Morning,

Has anyone encountered this error condition ?

I have a new board and have not allowed users to register at this time. I've installed 3 MOD's --
AUTOMOD, SEPARATE LOGIN & USERNAME, and ADD USER. They each installed successfully.

When I tested SEPARATE LOGIN & USERNAME, it worked as advertised and allowed me create
some "user friendly" display names and hide the actual login names.

Next I went to test ADD USER and when I tried to save the new entry it gave me the error shown below.

Any ideas as to whether there is a conflict between the two MODS, or if there is another problem ?

Until we can manually add a user I'll have to go back and use the default signup process.

All help will be appreciated.

Thanks

Mike
Grason Technical Support
=====================================================


General Error
The requested user does not exist.

BACKTRACE

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

FILE: [ROOT]/includes/acp/acp_add_user.php
LINE: 228
CALL: trigger_error()

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

FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()
grason
Registered User
Posts: 2
Joined: Sat Jul 19, 2014 5:02 pm
Location: Connecticut & New York, USA

Re: ADD USER MOD FAILING

by RMcGirr83 » Sun Aug 03, 2014 10:11 am

It is because the seperate username and login is modifying a core phpBB function found in functions_user.php.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: ADD USER MOD FAILING

by grason » Sun Aug 03, 2014 3:56 pm

Rich --

While I've never created a MOD for PHPBB, as a developer, I assumed such was the case.
My purpose in posting this was to document for the two contributors where their respective MOD's
are conflicting.

For my purposes, the SEPARATE LOGIN & USERNAME MOD is a more useful feature than the ADD
USER MOD. Therefore, are you aware of any other MOD's which do not modify a core PHPBB function ?

Your help is appreciated.

Thanks

Mike
grason
Registered User
Posts: 2
Joined: Sat Jul 19, 2014 5:02 pm
Location: Connecticut & New York, USA