I have a Drupal install on my local machine. Ran Drush up command to update the core files. Now I just get a Server 500 error. Before I ran drush up, my drupal installation folders permissions looked like:
drwxr-xr-x 27 uName staff 918 ...
After running drush up, they look like this:
drwxr-xr-x 29 uName staff 986 ....
I admit I am not extremely familiar with chmod/chown or how to fix this issue, but I am sure it has something to do with the folder/file permissions. Any help would be greatly appreciated.