Current Page: 1 of 1
Results 1 - 8 of 8
16 years ago
peggy
Got it. It's now reporting as per what I need. This is what I found through a bit of back and forth. I can confirm that the version of Wamp I am using (latest) is definately using the php.ini file at: C:\wamp\bin\apache\apache2.2.6\bin\php.ini I tested this using a file that had some preset errors to trigger both Strict and Undefined Variable notices. (1) <?php echo date('l jS
Forum: WampServer English
16 years ago
peggy
This is an error I am getting: [21-Feb-2008 23:18:16] PHP Strict Standards: getdate() [<a href='function.getdate'>function.getdate</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() ......etc etc Does this mean its using E_STRICT ? This undefined variable returns
Forum: WampServer English
16 years ago
peggy
Yes working now. error_reporting = E_ALL did the trick, but I'm still not sure in which php.ini file this is being called from (I changed them all just to be sure) Funny thing is that I created a php info file and placed it inside my site folder inside www Called it and this is the path where the config is loaded from: Loaded Configuration File C:\wamp\bin\apache\apache2.2.6\bin\
Forum: WampServer English
16 years ago
peggy
Its definately the right one as changes I make to it affect phpinfo.php as soon as I have restarted all services. Path is something like: c:\wamp\bin\apache\apache2.2.6\ Its basically the wamp default .ini file with the change to error_reporting value. Does it differ greatly from you're own ini? Thanks
Forum: WampServer English
16 years ago
peggy
On its way via PM Thanks
Forum: WampServer English
16 years ago
peggy
Good point. No still not there. Viewed source and still nothing. When I chuck the same code on my web server running (red hat linux) and the same versions of PHP and MYSQL I see all the errors: Undefined variables etc etc Weird
Forum: WampServer English
16 years ago
peggy
Wow that was quick. Sorry it is actually set at: display_errors = On My typo. Any ideas why I have no reporting? I have restarted all services many times. Wamp works fine aswell.
Forum: WampServer English
16 years ago
peggy
Trying to get all errors to show using PHP 5 including Undefined Variables for local debugging and development. php.ini display_errors On E_ALL & E_STRICT At the top of every script I have: error_reporting(E_ALL); And nothing shows up an error not even in the log files (I'm not that good) So I tried in the top of everypage: error_reporting(E_ALL); error_reporting(0); $lo
Forum: WampServer English
Current Page: 1 of 1