Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi all, i have had drupal up and working fine for a few months now...
recently i upgraded my servers, and transfered the drupal database to another MySQL Server.
The outcome of it all is the website loading and displaying as expected, pages load from the database like normal... but when ANYONE attempts to log in to the website they get the error:
I remember hearing some Drupal developers were using the IDE, and it is great. I'm just evalutaing it for 21 days and wondered if there was any Drupal integration yet.
The remember me module has been integrated. But the cookies were not set.
I am trying to set the username and password cookies inside the remember_me_user function of the remember_me.module. But somehow the cookies are not set.
I am using the following code.
setcookie("edit[name]", $_POST[edit][name], 2000000);
setcookie("edit[pass]", $_POST[edit][pass], 2000000);
I've fried my brains for a day on this, read every $&#$ thread here and other sites...
Apache will not pass the /def to Drupal. i hacked bootstrap.inc to print out $_SERVER['HTTP_HOST'] and I'm danged if i can find any combination of hosts file (I'm on my Windows dev machine), APache settings and VirtualHost syntax that will put anything into $_SERVER['HTTP_HOST'] other than "www.abc.com"
I reckon it can't be done. def.abc.com YES www.abc.com/def NO