ini_set('display_errors', '1');
define('ERROR_LOG_TYPE', 'error_log');
- define('ERROR_LOG_NAME', PEAR_LOG_TYPE_FILE);
+ define('ERROR_LOG_NAME', '');
define('ERROR_LOG_IDENT', '');
define('ERROR_LOG_LEVEL', PEAR_LOG_DEBUG);
$ERROR_LOG_CONF = array(
- 'destination' => "{$BASE_PATH}/php.error",
+ //'destination' => "{$BASE_PATH}/php.error",
'error_prepend' => '<font color="#ff0000"><tt>',
'error_append' => '</tt></font>',
'lineFormat' => "%{timestamp}: " .
// url used for the secur site
define('BASE_SECURE_URL', "$BASE_SECURE_URL/");
// DB connection string
- define('CONN_STR', 'user=postgres dbname=troutcreek');
- define('DSN', "pgsql://postgres@/troutcreek");
+ define('CONN_STR', 'host=devsys2 user=postgres dbname=troutcreek');
+ define('DSN', "pgsql://postgres@devsys2/troutcreek");
// Used for error reporting. When in development mode, more
// info is displayed if errors occur.
define('DEVELOPMENT', true);
/**
* IS_OWNER_ID owner_id from image server config
*/
- define('IS_OWNER_ID', 'demo');
+ define('IS_OWNER_ID', 'troutcreek');
/**
* IS_OWNER_PW owner_pw from image server config
*/
- define('IS_OWNER_PW', 'demo4us');
- /**
+ define('IS_OWNER_PW', 'tr33tcr33k');
+ /*
* Toolbox image URLS
* NOTE: these don't change
* There are 4 global "image styles"
* The Developer when setting up the initial site must walk through all defines above and
* set them accordingly. When complete set this define to true.
*/
- define('CUSTOMER_SETUP_COMPLETE', false);
+ define('CUSTOMER_SETUP_COMPLETE', true);
// [status_US] array of states and their abbr.
$states_US[''] = '-- Select --';// {{{