Welcome Guest, Not a member yet? Register   Sign In
The requested URL was not found on this server.
#6

[eluser]chubbypama[/eluser]
I've also made sure that error messages are turned on in my php.ini file. IN part, this is what the ini file looks like:

Common Values:
; E_ALL & ~E_NOTICE (Show all errors, except for notices and coding standards warnings.)
; E_ALL & ~E_NOTICE | E_STRICT (Show all errors, except for notices)
; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
; E_ALL | E_STRICT (Show all errors, warnings and notices including coding standards.)
Default Value: E_ALL & ~E_NOTICE
Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
; http://php.net/error-reporting
error_reporting = E_ALL & ~E_DEPRECATED

; This directive controls whether or not and where PHP will output errors,
; notices and warnings too. Error output is very useful during development, but
; it could be very dangerous in production environments. Depending on the code
; which is triggering the error, sensitive information could potentially leak
; out of your application such as database usernames and passwords or worse.
; It's recommended that errors be logged on production servers rather than
; having the errors sent to STDOUT.
; Possible Values:
; Off = Do not display any errors
; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
; On or stdout = Display errors to STDOUT
Default Value: On
Development Value: On
Production Value: On
http://php.net/display-errors
display_errors = On

; The display of errors which occur during PHP's startup sequence are handled
; separately from display_errors. PHP's default behavior is to suppress those
; errors from clients. Turning the display of startup errors on can be useful in
; debugging configuration problems. But, it's strongly recommended that you
; leave this setting off on production servers.
Default Value: On
Development Value: On
Production Value: On
http://php.net/display-startup-errors
display_startup_errors = On


Messages In This Thread
The requested URL was not found on this server. - by El Forum - 08-14-2012, 09:00 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 09:29 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 09:58 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 10:01 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 10:02 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 10:07 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 10:08 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 10:09 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 10:16 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 10:28 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 10:41 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 10:51 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 11:52 AM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 12:50 PM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 12:59 PM
The requested URL was not found on this server. - by El Forum - 08-14-2012, 01:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB