Warning (2): mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 117]
Code |
Context$config = array(
"persistent" => false,
"host" => "184.73.184.180",
"login" => "chipotlenojunk",
"password" => "T1tsptdshfC",
"database" => "CHIPOTLENOJUNKDB",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => "CHIPOTLENOJUNK_WEB_TB_",
"encoding" => "UTF-8"
)
$connect = "mysql_pconnect"
mysql_connect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 117
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 110
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 110
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2427
Model::__construct() - CORE/cake/libs/model/model.php, line 346
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 128
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 446
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 402
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 215
[main] - APP/webroot/index.php, line 92
Warning (2): mysql_select_db(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 122]
Code |
Context$config = array(
"persistent" => false,
"host" => "184.73.184.180",
"login" => "chipotlenojunk",
"password" => "T1tsptdshfC",
"database" => "CHIPOTLENOJUNKDB",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => "CHIPOTLENOJUNK_WEB_TB_",
"encoding" => "UTF-8"
)
$connect = "mysql_pconnect"
mysql_select_db - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 122
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 110
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 110
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2427
Model::__construct() - CORE/cake/libs/model/model.php, line 346
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 128
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 446
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 402
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 215
[main] - APP/webroot/index.php, line 92
Warning (2): mysql_query(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 152]
Code |
Context$sql = "SET NAMES UTF-8"
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 152
DboMysql::setEncoding() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 470
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 110
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 110
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2427
Model::__construct() - CORE/cake/libs/model/model.php, line 346
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 128
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 446
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 402
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 215
[main] - APP/webroot/index.php, line 92
Warning (2): mysql_get_server_info(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 130]
Code |
Context$config = array(
"persistent" => false,
"host" => "184.73.184.180",
"login" => "chipotlenojunk",
"password" => "T1tsptdshfC",
"database" => "CHIPOTLENOJUNKDB",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => "CHIPOTLENOJUNK_WEB_TB_",
"encoding" => "UTF-8"
)
$connect = "mysql_pconnect"
mysql_get_server_info - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 130
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 110
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 110
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2427
Model::__construct() - CORE/cake/libs/model/model.php, line 346
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 128
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 446
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 402
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 215
[main] - APP/webroot/index.php, line 92
Warning (2): mysql_errno(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 329]
Codemysql_errno - [internal], line ??
DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 329
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 194
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 338
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 627
Model::find() - CORE/cake/libs/model/model.php, line 1795
WebController::index() - APP/controllers/web_controller.php, line 40
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/cake/basics.php:304) [APP/views/layouts/web.ctp, line 13]
Code |
Context$___viewFn = "/var/www/html/app/views/layouts/web.ctp"
$___dataForView = array(
"title_for_layout" => "Web",
"content_for_layout" => " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
",
"scripts_for_layout" => "",
"cakeDebug" => "",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"format" => FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$title_for_layout = "Web"
$content_for_layout = " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$format = FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
header - [internal], line ??
include - APP/views/layouts/web.ctp, line 13
View::_render() - CORE/cake/libs/view/view.php, line 646
View::renderLayout() - CORE/cake/libs/view/view.php, line 442
View::render() - CORE/cake/libs/view/view.php, line 380
Controller::render() - CORE/cake/libs/controller/controller.php, line 733
WebController::index() - APP/controllers/web_controller.php, line 44
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/cake/basics.php:304) [APP/views/layouts/web.ctp, line 15]
Code |
Context$___viewFn = "/var/www/html/app/views/layouts/web.ctp"
$___dataForView = array(
"title_for_layout" => "Web",
"content_for_layout" => " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
",
"scripts_for_layout" => "",
"cakeDebug" => "",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"format" => FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$title_for_layout = "Web"
$content_for_layout = " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$format = FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
header - [internal], line ??
include - APP/views/layouts/web.ctp, line 15
View::_render() - CORE/cake/libs/view/view.php, line 646
View::renderLayout() - CORE/cake/libs/view/view.php, line 442
View::render() - CORE/cake/libs/view/view.php, line 380
Controller::render() - CORE/cake/libs/controller/controller.php, line 733
WebController::index() - APP/controllers/web_controller.php, line 44
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/cake/basics.php:304) [APP/views/layouts/web.ctp, line 17]
Code |
Context$___viewFn = "/var/www/html/app/views/layouts/web.ctp"
$___dataForView = array(
"title_for_layout" => "Web",
"content_for_layout" => " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
",
"scripts_for_layout" => "",
"cakeDebug" => "",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"format" => FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$title_for_layout = "Web"
$content_for_layout = " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$format = FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
header - [internal], line ??
include - APP/views/layouts/web.ctp, line 17
View::_render() - CORE/cake/libs/view/view.php, line 646
View::renderLayout() - CORE/cake/libs/view/view.php, line 442
View::render() - CORE/cake/libs/view/view.php, line 380
Controller::render() - CORE/cake/libs/controller/controller.php, line 733
WebController::index() - APP/controllers/web_controller.php, line 44
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/cake/basics.php:304) [APP/views/layouts/web.ctp, line 18]
Code |
Context$___viewFn = "/var/www/html/app/views/layouts/web.ctp"
$___dataForView = array(
"title_for_layout" => "Web",
"content_for_layout" => " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
",
"scripts_for_layout" => "",
"cakeDebug" => "",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"format" => FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$title_for_layout = "Web"
$content_for_layout = " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$format = FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
header - [internal], line ??
include - APP/views/layouts/web.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 646
View::renderLayout() - CORE/cake/libs/view/view.php, line 442
View::render() - CORE/cake/libs/view/view.php, line 380
Controller::render() - CORE/cake/libs/controller/controller.php, line 733
WebController::index() - APP/controllers/web_controller.php, line 44
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/cake/basics.php:304) [APP/views/layouts/web.ctp, line 20]
Code |
Context$___viewFn = "/var/www/html/app/views/layouts/web.ctp"
$___dataForView = array(
"title_for_layout" => "Web",
"content_for_layout" => " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
",
"scripts_for_layout" => "",
"cakeDebug" => "",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"format" => FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$title_for_layout = "Web"
$content_for_layout = " <div id="wrapper">
<div>
<img src="/img/lp/headerlogo.jpg"/>
<img src="/img/lp/headline.gif" width="519" height="41" />
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px">We don't like junk. Not in our inboxes and not in our food.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:1px;line-height:1.2">Help us turn junk into something good. Forward your unwanted mail to <a href="mailto:nojunk@chipotlejunk.com">nojunk@chipotlejunk.com</a>. And we’ll turn it into better school lunches.</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:1px;margin-bottom:15px;line-height:1.2"><img src="/img/lp/textImage.jpg" usemap="#Map" border="0" alt="If we hit 1,000,000 junk mails, we’ll donate $100,000 to The Lunch Box.
And that translates into a lot of better-fed school kids."/>
<br />
See? Junk CAN be good.<br/>
<br />
Here's our progress to date:
</p>
<p style="font-family:Verdana;font-size:10pt;margin-top:15px;margin-bottom:15px;line-height:1.2"> </p>
<div>
<object width="520" height="332">
<param name="movie" value="/swf/nojunk_lp.swf">
<param name="flashvars" value="path=http://www.chipotlejunk.com/">
<embed src="/swf/nojunk_lp.swf" width="520" height="332" flashvars="path=http://www.chipotlejunk.com/">
</embed>
</object>
</div>
</div>
<div style="margin-left:120px;margin-top:20px"><img src="/img/lp/lbchiplogo.jpg"/></div>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="320,0,500,29" href="http://thelunchbox.org"/>
</map>
"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$format = FormatHelper
FormatHelper::$helpers = array
FormatHelper::$base = ""
FormatHelper::$webroot = "/"
FormatHelper::$themeWeb = NULL
FormatHelper::$here = "/"
FormatHelper::$params = array
FormatHelper::$action = "index"
FormatHelper::$plugin = NULL
FormatHelper::$data = NULL
FormatHelper::$namedArgs = NULL
FormatHelper::$argSeparator = NULL
FormatHelper::$validationErrors = NULL
FormatHelper::$tags = array
FormatHelper::$__tainted = NULL
FormatHelper::$__cleaned = NULL
FormatHelper::$_log = NULL
FormatHelper::$Html = HtmlHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e34fa5f890adfc6e4b54491c8ccf5ed1"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283592253
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
header - [internal], line ??
include - APP/views/layouts/web.ctp, line 20
View::_render() - CORE/cake/libs/view/view.php, line 646
View::renderLayout() - CORE/cake/libs/view/view.php, line 442
View::render() - CORE/cake/libs/view/view.php, line 380
Controller::render() - CORE/cake/libs/controller/controller.php, line 733
WebController::index() - APP/controllers/web_controller.php, line 44
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 92
No Junk
Warning (2): fopen(/var/www/html/app/tmp/cache/persistent/cake_core_dir_map) [function.fopen]: failed to open stream: Permission denied [CORE/cake/libs/file.php, line 146]
Code |
Context$mode = "w"
$force = false
fopen - [internal], line ??
File::open() - CORE/cake/libs/file.php, line 146
File::write() - CORE/cake/libs/file.php, line 231
FileEngine::write() - CORE/cake/libs/cache/file.php, line 153
Cache::write() - CORE/cake/libs/cache.php, line 224
App::__destruct() - CORE/cake/libs/configure.php, line 1171
[main] - [internal], line ??
Warning (2): fopen(/var/www/html/app/tmp/cache/persistent/cake_core_file_map) [function.fopen]: failed to open stream: Permission denied [CORE/cake/libs/file.php, line 146]
Code |
Context$mode = "w"
$force = false
fopen - [internal], line ??
File::open() - CORE/cake/libs/file.php, line 146
File::write() - CORE/cake/libs/file.php, line 231
FileEngine::write() - CORE/cake/libs/cache/file.php, line 153
Cache::write() - CORE/cake/libs/cache.php, line 224
App::__destruct() - CORE/cake/libs/configure.php, line 1172
[main] - [internal], line ??