View Single Post
Old 06-17-2012, 05:55 PM   PM User | #7
webiter
New to the CF scene

 
Join Date: Jun 2012
Location: Rep of Ireland
Posts: 9
Thanks: 3
Thanked 0 Times in 0 Posts
webiter is an unknown quantity at this point
Have all this at the top of contact.php and no errors being presented!

PHP Code:
<?php
ini_set
('display_errors'1);
ini_set('log_errors'1);
ini_set('error_log'dirname(__FILE__) . '/error_log.txt');
ERROR_REPORTING(E_ALL);
?>
When in wamp I get a quick flash of Not Found The requested URL was not found on this server.

On the web See Here
webiter is offline   Reply With Quote