PDA

View Full Version : Smarty Error


bronzy
09-14-2006, 07:02 PM
Hi
I am using phpld 2.0. I uploaded the files ran the install, smooth as butter. But today working on adding cat. and such now I get this error, I have reinstalled all the files, please help. thnks.

Warning: Smarty error: unable to read resource: "admin/login.tpl" in /home/silvers5/public_html/phpLD/libs/smarty/Smarty.class.php on line 1088

or see it here http://silverscripts.net

Boby
09-14-2006, 07:07 PM
Make sure you have all files in your /templates/install/ and /templates/admin/. Also check if they are readable, try chmodding to 755.

Boby

bronzy
09-14-2006, 07:30 PM
ok that solved that portion, thnks. But now I see this

Fatal error: Smarty error: [in footer.tpl line 17]: syntax error: unrecognized tag 'paginate_first' (Smarty_Compiler.class.php, line 580) in /home/silvers5/public_html/libs/smarty/Smarty.class.php on line 1088

Boby
09-14-2006, 07:34 PM
Have you uploaded really all files? the complete /templates/ folder and the complete /libs/ ?
I see you have a custom template, have you tried the same thing with the default one?

bronzy
09-14-2006, 08:18 PM
yes it works fine with the default template. I thought all the templates that I got from the phpldtemplates.com were compatible with the script?

bronzy
09-14-2006, 10:05 PM
Hi,
This is probably a dumb question. What is symbolic category and how do I use it?

Also how do I get my categories nice and neat like rows and columns? see what I mean here (http://silverscripts.net)

Boby
09-14-2006, 10:21 PM
A symbolic category will just redirect to it's linked category, it's like a placeholder in a diffrent parent category.

Example:
Content visible to registered users only.

When you hit in this example "Subcategory B3" it will redirect to "Subcategory A1".
That's all :)

You'll notice symbolic categories by having a @ sign in front of their title.

Boby