PDA

View Full Version : can some help me fix this error


clint
02-01-2007, 08:27 PM
can SOMEONE HELP ME FIX THIS :sos: :sos: :sos: :rtfm: tHIS error please

Warning: Smarty error: unable to read resource: "index0.tpl" in /home/sdo/public_html/smarty/Smarty.class.php on line 1095

Warning: _compile_source(Smarty_Compiler.class.php) [function.-compile-source]: failed to open stream: No such file or directory in /home/sdo/public_html/smarty/Smarty.class.php on line 1456

Fatal error: _compile_source() [function.require]: Failed opening required 'Smarty_Compiler.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sdo/public_html/smarty/Smarty.class.php on line 1456

i like the software but if i cant get any help from you guys its a wast of money you was happy to get the money i payed now be happy to help me fix this error!!!!! THKS

www.southdallasonline.net

Dave Baker
02-01-2007, 09:47 PM
Welcome to our support forum clint!
It seems you used "unique" functionality for your ROOT category.
Open Admin Panel -> Browse Categories -> click "non unique".
OR execute this mySQL query. (You can use "manage database functionality" Admin Panel » Manage Database » SQL Management)

UPDATE `yourPrefix_categories` SET `unique_tpl` = '0' WHERE `id` = '0'