Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Show Errors when developing GS-Plugin
#1
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
Reply
#2
Wouldn't that do the same thing as this...
gsconfig.php
# Turn on debug mode
define('GSDEBUG', TRUE);
Clients always want to be able to change the content of their pages, but they are unwilling to do so.

Have you ever coded in your underwear before?
Reply




Users browsing this thread: 1 Guest(s)