save point
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Jul 2014 19:58:24 +0000 (15:58 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Jul 2014 19:58:24 +0000 (15:58 -0400)
trying to find out where this is failing

index.php
setup.phtml

index dd1dc55..8c0476d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -47,7 +47,7 @@ HTTP_Session2::useCookies(false);
 HTTP_Session2::start();
 
 if ($catid == ORDER_FORM_PAGE) {
-       include 'priceQuoteForm.inc';
+    //include 'priceQuoteForm.inc';
 }
 require_once 'setup_functions.phtml';
 
@@ -95,7 +95,7 @@ if ($catid == ORDER_FORM_PAGE) {
     );
     $glmPage->fetchPage();
     ob_start();
-    echo $wizard->run();
+    //echo $wizard->run();
 
     $glmPage->toolboxContent = ob_get_contents();
     ob_end_clean();
index c033740..9ed4dd1 100644 (file)
@@ -732,7 +732,8 @@ define('BANNER_REPORTS_ADMIN_EMAIL', $serverConfig->email->banner_reports_admin)
 /**
  * The email address to send banner expiration notices to
  */
-define('EXPIRING_BANNER_NOTIFICATION_EMAIL', $serverConfig->email->expiring->banner_notification);
+//define('EXPIRING_BANNER_NOTIFICATION_EMAIL', $serverConfig->email->expiring->banner_notification);
+    die('test');
 /**
  * Authorize.net processing parameters
  * ALSO SEE "Authorize.Net Configuration" SECTION BELOW CONDITIONAL SETTINGS