update
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 5 Feb 2010 21:01:20 +0000 (21:01 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 5 Feb 2010 21:01:20 +0000 (21:01 +0000)
setup.phtml

index 5a35ae6..8bbcd3b 100644 (file)
@@ -588,11 +588,11 @@ if (!isset($SITEINFO)) {
                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}: " .
@@ -607,8 +607,8 @@ if (!isset($SITEINFO)) {
                // 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);
@@ -875,12 +875,12 @@ if (!isset($SITEINFO)) {
     /**
     * 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"
@@ -945,7 +945,7 @@ if (!isset($SITEINFO)) {
       * 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 --';// {{{