Thanks - that's new territory for me!
Yes the username and email combination does exist in the database and the user_type is 0
3.0.10 - ACP Add User MOD
Re: 3.0.10
Thanks - that's new territory for me!
Yes the username and email combination does exist in the database and the user_type is 0
Yes the username and email combination does exist in the database and the user_type is 0
-
- Registered User
- Posts: 46
- Joined: Tue Apr 07, 2009 2:57 pm
Re: 3.0.10
Then it is an issue with your phpBB files and nothing to do with this mod.
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
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: 3.0.10
OK, thank you - I'll check with support
-
- Registered User
- Posts: 46
- Joined: Tue Apr 07, 2009 2:57 pm
Re: 3.0.10
I just installed this, and I confirm that it works alright - no hickups so far.
-
- Registered User
- Posts: 19
- Joined: Wed Aug 05, 2009 3:50 pm
Re: 3.0.10
I'm new to phpbb3 (ver 3.0.10). I've got a test version installed on a win7 machine running xamp for testing purposes. I'm working on a project for work to set up a message forum. We need a way of an administrator to create usernames and password and send them to users (users should have no ability to do this on their own).
I tried installing this mod and get the following error when attempting to run the acp_aumod_install.php file:
Maybe I copied things to the wrong location, I'm not exactly sure as in the xml explaining the install, it says to:
Copy: root/*.*
To: *.*
however I am not sure where the files and folders in the root fold should be copied to. Perhaps that is my problem. Could someone explain this to me?
I tried installing this mod and get the following error when attempting to run the acp_aumod_install.php file:
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\phpBB3\acp_add_user_mod_1_1_0\acp_aumod_install.php on line 20
Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\phpBB3\acp_add_user_mod_1_1_0\acp_aumod_install.php on line 20
Notice: Undefined variable: user in C:\xampp\htdocs\phpBB3\acp_add_user_mod_1_1_0\acp_aumod_install.php on line 21
Fatal error: Call to a member function session_begin() on a non-object in C:\xampp\htdocs\phpBB3\acp_add_user_mod_1_1_0\acp_aumod_install.php on line 21
Maybe I copied things to the wrong location, I'm not exactly sure as in the xml explaining the install, it says to:
Copy: root/*.*
To: *.*
however I am not sure where the files and folders in the root fold should be copied to. Perhaps that is my problem. Could someone explain this to me?
Last edited by alpierce on Sat Jun 16, 2012 1:23 am
-
- Registered User
- Posts: 6
- Joined: Thu Jun 14, 2012 10:44 pm
Re: 3.0.10
I figured it out. I copied things to the wrong location.
-
- Registered User
- Posts: 6
- Joined: Thu Jun 14, 2012 10:44 pm