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

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

Do 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'.

liakoni’s picture

When 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 .

mkrakowiak’s picture

Title: Server Upgrade - Drupal shows only front page » Drupal shows only front page

Mmmm... 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?

gbirch’s picture

Version: 5.7 » 6.12

Possible 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!

dpearcefl’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Closing due to lack of response.