Access denied, You are not authorized to access this page. error

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:

Drupal support in Komodo IDE

Has anybody seen, or created a Drupal 4.7/5 Komodo 4 api catalog?

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.

remember me cookie was not getting set.

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);

What might be the problem?

This is an urgent requirement.

Can we integrate Ajax libraries with Drupal

Is there any way to integrate Ajax libraries with Drupal???

blacklisting ip addresses?

hi guys,

i've got the Troll module installed and thought it might be helpful in stopping spammers...

i already have the thingy installed that posters have to type in the text that is displayed before they post and it helps a lot...

but lately there have been people registering and then posting spam in the forums and comments and even in the profile of the spammers' accounts...

i noticed the Troll module allowed you to download lists of ip addresses that you can blacklist... i take it these are known spammers' ip addresses?

I don't believe subdomain www.abc.com/def can be done using Apache VirtualHost

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

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x