Hi SI folks
I've been trying to get your game to work and it works nicely, but now and then I encounter missing files - I've checked the initial container and they don't seem to be in the package, 1 of them I found in the smarty folder, but this one "Compiler.t.php" seems to be "gone"?
Where can I find it? - as no google seaches seem to give me any insight into this...
------------------------
Oops ... Warning : is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/local/lib/php/plugins/compiler.t.php) is not within the allowed path(s): (/var/www/<my site removed>/var/www/tmp/)
is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/local/lib/php/plugins/compiler.t.php) is not within the allowed path(s): (/var/www/discordia.dk/:/var/www/tmp/) in /var/www/<my site removed>/public_html/si/include/thirdparty/smarty/internals/core.get_include_path.php:34
Error line in /var/www/<my site removed>/public_html/si/include/thirdparty/smarty/internals/core.get_include_path.php:
000030 }
000031 }
000032 foreach ($_path_array as $_include_path) {
000033 if (@is_readable($_include_path . DIRECTORY_SEPARATOR . $params['file_path'])) {
000034 $params['new_file_path'] = $_include_path . DIRECTORY_SEPARATOR . $params['file_path'];
000035 return true;
000036 }
Execution backtrace:
/var/www/<my site removed>/public_html/si/include/thirdparty/smarty/internals/core.get_include_path.php:34
-------
I've been trying to look for this file, but it seems that it's impossible to locate, any clues as to why/where and how this come to be?
//L