My Drupal installation is having all links to nodes show up with a File Not Found error. Admin pages and such are ok, it's just pages with ?q=node/#
I tried using Update.php to fix anything, but that didn't do it.
Any other ideas?
My Drupal installation is having all links to nodes show up with a File Not Found error. Admin pages and such are ok, it's just pages with ?q=node/#
I tried using Update.php to fix anything, but that didn't do it.
Any other ideas?
Make sure your drupal directory has its .htaccess file. If this is missing, it can cause nodes to not be displayed.
Make sure your drupal directories have all the correct permissions.
Make sure you have mod_rewrite enabled in your apache config if you have the clean urls setting enabled in drupal. If it's enabled, try disabling it to see if that makes a difference.
The node content was missing from that table and so they weren't working. Once the content was restored, everything worked like a charm.
I was having this problem and ran update.php. Even though it didn't detect a need for updates, this still worked for me. Promptly backed up database and directory in case problem arose again. I had taken a look at the database tables but didn't find anything obviously wrong.