Hi all, I'm a complete newb with Drupal (please keep that in mind if answering).

I am trying to theme a site. No matter what I do nothing changes on the front end. I even deleted the .css files form .info with no results. I thought this might be something to do with the cache so tried to clear it. I got a server 500 error.

I then tried to drush cc but got a message saying 'segmentation fault'.

Would anyone know what's going on here?

Comments

dkre’s picture

This shouldn't be a major, just turn on php errors so you can find out what's causing the 500 error:
https://perishablepress.com/how-to-enable-php-error-logging-via-htaccess/

Anonymous’s picture

On which file would I put this within Drupal's directories?