compact - [internal], line ??
ProductsController::detail() - APP/Controller/Front/ProductsController.php, line 455
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 114
Warning (2): ini_set() [<a href='http://php.net/function.ini-set'>function.ini-set</a>]: Headers already sent. You cannot change the session module's ini settings at this time [CORE/Cake/Model/Datasource/CakeSession.php, line 581]
ini_set - [internal], line ??
CakeSession::_configureSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 581
CakeSession::_startSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 732
CakeSession::start() - CORE/Cake/Model/Datasource/CakeSession.php, line 219
CakeSession::write() - CORE/Cake/Model/Datasource/CakeSession.php, line 439
SessionComponent::write() - CORE/Cake/Controller/Component/SessionComponent.php, line 55
ProductsController::detail() - APP/Controller/Front/ProductsController.php, line 466
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 114
* @return bool True if the write was successful, false if the write failed
*/
public static function write($name, $value = null) {
if (!static::start()) {
return false;