CMS MADE SIMPLE FORGE

SEOTools2

 

[#9482] Error on top of pages

avatar
Created By: (Adheera)
Date Submitted: Wed Aug 21 05:51:01 -0400 2013

Assigned To:
Version: 1.2.1
CMSMS Version: 1.11.7
Severity: Major
Resolution: Fixed
State: Closed
Summary:
Error on top of pages
Detailed Description:
On http://www.praktijkbewust-zijn.nl i get an error on top of the page
"metadescription",'label'=>"META Description",'oneline'=>"true"),$_smarty_tpl);
?>/*/%%SmartyNocache:70963546551dbcf1ae400f0-47537002%%*/'>

I've this code on the templates
{capture assign=metadescription}{content block="metadescription"
label="Omschrijving" oneline="true"}{/capture}

When i refresh the page it is gone


History

Comments
avatar
Date: 2013-08-21 06:49
Posted By: Prue Rowland (psy)

Have you configured the Page Meta tab and set the 'Metadescription' field value
to metadescription ?

Also, in your page template, try changing:

{capture assign=metadescription}{content block="metadescription"
label="Omschrijving" oneline="true"}{/capture}

to:

{content_block='metadescription' label='Omschrijving' oneline='true'
assign='metadescription'}
      
avatar
Date: 2013-08-21 07:37
Posted By:  (Adheera)

On the field of:
Name of page description content block:
I filled in     metadescription

On
{content_block='metadescription' label='Omschrijving' oneline='true'
assign='metadescription'}

I get the error
Syntax Error in template "template:appdata;tmp_template" on line 65
"{content_block='metadescription' label='Omschrijving' oneline='true'" -
Unexpected "=", expected one of: "}" , " " , ATTR
      
avatar
Date: 2013-08-21 18:56
Posted By: Prue Rowland (psy)

ooops, my bad! should be:

{content block='metadescription' label='Omschrijving' oneline='true'
assign='metadescription'}

change the - between content and block to a space.

      
avatar
Date: 2013-08-22 03:09
Posted By:  (Adheera)

GREAT, the error message is gone.
Thnax so much
      
Updates

Updated: 2013-08-22 03:09
resolution_id: 5 => 7
state: Open => Closed

Updated: 2013-08-21 06:00
resolution_id: => 5
assigned_to_id: 803 => 100