Warning: Failed opening 'c_templates/336/336625283/0.php' for inclusion (include_path='c:\php4\pear') in d:\phpappl\phpbt-0.8.1\inc\smarty\Smarty.class.php on line 554
Whats this error?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't have any experience with smarty on windows, but it's trying to open the php script it created when reading the template used by index.php. It looks like a windows path problem -- using / instead of \. I'll poke around a bit and see what I can learn.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This error occured when i click on index.php.
Warning: Failed opening 'c_templates/336/336625283/0.php' for inclusion (include_path='c:\php4\pear') in d:\phpappl\phpbt-0.8.1\inc\smarty\Smarty.class.php on line 554
Whats this error?
I don't have any experience with smarty on windows, but it's trying to open the php script it created when reading the template used by index.php. It looks like a windows path problem -- using / instead of \. I'll poke around a bit and see what I can learn.
Try adding .\ to your include path, so in php.ini the include_path value would be c:\php4\pear;.\