Closed (won't fix)
Project:
Drupal core
Version:
6.12
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2008 at 10:08 UTC
Updated:
15 Jun 2011 at 14:54 UTC
I upgrade my local server from php4 to php5 and mysql4.1 to mysql5.0 . After that all my drupal sites display the front page and only that. If i click a link, it just reloads the front page. I have Drupal installations from Drupal 4.6 to Drupal 6.1 and behave all the same .
Operating system Debian
Comments
Comment #1
drummDo the URLs change when clicking a link? Do they have the non-clean URLs '?q='? If not, try manually inserting it, such as 'http://example.com/?q=user'.
Comment #2
liakoni commentedWhen I click, the url changes in the address bar, but the content doesn't change (still in the front page ) . I tried the non-clean urls but i had the same behavior .
Comment #3
mkrakowiak commentedMmmm... I have exactly the same problem with one of my sites. The non-core modules used on this site are: organic groups, og forum, views, nodequeue, update status, flatforum and securesite. The website is based on D 5.7, clean URLs are on.
I didn't make any changes to the server, though, and the server was based on PHP 5.2 and MySQL 5 from the beginning.
The only change made last, as long as I remember, was switching the download method from public to private. It worked well for some time, but now whatever URL is input (even a non-existing one - normally the error page would be shown), it displays the front page.
Any ideas?
Comment #4
gbirch commentedPossible solution:
I had the same problem. My server crashed, and I had to reinstall everything. Copied fresh Drupal files, old "sites" directory, and uploaded dump from old Drupal directory. Frustration ensued.
.....
BUT--I POKED AROUND A BIT AND NOTICED THAT Apache mod-rewrite was not enabled in the new installation. Enabled mod_rewrite, and bang, it worked again. Good luck!
Comment #5
dpearcefl commentedClosing due to lack of response.