Yes, the first class was loaded ok because it is included with a path, whereas the second looks like is not. If you define SMARTY_DIR at line 48 of Smarty.class.php to the full file path of the location of smarty then it should work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed phpbt with smarty included and I'm getting this error:
Fatal error: Failed opening required '/inc/smarty/Smarty_Compiler.class.php' (include_path='') in /inc/smarty/Smarty.class.php on line 1025
Strange - because the first class has been loaded correct.
Has somebody the answer?
Yes, the first class was loaded ok because it is included with a path, whereas the second looks like is not. If you define SMARTY_DIR at line 48 of Smarty.class.php to the full file path of the location of smarty then it should work.