Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MST/-7.0/no DST' instead in /htdocs/docs/include/wiki2.php on line 66
Debugging - gpEasy CMS Docs
gpEasy CMS » Documentation

Debugging

X
  • Error:
    An error occurred while executing this script.
    Please check your request and we will attempt to debug the script with the error log.

Debugging is a necessary and major part of the development process, and as with many open source projects, we need your help. If you find a bug within gpEasy, it is extremely useful to developers to have detailed information about the problem. Here's what you can do to help.

Finding Your Configuration File

gpEasy uses one of two configuration files. The most recent versions of gpEasy use the gpconfig.php file. If you have an older installation of gpEasy, your configuration may still be in the index.php file. Either one will work and the instructions below are the same for both.

Enable Debugging

The simplest method to gather error details is to enable error reporting in gpEasy. By default, error reporting is turned off.

To enable, open your configuration file (see above) in your gpEasy installation and find the following line:

//define('gpdebug',true);
Then change it to:
define('gpdebug',true);

Once error reporting has been turned on, go back to where you experienced the bug and try it again. Note any messages and error reports that are output for your bug reports.

Reporting

Bugs are best reported to gpEasy's Sourceforge.net site:

Last modified 22:10 Wed, 11 Jan 2012 by Main. Accessed 1,913 times Children What Links Here