Saturday, October 31, 2009
Sunday, September 6, 2009
I'm sure you've already tried this
if you are running into a white page or some other PHP error, but you have no clue what is wrong, you should consider turning on PHP error reporting. This will give you some indication of where or what the problem is. This is a good first step to solving your problem. Here is how to turn on PHP errors:
To display error messages caused by your PHP script you can include these lines of code:
ini_set('display_errors',1);
error_reporting(E_ALL);
Another way to do it is to edit your php.ini file and include this option:
error_reporting = E_ALL
To turn error reporting off for a single document, include this line:
error_reporting(0);
a white page most probably means you have display_errors turned Off
ini_set('display_errors','On');
To display error messages caused by your PHP script you can include these lines of code:
ini_set('display_errors',1);
error_reporting(E_ALL);
Another way to do it is to edit your php.ini file and include this option:
error_reporting = E_ALL
To turn error reporting off for a single document, include this line:
error_reporting(0);
a white page most probably means you have display_errors turned Off
ini_set('display_errors','On');
Wednesday, March 11, 2009
Saturday, February 14, 2009
Wednesday, February 4, 2009
Friday, January 23, 2009
This is cadet-lyric and I on the fungwah bus from New York to Boston. I'm not sure if you've heard but Lyric is ICU (New Orleans or Baton Rouge?) with carbon monoxide poisoning. She's making baby steps in the right direction, but its still unclear whether she will fully recover. It would be nice to share photos or stories or whatever.
Say a prayer, smoke a joint, do your own thing, but do something! Maybe in doing so she will receive the positive energy she needs to be well again?
Say a prayer, smoke a joint, do your own thing, but do something! Maybe in doing so she will receive the positive energy she needs to be well again?
Subscribe to:
Posts (Atom)