Had drupal 7.9 working, have the required modules and a bit of taxonomy completed Just now, 8:30 pm, used drush up to update to drupal 7.10 now I get :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. -------------
I changed nothing, just did the drush update which I have done previously.
Can someone please advise what has gone wrong and how I should fix the problem, I appreciate any help thank you Roger
Am Mittwoch, 7. Dezember 2011, 10:50:35 schrieb Roger:
Can someone please advise what has gone wrong and how I should fix the problem, I appreciate any help
Maybe you had some custom settings in your .htaccess file? When you do a core update, the .htaccess might be overwritten.
What system are you working on? If on Debian/Ubuntu check your webserver logs. If you use Apache2, you can do this:
1. Open a terminal 2. Become root (via su or sudo) 3. Enter the following command:
# tail -f /var/log/apache2/*_error.log
Then hit the browser's reload button. You should see a new error message.