After expanding httpd.conf, I was still getting a blank page and the message log showed:
Jul 30 08:54:54 email httpd: PHP Warning: fopen(admin/data.dat) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /home/e-smith/files/ibays/Primary/html/Request/process.php on line 63
Jul 30 08:54:54 email httpd: PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/e-smith/files/ibays/Primary/html/Request/process.php on line 95
Jul 30 08:54:54 email httpd: PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/e-smith/files/ibays/Primary/html/Request/process.php on line 98
I went to line 63 of process.php and tracked down the file that this was writing too. Somehow the permissions were changed, I don't know how that could have happened. It sounds like removing the old templates, turning off php5 on the ibay and expanding httpd.conf were all necessary steps, however I also had this permission issue that needed to be dealt with.
I appreciate all of your help, our form is now working again!
