I have a weird problem with my user registration in 2 of my sites. When I go to the "Add User" link under "People" menu, I fill in the information of the user and press the "Sign Up" button. The page refreshes, there is no error message or a confirmation message that the user has been added and the user is not added. I have checked the error messages in the "Reports" section and no entry is created there either.

When I turn on the user registration from "Configuration - Account Settings" a user can create a new account and I can edit the account as admin but I still can't create new user accounts.

Some extra information:

The site that I created is a direct export from Drupal Gardens. I did not mess with any code. It's pretty clean, direct export.

Any ideas on how to troubleshoot this and find out what is causing this strange issue?

Edit: for the time being I use the workaround to manually register through the regular user registration form and then disable the manual user registration and edit the users as admin but I'd prefer the normal functionality for obvious reasons.

link|improve this question

Did you check that you have the right Permissions (admin/people/permissions) ? – witchcraft Jan 15 at 18:11
Yes. This is one of the first things that I checked. The account that I'm trying to do that with is actually user/1. Besides that, if I didn't have enough permissions to do that, I would get an error message. I do not get any error messages: neither directly nor at the site's error log reports. – F1234k Jan 15 at 18:40
feedback

2 Answers

up vote 2 down vote accepted

I had the same problem. However, once I disabled three Drupal Gardens custom modules, I was able to add users. The modules are:

  • Gardens Features
  • Gardens Feedback
  • Gardens Required Features
link|improve this answer
feedback

Are you sure you copied the .htaccess file when you migrated your site ? Page submits leading nowhere are often caused by improper .htaccess configuration.

link|improve this answer
Yes, the .htaccess file is actually the one from the original Drupal installation. Double checked it. – F1234k Feb 10 at 15:16
How is your PHP error reporting configured ? Often, a too low error reporting level leads to pages failing to be constructed silently, without any ouput to give hints about the problem because PHP fails but the debug messages don't get to the browser. – Countzero Feb 11 at 10:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.