|
|
|
|||||||||
[ 11 Dec 2009 20:51:16 ] in includes/config.inc.php:113 [ 11 Dec 2009 20:51:16 ] in includes/header.php:37 [ 11 Dec 2009 20:51:16 ] in includes/classes/eSyndiCat.php:38 [ 11 Dec 2009 20:51:16 ] in includes/header.php:79 [ 11 Dec 2009 20:51:16 ] in includes/header.php:79
| Line | Code includes/classes/esynCacher.php |
|---|---|
| 138 |
<?php $Data = serialize($Data);
|
| 139 |
}
|
| 140 |
<?php $this->filePath = $this->savePath . $file;
|
| 141 |
<?php
|
| 142 |
if (!$file = fopen($this->filePath, "wb"))
#0 fopen(/home/sc2info/public_html/linkdirectory/tmp/cache/Config, wb) called at [/home/sc2info/public_html/linkdirectory/includes/classes/esynCacher.php:142] #1 esynCacher.write(Config, Array) called at [/home/sc2info/public_html/linkdirectory/includes/header.php:86] #2 require_once(/home/sc2info/public_html/linkdirectory/includes/header.php) called at [/home/sc2info/public_html/linkdirectory/index.php:24] WARNING fopen(/home/sc2info/public_html/linkdirectory/tmp/cache/Config) [function.fopen]: failed to open stream: Permission denied |
| 143 |
{
|
| 144 |
<?php trigger_error('Cacher::write(): Could not open file for writing.'
|
| 145 |
, E_USER_WARNING);
|
| 146 |
return false;
|
| 147 |
}
|
Array
(
[type] => user warning
[msg] => eSynDicat WARNING Cacher::write(): Could not open file for writing.
[source] => includes/classes/esynCacher.php
[line] => 145
)
| Line | Code includes/header.php |
|---|---|
| 152 |
<?php
|
| 153 |
<?php define("ESYN_URL", $config->get("base").$config->get("dir"));
|
| 154 |
<?php define("ESYN_MOD_REWRITE", $config->get("mod_rewrite"));
|
| 155 |
<?php
|
| 156 |
<?php header("X-Drectory-Script: eSyndiCat Pro v".$config->get("version"));
#0 header(X-Drectory-Script: eSyndiCat Pro v2.2 RC2) called at [/home/sc2info/public_html/linkdirectory/includes/header.php:156] #1 require_once(/home/sc2info/public_html/linkdirectory/includes/header.php) called at [/home/sc2info/public_html/linkdirectory/index.php:24] WARNING Cannot modify header information - headers already sent by (output started at /home/sc2info/public_html/linkdirectory/includes/config.inc.php:228) |
|
|
|
|||||||||