| 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(Smarty) called at [C:\www\acidy.info\includes\config.inc.php:320]
#2 esynConfig.factory(Smarty) called at [C:\www\acidy.info\includes\view.inc.php:36]
#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\\esynSmarty.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
|