I am getting the following warning appearing above the {content} section of my page:
Warning: Parameter title is not known... dropped in /home2/maa22222/manotickart-www/cmsmadesimple-1.2.3/lib/misc.functions.php on line 1281
See http://www.manotickart.ca/cmsmadesimple-1.2.3/ I am in the midst of adding pages/content to the site and website is not yet released to the public. Successfully installed CMS 1.2.3 as per instructions. Warning was not there on previous version 1.1
I did a search but not much showed up. Any ideas? Thanks.
Vic.
Warning at Top of Page
Re: Warning at Top of Page
Can you post your template, or at least the 10 or so lines around the {content} tag?
Nullig
Nullig
Re: Warning at Top of Page
Below is the excerpt from my template. It is basically the same template that came with the intial CMS installation. Nothing really stands out at me?
{* Start Content Area *}
{print showbutton=true script=true text="Print this page" title=""}
{title}
{content}
{* Start relational links *}
{anchor anchor='main' text='Top'}
{cms_selflink dir="previous" label="Previous page: "}
{cms_selflink dir="next"}
{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}
{* End relational links *}
{* End Main Content Area *}
{* End Content *}
{* Start Content Area *}
{print showbutton=true script=true text="Print this page" title=""}
{title}
{content}
{* Start relational links *}
{anchor anchor='main' text='Top'}
{cms_selflink dir="previous" label="Previous page: "}
{cms_selflink dir="next"}
{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}
{* End relational links *}
{* End Main Content Area *}
{* End Content *}
Re: Warning at Top of Page
Have you tried adding some title text to the print tag, like:
{print showbutton=true script=true text="Print this page" title="print"}
Nullig
{print showbutton=true script=true text="Print this page" title="print"}
Nullig
Re: Warning at Top of Page
Hello,
I don't know if it matters much but {content} should be {content}
Pierre M.
I don't know if it matters much but {content} should be {content}
Pierre M.