Hello Everybody:

Specifications:

Apache2 v2.0.54
Drupal v.4.6
Php v.4.3.10-16

I have a problem with my drupal site. I worked with it fine but when i create a virtual host i can't login into.

When i enter the username and the password it try to load but it doesn't load anything. After that if i try to go to other link it don't load. I check all the forum topics searching help, i do all the thing that i found: i changed the php.ini, i check the cookies and its enable, i check the database and the session its open correctly, etc but nothing works.

Can anyone help me, anyone that suffer the same problem?

Thank you and sorry for my poor english :D

Comments

Heine’s picture

After making a new virtual host, the URL for drupal changes. This change has to be reflected in the $base_url in settings.php.
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

Dende-1’s picture

I do it and nothing, its the first i do :(

Thank you.

Heine’s picture

Next thing that comes to mind: Allowoverride All for the specific virtual host in httpd.conf.

Can you tell a little bit more about the symptoms? Do/did you have clean URLs enabled?
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

Dende-1’s picture

Ok, sorry i explain more my problem.

I enter username and password and page freeze. If a click in other link it not load until i delete the session cookie. When i delete the session cookie i can move throught the page but i'm not login.

Yes, i have the "Clean URLs" feature activate.

Thank you for the help.

Dende-1’s picture

I solve the problem. Looking and looking i found that in error.log of apache2

"Allowed memory size of 8388608 bytes exhausted (tried to allocate 64 bytes)"

Thank you for your help :D