Hi, i have a script that requires smarty, but for some reason i cant get the thing to work. Warning: Smarty error: unable to read resource: "master_page.tpl" in /home/my/public_html/lib/Smarty.class.php on line 1095 Code (markup): If anyone can help, please PM me your price. I will be paying via paypal. Many regards
just quick help make sure you definded the templaate dir. example. $smarty = New Smarty(); $smarty->template_dir = "/home/my/public_html/templates"; and the you must put the "master_page.tpl" in this directory also you can define aditional important settings $smarty->config_dir = "/home/my/public_html/templates/config"; $smarty->compile_dir = "/home/my/public_html/templates_c"; $smarty->cache_dir = "/home/my/public_html/template_cache"; Hope this help you, good luck