Troubleshooting of PHP errors: Difference between revisions

Jump to navigation Jump to search
m
Line 112: Line 112:
== troubleshooting steps of function ==
== troubleshooting steps of function ==
simply the question
simply the question
* Is the [http://php.net/manual/en/function.function-exists.php function_exists]? If not, looking for the alternative functions.
* Is the [http://php.net/manual/en/function.function-exists.php function_exists]?  
** Extension dependency? Install the extension you need.
** If not, looking for the alternative functions.
* Was the function really executed? Maybe using the __LINE__ to examin the logic.
* Was the function really executed? Maybe using the __LINE__ to examin the logic.
* Disable the logical judgement and just print text
* Disable the logical judgement and just print text

Navigation menu