APPPATH/views/modal-templates/modals.php [ 22 ]
17 <!-- Error Modal on Signup Process Session-->
18 <?php
19 $registerInfo = Session::DB()->get('register_info');
20 $userlink = "";
21 if(isset($registerInfo) && count($registerInfo) > 0) {
22 if($registerInfo['LinkFrom'] != '') {
23 $userlink = "?user=" . $registerInfo["LinkFrom"];
24 }
25 }
26 ?>
27 <div class="modal fade" id="ErrorSignupProcessSession" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
APPPATH/views/modal-templates/modals.php [ 22 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(25) "Undefined index: LinkFrom"
2
string(84) "/var/www/html/churchspring/application/ChurchSpring/views/modal-templates/modals.php"
3
integer 22
4
array(7) ( "kohana_view_filename" => string(84) "/var/www/html/churchspring/application/ChurchSpring/views/modal-templates/modals.php" "kohana_view_data" => array(0) "currStage" => string(1) "2" "stageCook" => string(0) "" "stageVideo" => string(0) "" "registerInfo" => array(13) ( "templateID" => string(2) "44" "templateName" => string(5) "Titus" "templateFile" => string(5) "titus" "templateVersion" => string(3) "2.0" "planID" => string(1) "9" "priceType" => string(4) "Year" "planName" => string(4) "Grow" "planTrial" => string(6) "yearly" "planPrice" => string(3) "984" "planPromoValue" => string(1) "0" "planPayOnce" => string(1) "F" "planPromoName" => string(0) "" "lastStep" => string(22) "/templates/register-2/" ) "userlink" => string(0) "" )
17 <!-- Error Modal on Signup Process Session--> 18 <?php 19 $registerInfo = Session::DB()->get('register_info'); 20 $userlink = ""; 21 if(isset($registerInfo) && count($registerInfo) > 0) { 22 if($registerInfo['LinkFrom'] != '') { 23 $userlink = "?user=" . $registerInfo["LinkFrom"]; 24 } 25 } 26 ?> 27 <div class="modal fade" id="ErrorSignupProcessSession" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(84) "/var/www/html/churchspring/application/ChurchSpring/views/modal-templates/modals.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(84) "/var/www/html/churchspring/application/ChurchSpring/views/modal-templates/modals.php"
1
array(0)
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
APPPATH/views/template-footer.php [ 138 ] » Kohana_View->__toString()
133 $currStage = '2'; 134 } 135 ?> 136 <input type="hidden" id="lfstage" name="lfstage" value="<?php echo (isset($currStage))?$currStage:'';?>" /> 137 <?php 138 echo View::factory('modal-templates/modals'); 139 ?> 140 <!--FOR WEBINAR JAM--> 141 <!--<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js" language="javascript" type="text/javascript"></script> 142 <script src="//app.webinarjam.net/assets/js/porthole.min.js" language="javascript" type="text/javascript" async></script> 143 <script src="//app.webinarjam.net/register.evergreen.extra.js" language="javascript" type="text/javascript" async></script>
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-footer.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-footer.php"
1
array(1) ( "webinarjamschedules" => array(4) ( 1 => array(2) ( "id" => integer 112 "text" => string(42) "Monday, 05 Jun 10:00 AM (America/New_York)" ) 2 => array(2) ( "id" => integer 113 "text" => string(42) "Monday, 05 Jun 02:00 PM (America/New_York)" ) 3 => array(2) ( "id" => integer 114 "text" => string(43) "Tuesday, 05 Jun 10:00 AM (America/New_York)" ) 4 => array(2) ( "id" => integer 115 "text" => string(43) "Tuesday, 05 Jun 02:00 PM (America/New_York)" ) ) )
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
APPPATH/views/template-page.php [ 15 ] » Kohana_View->__toString()
10 ?> 11 12 <?php //if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?> 13 <?php echo (isset($header_template))?$header_template:'';?> 14 <?php echo (isset($content_template))?$content_template:'';?> 15 <?php echo (isset($footer_template))?$footer_template:'';?> 16 <?php //mysql_close();?> 17 18 19 <?php //} ?>
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(75) "/var/www/html/churchspring/application/ChurchSpring/views/template-page.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(75) "/var/www/html/churchspring/application/ChurchSpring/views/template-page.php"
1
array(3) ( "header_template" => object View(2)
{ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-header.php" protected _data => array(11) ( "promotion" => array(0) "template_navigation" => object View(2)
"footer_template" => object View(2){ protected _file => string(81) "/var/www/html/churchspring/application/ChurchSpring/views/template-navigation.php" protected _data => array(1) ( "promotion" => array(0) ) }
"noindex" => bool TRUE "page_title" => string(12) "ChurchSpring" "page_description" => string(0) "" "page_keywords" => string(0) "" "og_title" => string(12) "ChurchSpring" "og_description" => string(168) "Visit ChurchSpring, home of the most intuitive, affordable, frustration-free church websites on the planet. Click here to launch …" "currentURL" => string(51) "https://churchspring.review/register-2/?planSelect=9" "og_image" => string(75) "https://csstaticfile.s3.amazonaws.com/front/images/social-sharing-image.jpg" "og_site_name" => string(12) "Churchspring" ) }{ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-footer.php" protected _data => array(1) ( "webinarjamschedules" => array(4) ( 1 => array(2) ( "id" => integer 112 "text" => string(42) "Monday, 05 Jun 10:00 AM (America/New_York)" ) 2 => array(2) ( "id" => integer 113 "text" => string(42) "Monday, 05 Jun 02:00 PM (America/New_York)" ) 3 => array(2) ( "id" => integer 114 "text" => string(43) "Tuesday, 05 Jun 10:00 AM (America/New_York)" ) 4 => array(2) ( "id" => integer 115 "text" => string(43) "Tuesday, 05 Jun 02:00 PM (America/New_York)" ) ) ) }
"content_template" => object View(2){ protected _file => string(88) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/register-2.php" protected _data => array(3) ( "inc_steps" => object View(2)
){ protected _file => string(87) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/inc-steps.php" protected _data => array(0) }
"right_column" => object View(2){ protected _file => string(90) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/right-column.php" protected _data => array(11) ( "inc_testimonial" => string(0) "" "displayselected" => string(21) "style="display:none;"" "displaychangetemplate" => string(19) "style=display:block" "displaytrialpromo" => string(18) "style=display:none" "preview_image" => string(18) "template_titus.jpg" "temp_name" => string(5) "Titus" "temp_desc" => string(0) "" "tempid" => string(2) "44" "tempidprevurl" => string(0) "" "displayplan" => string(22) "style="display:block;"" "p_name" => string(4) "Grow" ) }
"initial" => array(13) ( "templateID" => string(2) "44" "templateName" => string(5) "Titus" "templateFile" => string(5) "titus" "templateVersion" => string(3) "2.0" "planID" => string(1) "9" "priceType" => string(4) "Year" "planName" => string(4) "Grow" "planTrial" => string(6) "yearly" "planPrice" => string(3) "984" "planPromoValue" => string(1) "0" "planPayOnce" => string(1) "F" "planPromoName" => string(0) "" "lastStep" => string(22) "/templates/register-2/" ) ) }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
{PHP internal call} » Kohana_View->__toString()
MODPATH/common/classes/htmlmin.php [ 71 ] » trim(arguments)
str
object View(2)
{ protected _file => string(75) "/var/www/html/churchspring/application/ChurchSpring/views/template-page.php" protected _data => array(3) ( "header_template" => object View(2)
{ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-header.php" protected _data => array(11) ( "promotion" => array(0) "template_navigation" => object View(2)
"footer_template" => object View(2){ protected _file => string(81) "/var/www/html/churchspring/application/ChurchSpring/views/template-navigation.php" protected _data => array(1) ( "promotion" => array(0) ) }
"noindex" => bool TRUE "page_title" => string(12) "ChurchSpring" "page_description" => string(0) "" "page_keywords" => string(0) "" "og_title" => string(12) "ChurchSpring" "og_description" => string(168) "Visit ChurchSpring, home of the most intuitive, affordable, frustration-free church websites on the planet. Click here to launch …" "currentURL" => string(51) "https://churchspring.review/register-2/?planSelect=9" "og_image" => string(75) "https://csstaticfile.s3.amazonaws.com/front/images/social-sharing-image.jpg" "og_site_name" => string(12) "Churchspring" ) }{ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-footer.php" protected _data => array(1) ( "webinarjamschedules" => array(4) ( 1 => array(2) ( "id" => integer 112 "text" => string(42) "Monday, 05 Jun 10:00 AM (America/New_York)" ) 2 => array(2) ( "id" => integer 113 "text" => string(42) "Monday, 05 Jun 02:00 PM (America/New_York)" ) 3 => array(2) ( "id" => integer 114 "text" => string(43) "Tuesday, 05 Jun 10:00 AM (America/New_York)" ) 4 => array(2) ( "id" => integer 115 "text" => string(43) "Tuesday, 05 Jun 02:00 PM (America/New_York)" ) ) ) }
"content_template" => object View(2){ protected _file => string(88) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/register-2.php" protected _data => array(3) ( "inc_steps" => object View(2)
) }{ protected _file => string(87) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/inc-steps.php" protected _data => array(0) }
"right_column" => object View(2){ protected _file => string(90) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/right-column.php" protected _data => array(11) ( "inc_testimonial" => string(0) "" "displayselected" => string(21) "style="display:none;"" "displaychangetemplate" => string(19) "style=display:block" "displaytrialpromo" => string(18) "style=display:none" "preview_image" => string(18) "template_titus.jpg" "temp_name" => string(5) "Titus" "temp_desc" => string(0) "" "tempid" => string(2) "44" "tempidprevurl" => string(0) "" "displayplan" => string(22) "style="display:block;"" "p_name" => string(4) "Grow" ) }
"initial" => array(13) ( "templateID" => string(2) "44" "templateName" => string(5) "Titus" "templateFile" => string(5) "titus" "templateVersion" => string(3) "2.0" "planID" => string(1) "9" "priceType" => string(4) "Year" "planName" => string(4) "Grow" "planTrial" => string(6) "yearly" "planPrice" => string(3) "984" "planPromoValue" => string(1) "0" "planPayOnce" => string(1) "F" "planPromoName" => string(0) "" "lastStep" => string(22) "/templates/register-2/" ) ) }66 * 67 * @return null 68 */ 69 public function __construct($html, $options = array()) 70 { 71 $this->_html = str_replace("\r\n", "\n", trim($html)); 72 if (isset($options['xhtml'])) { 73 $this->_isXhtml = (bool)$options['xhtml']; 74 } 75 if (isset($options['cssMinifier'])) { 76 $this->_cssMinifier = $options['cssMinifier'];
MODPATH/common/classes/htmlmin.php [ 44 ] » HTMLmin->__construct(arguments)
0
object View(2)
{ protected _file => string(75) "/var/www/html/churchspring/application/ChurchSpring/views/template-page.php" protected _data => array(3) ( "header_template" => object View(2)
{ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-header.php" protected _data => array(11) ( "promotion" => array(0) "template_navigation" => object View(2)
"footer_template" => object View(2){ protected _file => string(81) "/var/www/html/churchspring/application/ChurchSpring/views/template-navigation.php" protected _data => array(1) ( "promotion" => array(0) ) }
"noindex" => bool TRUE "page_title" => string(12) "ChurchSpring" "page_description" => string(0) "" "page_keywords" => string(0) "" "og_title" => string(12) "ChurchSpring" "og_description" => string(168) "Visit ChurchSpring, home of the most intuitive, affordable, frustration-free church websites on the planet. Click here to launch …" "currentURL" => string(51) "https://churchspring.review/register-2/?planSelect=9" "og_image" => string(75) "https://csstaticfile.s3.amazonaws.com/front/images/social-sharing-image.jpg" "og_site_name" => string(12) "Churchspring" ) }{ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-footer.php" protected _data => array(1) ( "webinarjamschedules" => array(4) ( 1 => array(2) ( "id" => integer 112 "text" => string(42) "Monday, 05 Jun 10:00 AM (America/New_York)" ) 2 => array(2) ( "id" => integer 113 "text" => string(42) "Monday, 05 Jun 02:00 PM (America/New_York)" ) 3 => array(2) ( "id" => integer 114 "text" => string(43) "Tuesday, 05 Jun 10:00 AM (America/New_York)" ) 4 => array(2) ( "id" => integer 115 "text" => string(43) "Tuesday, 05 Jun 02:00 PM (America/New_York)" ) ) ) }
"content_template" => object View(2){ protected _file => string(88) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/register-2.php" protected _data => array(3) ( "inc_steps" => object View(2)
) }{ protected _file => string(87) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/inc-steps.php" protected _data => array(0) }
"right_column" => object View(2){ protected _file => string(90) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/right-column.php" protected _data => array(11) ( "inc_testimonial" => string(0) "" "displayselected" => string(21) "style="display:none;"" "displaychangetemplate" => string(19) "style=display:block" "displaytrialpromo" => string(18) "style=display:none" "preview_image" => string(18) "template_titus.jpg" "temp_name" => string(5) "Titus" "temp_desc" => string(0) "" "tempid" => string(2) "44" "tempidprevurl" => string(0) "" "displayplan" => string(22) "style="display:block;"" "p_name" => string(4) "Grow" ) }
"initial" => array(13) ( "templateID" => string(2) "44" "templateName" => string(5) "Titus" "templateFile" => string(5) "titus" "templateVersion" => string(3) "2.0" "planID" => string(1) "9" "priceType" => string(4) "Year" "planName" => string(4) "Grow" "planTrial" => string(6) "yearly" "planPrice" => string(3) "984" "planPromoValue" => string(1) "0" "planPayOnce" => string(1) "F" "planPromoName" => string(0) "" "lastStep" => string(22) "/templates/register-2/" ) ) }1
array(0)
39 * unset, minify will sniff for an XHTML doctype. 40 * 41 * @return string 42 */ 43 public static function minify($html, $options = array()) { 44 $min = new self($html, $options); 45 return $min->process(); 46 } 47 48 49 /**
APPPATH/classes/Controller/Site.php [ 219 ] » HTMLmin::minify(arguments)
0
object View(2)
{ protected _file => string(75) "/var/www/html/churchspring/application/ChurchSpring/views/template-page.php" protected _data => array(3) ( "header_template" => object View(2)
{ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-header.php" protected _data => array(11) ( "promotion" => array(0) "template_navigation" => object View(2)
"footer_template" => object View(2){ protected _file => string(81) "/var/www/html/churchspring/application/ChurchSpring/views/template-navigation.php" protected _data => array(1) ( "promotion" => array(0) ) }
"noindex" => bool TRUE "page_title" => string(12) "ChurchSpring" "page_description" => string(0) "" "page_keywords" => string(0) "" "og_title" => string(12) "ChurchSpring" "og_description" => string(168) "Visit ChurchSpring, home of the most intuitive, affordable, frustration-free church websites on the planet. Click here to launch …" "currentURL" => string(51) "https://churchspring.review/register-2/?planSelect=9" "og_image" => string(75) "https://csstaticfile.s3.amazonaws.com/front/images/social-sharing-image.jpg" "og_site_name" => string(12) "Churchspring" ) }{ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-footer.php" protected _data => array(1) ( "webinarjamschedules" => array(4) ( 1 => array(2) ( "id" => integer 112 "text" => string(42) "Monday, 05 Jun 10:00 AM (America/New_York)" ) 2 => array(2) ( "id" => integer 113 "text" => string(42) "Monday, 05 Jun 02:00 PM (America/New_York)" ) 3 => array(2) ( "id" => integer 114 "text" => string(43) "Tuesday, 05 Jun 10:00 AM (America/New_York)" ) 4 => array(2) ( "id" => integer 115 "text" => string(43) "Tuesday, 05 Jun 02:00 PM (America/New_York)" ) ) ) }
"content_template" => object View(2){ protected _file => string(88) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/register-2.php" protected _data => array(3) ( "inc_steps" => object View(2)
) }{ protected _file => string(87) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/inc-steps.php" protected _data => array(0) }
"right_column" => object View(2){ protected _file => string(90) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/right-column.php" protected _data => array(11) ( "inc_testimonial" => string(0) "" "displayselected" => string(21) "style="display:none;"" "displaychangetemplate" => string(19) "style=display:block" "displaytrialpromo" => string(18) "style=display:none" "preview_image" => string(18) "template_titus.jpg" "temp_name" => string(5) "Titus" "temp_desc" => string(0) "" "tempid" => string(2) "44" "tempidprevurl" => string(0) "" "displayplan" => string(22) "style="display:block;"" "p_name" => string(4) "Grow" ) }
"initial" => array(13) ( "templateID" => string(2) "44" "templateName" => string(5) "Titus" "templateFile" => string(5) "titus" "templateVersion" => string(3) "2.0" "planID" => string(1) "9" "priceType" => string(4) "Year" "planName" => string(4) "Grow" "planTrial" => string(6) "yearly" "planPrice" => string(3) "984" "planPromoValue" => string(1) "0" "planPayOnce" => string(1) "F" "planPromoName" => string(0) "" "lastStep" => string(22) "/templates/register-2/" ) ) }214 } 215 } 216 } 217 218 if(Kohana::$config->load('site.setting.ssl')) { 219 $securedSSL = str_replace('https://','https://',htmlmin::minify($this->template)); 220 $securedSSL = str_replace('https://','https://',$securedSSL); 221 $this->response->body($securedSSL); 222 }else{ 223 $this->response->body(htmlmin::minify($this->template)); 224 }
APPPATH/classes/Controller/templates/index.php [ 17 ] » Controller_Site->after()
12 13 public function after() { 14 if (!preg_match('/^ajax_/i',$this->request->action())) { 15 $this->template->content_template->initial = Session::DB()->get('register_info'); 16 } 17 parent::after(); 18 } 19 20 private function set_initial_template_register($template) { 21 if ($template == 'plan') { 22 return 'register-plan';
SYSPATH/classes/Kohana/Controller.php [ 105 ] » Controller_Templates_index->after()
100 101 // Execute the action itself 102 $this->{$action}(); 103 104 // Execute the "after action" method 105 $this->after(); 106 107 // Return the response 108 return $this->response; 109 } 110
{PHP internal call} » Kohana_Controller->execute()
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 99 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Templates_index(8)
{ public curr_template_list => string(36) "pages/templates/inc-template-preview" public usertime => string(0) "" public template => object View(2)
{ protected _file => string(75) "/var/www/html/churchspring/application/ChurchSpring/views/template-page.php" protected _data => array(3) ( "header_template" => object View(2)
public ssl_required => bool TRUE public ssl_actions => bool FALSE public currentStage => string(1) "2" public request => object Request(19){ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-header.php" protected _data => array(11) ( "promotion" => array(0) "template_navigation" => object View(2)
"footer_template" => object View(2){ protected _file => string(81) "/var/www/html/churchspring/application/ChurchSpring/views/template-navigation.php" protected _data => array(1) ( "promotion" => array(0) ) }
"noindex" => bool TRUE "page_title" => string(12) "ChurchSpring" "page_description" => string(0) "" "page_keywords" => string(0) "" "og_title" => string(12) "ChurchSpring" "og_description" => string(168) "Visit ChurchSpring, home of the most intuitive, affordable, frustration-free church websites on the planet. Click here to launch …" "currentURL" => string(51) "https://churchspring.review/register-2/?planSelect=9" "og_image" => string(75) "https://csstaticfile.s3.amazonaws.com/front/images/social-sharing-image.jpg" "og_site_name" => string(12) "Churchspring" ) }{ protected _file => string(77) "/var/www/html/churchspring/application/ChurchSpring/views/template-footer.php" protected _data => array(1) ( "webinarjamschedules" => array(4) ( 1 => array(2) ( "id" => integer 112 "text" => string(42) "Monday, 05 Jun 10:00 AM (America/New_York)" ) 2 => array(2) ( "id" => integer 113 "text" => string(42) "Monday, 05 Jun 02:00 PM (America/New_York)" ) 3 => array(2) ( "id" => integer 114 "text" => string(43) "Tuesday, 05 Jun 10:00 AM (America/New_York)" ) 4 => array(2) ( "id" => integer 115 "text" => string(43) "Tuesday, 05 Jun 02:00 PM (America/New_York)" ) ) ) }
"content_template" => object View(2){ protected _file => string(88) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/register-2.php" protected _data => array(3) ( "inc_steps" => object View(2)
) }{ protected _file => string(87) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/inc-steps.php" protected _data => array(0) }
"right_column" => object View(2){ protected _file => string(90) "/var/www/html/churchspring/application/ChurchSpring/views/pages/templates/right-column.php" protected _data => array(11) ( "inc_testimonial" => string(0) "" "displayselected" => string(21) "style="display:none;"" "displaychangetemplate" => string(19) "style=display:block" "displaytrialpromo" => string(18) "style=display:none" "preview_image" => string(18) "template_titus.jpg" "temp_name" => string(5) "Titus" "temp_desc" => string(0) "" "tempid" => string(2) "44" "tempidprevurl" => string(0) "" "displayplan" => string(22) "style="display:block;"" "p_name" => string(4) "Grow" ) }
"initial" => array(13) ( "templateID" => string(2) "44" "templateName" => string(5) "Titus" "templateFile" => string(5) "titus" "templateVersion" => string(3) "2.0" "planID" => string(1) "9" "priceType" => string(4) "Year" "planName" => string(4) "Grow" "planTrial" => string(6) "yearly" "planPrice" => string(3) "984" "planPromoValue" => string(1) "0" "planPayOnce" => string(1) "F" "planPromoName" => string(0) "" "lastStep" => string(22) "/templates/register-2/" ) ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(23) "register-2(/<template>)" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(15) "templates-index" "action" => string(10) "register-2" ) protected _route_regex => string(48) "#^register-2(?:/(?P<template>[^/.,;?\n]++))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(15) "templates_index" protected _action => string(10) "register_2" protected _uri => string(10) "register-2" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "planSelect" => string(1) "9" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }94 95 // Create a new instance of the controller 96 $controller = $class->newInstance($request, $response); 97 98 // Run the controller's execute() method 99 $response = $class->getMethod('execute')->invoke($controller); 100 101 if ( ! $response instanceof Response) 102 { 103 // Controller failed to return a Response. 104 throw new Kohana_Exception('Controller failed to return a Response');
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(23) "register-2(/<template>)" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(15) "templates-index" "action" => string(10) "register-2" ) protected _route_regex => string(48) "#^register-2(?:/(?P<template>[^/.,;?\n]++))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(15) "templates_index" protected _action => string(10) "register_2" protected _uri => string(10) "register-2" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "planSelect" => string(1) "9" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(23) "register-2(/<template>)" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(15) "templates-index" "action" => string(10) "register-2" ) protected _route_regex => string(48) "#^register-2(?:/(?P<template>[^/.,;?\n]++))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(15) "templates_index" protected _action => string(10) "register_2" protected _uri => string(10) "register-2" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "planSelect" => string(1) "9" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}992 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', [ 993 ':uri' => $this->_uri, 994 ]); 995 } 996 997 return $this->_client->execute($this); 998 } 999 1000 /** 1001 * Returns whether this request is the initial request Kohana received. 1002 * Can be used to test for sub requests.
DOCROOT/churchspring/index.php [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, [], FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }