Honda
No cars added. Be the first who adds a car here. Click here to post your auto ads.
|
| Line | Code includes/classes/sbr.core.cacher.php |
|---|---|
| 117 |
<?php $Data = serialize($Data); |
| 118 |
} |
| 119 |
<?php $this->filePath = $this->savePath . $file; |
| 120 |
<?php |
| 121 |
if (!$file = fopen($this->filePath, "wb"))#0 fopen(/home/subrion/public_html/demo/tmp/cache/Config, wb) called at [/home/subrion/public_html/demo/includes/classes/sbr.core.cacher.php:121] #1 sbrCacher.write(Config, Array) called at [/home/subrion/public_html/demo/includes/header.php:48] #2 require_once(/home/subrion/public_html/demo/includes/header.php) called at [/home/subrion/public_html/demo/controller.php:13] WARNING fopen(/home/subrion/public_html/demo/tmp/cache/Config) [function.fopen]: failed to open stream: Permission denied |
| 122 |
{ |
| 123 |
<?php trigger_error('Cacher::write(): Could not open file for writing.' |
| 124 |
, E_USER_WARNING); |
| 125 |
return false; |
| 126 |
} |
Array
(
[type] => user warning
[msg] => eSynDicat WARNING Cacher::write(): Could not open file for writing.
[source] => includes/classes/sbr.core.cacher.php
[line] => 124
)
| Line | Code includes/header.php |
|---|---|
| 113 |
<?php $config->set('lang',$l); |
| 114 |
<?php define("SBR_LANGUAGE", $l); |
| 115 |
unset($l); |
| 116 |
<?php |
| 117 |
<?php header("X-CMS-Script: Subrion CMS v".$config->get("version"));#0 header(X-CMS-Script: Subrion CMS v1.1.00) called at [/home/subrion/public_html/demo/includes/header.php:117] #1 require_once(/home/subrion/public_html/demo/includes/header.php) called at [/home/subrion/public_html/demo/controller.php:13] WARNING Cannot modify header information - headers already sent by (output started at /home/subrion/public_html/demo/includes/classes/sbr.core.logger.php:89) |
| 118 |
<?php |
| 119 |
// start login |
| 120 |
if (!isset($_SESSION['acc'])) |
| 121 |
{ |
| 122 |
<?php $_SESSION['acc'] = false; |
Honda
No cars added. Be the first who adds a car here. Click here to post your auto ads.
|