(2013-03-08, 00:07:10)itsmeee Wrote: Had the same problem and I got the same PHP Version on the server.I encountered the same problem today. Found this thread; creating a .htacces file with AddHandler php53-cgi .php fixed it for me.
I created a .htaccess file in admin with the following:
Action php /cgi-php5/php
AddHandler php5 .php
maybe this helps.
cheers
Thanks for the hint