The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
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);
ini_set('display_errors', '1');

to the top of your GS-Plugin will show Errors.

This might prove useful when developing your plugins Wink


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);