This actually turned out to be a permissions problem on the templates directory under phpbt.
Somehow I managed to remove the execute permission which caused this error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Warning: Smarty error: unable to read template resource: "install.html" in /.../.../.../phpbt/inc/smarty/Smarty.class.php on line 546
This error is occuring with both the 0.9.0 release and a direct pull from CVS.
Any thoughts?
Sorry for the double post above. Anyway, I thought I'd add the . is the first entry in include_path.
This actually turned out to be a permissions problem on the templates directory under phpbt.
Somehow I managed to remove the execute permission which caused this error.