2010-03-26, 17:43:26
(This post was last modified: 2010-03-26, 17:43:50 by luisvaloyes.)
Adding
to the top of your GS-Plugin will show Errors.
This might prove useful when developing your plugins
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