Warning at Top of Page

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
vdohar
New Member
New Member
Posts: 7
Joined: Wed Sep 12, 2007 6:22 pm

Warning at Top of Page

Post 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.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Warning at Top of Page

Post by Nullig »

Can you post your template, or at least the 10 or so lines around the {content} tag?

Nullig
vdohar
New Member
New Member
Posts: 7
Joined: Wed Sep 12, 2007 6:22 pm

Re: Warning at Top of Page

Post 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 *}
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Warning at Top of Page

Post 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
Pierre M.

Re: Warning at Top of Page

Post by Pierre M. »

Hello,

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


Pierre M.
Locked

Return to “[locked] Installation, Setup and Upgrade”