[CDB] ACP Add User

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Ideas Centre
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
RMcGirr83
Former Team Member
Posts: 22105
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] ACP Add User

Post by RMcGirr83 »

I have made a change to the extension. For those that were having issues, please try again. Disable the extension, delete the data, remove the files from the ext/phpbbmodders/adduser directory, get the download from github and reupload all files and directories retaining the directory structure.

Hopefully, it will now install for everyone.
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
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva

Re: [RC] ACP Add User

Post by tumba25 »

papster wrote:

Code: Select all

General Error
SQL ERROR [ mysqli ]

MySQL server has gone away [2006]
That is not a error caused by this extension. You need to talk that to your web host.

If there are anybody still getting the error below. Could you please give your PHP version, DBMS (MySQL, PostgreSQL and so on) and DBMS version.

Code: Select all

Something went wrong during the request and an exception was thrown. The changes made before the error occurred were reversed to the best of our abilities, but you should check the board for errors.

The config setting "adduser_version" unexpectedly does not exist
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
papster
Registered User
Posts: 4
Joined: Sun Jan 25, 2015 3:33 pm

Re: [RC] ACP Add User

Post by papster »

RMcGirr83 wrote:
papster wrote:I'm having a minor issue on a fresh install of 3.1.2 (Add user v 1.0.1). It hangs when adding a user via ACP and creates an error that appears to come from inability to send a user email (see screenshot attached). I have board-wide emails enabled and appears to be otherwise working. Any thoughts?

Code: Select all

General Error
SQL ERROR [ mysqli ]

MySQL server has gone away [2006]

SQL

INSERT INTO phpbb_log (user_id, log_ip, log_time, log_operation, log_type, log_data) VALUES ('2', '74.232.41.166', 1422205155, 'LOG_ERROR_EMAIL', 2, 'a:1:{i:0;s:178:\"<strong>EMAIL/SMTP</strong><br /><em>/phpbb/adm/index.php</em><br /><br />Could not get mail server response codes.<h1>Backtrace</h1><p>Connecting to smtp.gmail.com:465</p><br />\";}')
Has nothing to do with this extension but rather with you using gmail as the smtp delivery.
Thanks, that's helpful. Is it possible to turn off the functionality that emails a user when there account is provisioned? If so, that would let me leave Board Emails turned on and not get this error when adding users.

Thanks!
User avatar
RMcGirr83
Former Team Member
Posts: 22105
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] ACP Add User

Post by RMcGirr83 »

This extension uses the same as sending out emails from the forum (Board Emails).
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
sysz
Registered User
Posts: 278
Joined: Mon Jan 30, 2012 11:36 pm
Location: Sweden, Helsingborg
Name: Kimmy Lindell Ekström

Re: [RC] ACP Add User

Post by sysz »

RMcGirr83 wrote:I have made a change to the extension. For those that were having issues, please try again. Disable the extension, delete the data, remove the files from the ext/phpbbmodders/adduser directory, get the download from github and reupload all files and directories retaining the directory structure.

Hopefully, it will now install for everyone.
That change seems to have fixed it.
Currently working on the community
User avatar
RMcGirr83
Former Team Member
Posts: 22105
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] ACP Add User

Post by RMcGirr83 »

Image
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 🍺
rnesius
Registered User
Posts: 4
Joined: Sun Jan 25, 2015 9:57 am

Re: [RC] ACP Add User

Post by rnesius »

I tested the changes and the addon installed successfully. Looked at your changes on github - trixy namespaces... I missed the inconsistency myself.

Nice work, and thanks much!
Loll.
Registered User
Posts: 4
Joined: Thu Jan 29, 2015 9:11 pm

Re: [RC] ACP Add User

Post by Loll. »

Nice.

Anyway, I hope this feature will be part of phpBB itself (so that an extension wouldn't be needed).
Iannat
Registered User
Posts: 5
Joined: Wed Jan 14, 2015 10:00 pm

Re: [RC] ACP Add User

Post by Iannat »

Hi there,

your solution fixed the problem in my install too.

Thank you.

Bye,

Iannat
User avatar
RMcGirr83
Former Team Member
Posts: 22105
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] ACP Add User

Post by RMcGirr83 »

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 🍺

Return to “Extensions in Development”