Hi All,
I apologize if this is asked/answered somewhere and if this is not the right place to ask. Just don't know where to fix this to.
I have setup that run multi-sites as
drupalroot/sites/default
drupalroot/sites/abc.org ===> go live eventually on production
drupalroot/sites/tle.abc.org ===> for my local development
drupalroot/sites/stg.abc.xyz.com ===> for staging to test
So with this setup, the site runs just fine on my local development, on production but not on staging.
whenever I go to staging server as http://stg.abc.xyz.com/user and create an account, the request will run forever.
My staging + production box are both ubuntu 10.0.4 that are actually a duplicate to each other.
Any help are very much appreciated.
Thank
Comments
Comment #1
stuartEngelhardt commentedTruyen and I are working on this problem together. Generally every other aspect of the staging site works fine with this domain name approach, it is only when we have to create a new user account that the problem arises.
Comment #2
karthikkumarbodu commentedHi,
Please check if you are using LDAP for provisioning of users, the configurations on both Staging and production environments should match.
Thanks,
Karthik Kumar
Comment #3
truyenle commentedThank Karthik for the response.
But we don't use LDAP for this. Just normal Drupal users.