Hi everyone!
This time I'm having problems with the news module on my test site.
When I click on "read more" it displaies the following message:
Warning: Smarty error: unable to read resource: "db:page" in /web/htdocs/www.coppelletti.net/home/cms/lib/smarty ... .class.php on line 1088
What am I doing wrong now?
I'm using v. 0.9.2 and the code that I've added to the page is
cms_module module="news" summary="page" length="50" moretext="Continua..." number="5" category="Circolari" showcategorywithtitle="true"
Thanks in advance.
News problem
-
TNTH
Re: News problem
The errormessage sounds familiar to me, I had it too in 0.9.2. I've got to think real hard on this one, but I thought it was a problem with the summary-tag. Try to add a contentpage called "page" with only the following code:
This now is your (news)archive which is needed as a page in 0.9.2 (This problem doesn't seem to appear in 0.10 however)
Code: Select all
{cms_module module="news"}
