Page 1 of 1

Warning at Top of Page

Posted: Sun Jan 06, 2008 4:02 am
by vdohar
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.

Re: Warning at Top of Page

Posted: Sun Jan 06, 2008 4:23 am
by Nullig
Can you post your template, or at least the 10 or so lines around the {content} tag?

Nullig

Re: Warning at Top of Page

Posted: Sun Jan 06, 2008 4:35 am
by vdohar
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 *}

Re: Warning at Top of Page

Posted: Sun Jan 06, 2008 5:37 pm
by Nullig
Have you tried adding some title text to the print tag, like:

{print showbutton=true script=true text="Print this page" title="print"}

Nullig

Re: Warning at Top of Page

Posted: Wed Jan 09, 2008 10:25 pm
by Pierre M.
Hello,

I don't know if it matters much but {content}  should be {content} 


Pierre M.