Archive for the ‘PHP’ Category
Gotcha - Php require_once includes files twice if path’s case is wrong causing ‘Fatal error: Cannot redeclare’ errors
Monday, September 12th, 2011Here’s another gotcha story. Its a little storm in a teacup that occurred while I was writing …
Gotcha - Fatal error: Call to undefined method stdClass::myMethod() in /myscript.php on line
Monday, August 8th, 2011I had a bit of confusion trying to debug a relatively complex set of classes that …
Dreamweaver MX - Regular Expression Search for Undefined Array Index PHP
Monday, July 4th, 2011If you set your PHP error_reporting to show E_Notices you might sometimes see an error message on …
PHP deprecated error_reporting - All errors apart from deprecated
Monday, July 4th, 2011When debugging, I can never be sure of the correct arguments to pass to into php’s (more…)

