I am doing a little work for a friends website that is mostly HTML at one point the php was setup correctly and there were php pages. now I'm adding a donations page to the site that has to run a few checks but whenever i go to the page im getting this error. i'm not well versed in the php.ini was wondering if this error is related to a mss configuration within the php.ini.
just a side note i tested this on my personal site which I run a lot of php on and it works just fine.
The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.
there are no databases on this website and all i'm doing is a minor check at the beginning its a basic information form that loops back to itself and sends the gathered information to an email address after a very basic validation to make sure all of the required fields have been filled in.