| Line | Code C:\\www\\acidy.info\\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(C:/www/acidy.info\tmp\cache\Config, wb) called at [C:\www\acidy.info\includes\classes\esynCacher.php:142] #1 esynCacher.write(Config, Array) called at [C:\www\acidy.info\includes\header.php:80] #2 require_once(C:\www\acidy.info\includes\header.php) called at [C:\www\acidy.info\index.php:24] WARNING fopen(C:/www/acidy.info\\tmp\\cache\\Config) [function.fopen]: failed to open stream: Too many open files |
| 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] => C:\\www\\acidy.info\\includes\\classes\\esynCacher.php
[line] => 145
)
| Line | Code C:\\www\\acidy.info\\includes\\config.inc.php |
|---|---|
| 44 |
if(!file_exists(ESYN_CLASSES.'esyn'.$name.".php")) |
| 45 |
{ |
| 46 |
<?php trigger_error("Fatal error: couldn't load the class: '$name'", E_USER_ERROR); |
| 47 |
} |
| 48 |
require_once(ESYN_CLASSES.'esyn'.$name.".php");#0 esynLoadClass() called at [C:\www\acidy.info\includes\config.inc.php:48] #1 esynLoadClass(Page) called at [C:\www\acidy.info\includes\config.inc.php:320] #2 esynConfig.factory(Page) called at [C:\www\acidy.info\includes\view.inc.php:149] #3 include(C:\www\acidy.info\includes\view.inc.php) called at [C:\www\acidy.info\index.php:111] WARNING require_once(C:/www/acidy.info\\includes\\classes\\esynPage.php) [function.require-once]: failed to open stream: Too many open files |
| 49 |
} |
| 50 |
<?php |
| 51 |
<?php define("ESYN_DS", DIRECTORY_SEPARATOR); |
| 52 |
<?php |
| 53 |
// Server's document root |