Troubleshooting of PHP errors: Difference between revisions

Jump to navigation Jump to search
Line 188: Line 188:


== troubleshooting steps of function ==
== troubleshooting steps of function ==
simply the question
Check the error logs
* [http://php.net/manual/en/function.error-reporting.php PHP: error_reporting - Manual]
* [https://www.jetbrains.com/help/phpstorm/event-log-tool-window.html Event Log - Help | PhpStorm]
 
Simply the question
* Is the [http://php.net/manual/en/function.function-exists.php function_exists]?  
* Is the [http://php.net/manual/en/function.function-exists.php function_exists]?  
** Extension dependency? Install the extension you need.
** Extension dependency? Install the extension you need.

Navigation menu