The following warnings occurred: | ||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Show Errors when developing GS-Plugin - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8) +--- Thread: Show Errors when developing GS-Plugin (/showthread.php?tid=584) |
Show Errors when developing GS-Plugin - nexflo - 2010-03-26 Adding Code: error_reporting(E_ALL); to the top of your GS-Plugin will show Errors. This might prove useful when developing your plugins Show Errors when developing GS-Plugin - internet54 - 2010-03-26 Wouldn't that do the same thing as this... gsconfig.php # Turn on debug mode define('GSDEBUG', TRUE); |