PDA

View Full Version : Error message


nmiller666
12-13-2006, 02:53 PM
I am getting this error when I try to view the directory from the control panel

Warning: Smarty error: unable to read resource: "index0.tpl" in /home/content/n/m/i/nmiller6666/html/smarty/Smarty.class.php on line 1095

Can you provide some help.

http://www.online-fashion-jewelry.com

Dave Baker
12-13-2006, 04:20 PM
Hello nmiller666,
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'