PDA

View Full Version : small directory error cannot find file?


CP,
01-19-2006, 11:06 PM
hi ive passed stage 1 and have another small problem when it comes to the login page...,

it shows:

Warning: main(/var/www/html/platv3/include/FastTemplate.php3): failed to open stream: No such file or directory in /home/kayz/public_html/platv3/admin/config_settings.tpl.php on line 2

Warning: main(/var/www/html/platv3/include/FastTemplate.php3): failed to open stream: No such file or directory in /home/kayz/public_html/platv3/admin/config_settings.tpl.php on line 2

Warning: main(): Failed opening '/var/www/html/platv3/include/FastTemplate.php3' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kayz/public_html/platv3/admin/config_settings.tpl.php on line 2

Fatal error: Cannot instantiate non-existent class: fasttemplate in /home/kayz/public_html/platv3/admin/config_settings.tpl.php on line 3

i go into the config_settings.tpl.php and on line 2 it shows: include("$include_path/FastTemplate.php3");

this is the top section of it:

1. <?
2. include("$include_path/FastTemplate.php3");
3. $tpl = new FastTemplate.("templates");
4. $tpl->no_strict();

i checked the directory of the include folder and i do see a FastTemplate.php3 file, but this file is a notepad file...., and now im stuck anbody know how or what to do?

Will greatly appreciate this, thanks!

filburt1
01-19-2006, 11:57 PM
What the hell script is that? Is that even vBulletin-related? vB doesn't use PHP 3 at all, nor that syntax for importing files.

CP,
01-20-2006, 12:30 AM
If you look closely this is a General Codings/Questions > PHP / MySQL / JS / (X)HTML section..., outside and above those topics are the vb related coding Q's...,

Not worry anymore ive resolved my problem,

filburt1
01-20-2006, 01:20 AM
I wasn't blaming you, just curious because it made no sense to me. If it was vBulletin, I would have had a hard time to debug it.