I'm working on a website based on static and php pages.
With html pages everything works fine but every time I try to display a PHP page I receive a "500 server internal error" and this message in the log:
SoftException in Application.cpp:604: Could not execute script "/path/file.php", referer "/path/"
I'm not a php expert, I've tried to:
- put and display a blank php file in different paths.
- change permissions on php files (now they all have a 755 permission)
- look for something wrong in the .htaccess file (but it was blank).
...the error is still there, do you have any suggestion?
Thanks a lot!