Deprecated: Array and string offset access syntax with curly braces is deprecated in /home1/glowdamai/public_html/PHPExcel/Classes/PHPExcel/Shared/String.php on line 526

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home1/glowdamai/public_html/PHPExcel/Classes/PHPExcel/Shared/String.php on line 527

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home1/glowdamai/public_html/PHPExcel/Classes/PHPExcel/Shared/String.php on line 538

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home1/glowdamai/public_html/PHPExcel/Classes/PHPExcel/Shared/String.php on line 539

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home1/glowdamai/public_html/PHPExcel/Classes/PHPExcel/Shared/String.php on line 541

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home1/glowdamai/public_html/PHPExcel/Classes/PHPExcel/Shared/String.php on line 542
GET /order/checkout/themes/revo/js/revo/bootstrap.min.js

[Warning] session_start(): Cannot start session when headers already sent

GET /order/checkout/themes/revo/js/revo/bootstrap.min.js

Line 88 in /home1/glowdamai/public_html/mysite/code/OrderPage.php

Source

79       'loadcourierserviceinternaldata',
80       'cancelexpiredorder',
81       'setcourier',
82   );
83 
84   function init() {
85     parent::init();
86 
87     if (!isset($_SESSION) || !session_id()) {
88       session_start();
89       Session::start();
90     }
91     //Requirements::themedCSS('shop');
92   }
93 
94   function index() {

Trace

GET /order/checkout/themes/revo/js/revo/bootstrap.min.js

[User Warning] Couldn't set response type to 404 because of output on line 526 of /home1/glowdamai/public_html/PHPExcel/Classes/PHPExcel/Shared/String.php

GET /order/checkout/themes/revo/js/revo/bootstrap.min.js

Line 275 in /home1/glowdamai/public_html/framework/control/HTTPResponse.php

Source

266 					}
267 					header("$header: $value", true, $this->statusCode);
268 				}
269 			} else {
270 				// It's critical that these status codes are sent; we need to report a failure if not.
271 				if($this->statusCode >= 300) {
272 					user_error(
273 						"Couldn't set response type to $this->statusCode because " .
274 						"of output on line $line of $file",
275 						E_USER_WARNING
276 					);
277 				}
278 			}
279 
280 			// Only show error pages or generic "friendly" errors if the status code signifies
281 			// an error, and the response doesn't have any body yet that might contain

Trace

I can't handle sub-URLs on class OrderPage_Controller.