Internal Server Error

I’m using Scriptcase 8 on a Mac. Everything is running.
If I try to start Scriptcase 9, I see this errormessage in my browser:

[h=1]Internal Server Error[/h] The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.

Who can help?
Michael

Hi
Make sure that folders are CHMOD 755 and Files 644, you can run this PHP to make it in all SC subfolders at once


chmod 755 $(find /path/to/base/dir -type d);
chmod 644 $(find /path/to/base/dir -type f);

You can check this old problem With SC
http://www.scriptcase.net/forum/forum/bugs-ab/76815-directory-and-file-permissions