| 1093 |
<?php trigger_error("Smarty error: $error_msg", $error_type);
#0 trigger_error(Smarty error: [in field-type-content.tpl line 225]: syntax error: unidentified token '=' (Smarty_Compiler.class.php, line 1410), 256) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty.class.php:1093]
#1 Smarty.trigger_error([in field-type-content.tpl line 225]: syntax error: unidentified token '=' (Smarty_Compiler.class.php, line 1410), 256) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty.class.php:1815]
#2 Smarty._trigger_fatal_error(syntax error: unidentified token '=', field-type-content.tpl, 225, D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty_Compiler.class.php, 1410, 256) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty_Compiler.class.php:2256]
#3 Smarty_Compiler._syntax_error(unidentified token '=', 256, D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty_Compiler.class.php, 1410) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty_Compiler.class.php:1410]
#4 Smarty_Compiler._compile_if_tag($type="url", 1) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty_Compiler.class.php:489]
#5 Smarty_Compiler._compile_tag(elseif $type="url") called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty_Compiler.class.php:312]
#6 Smarty_Compiler._compile_file(field-type-content.tpl, {assign var="type" value=$variable.type}
{assign var="varname" value=$variable.name}
{assign var="name" value="field_"|cat:$varname}
{if $isView eq 1}
{if $item.$varname neq '' || $isAll eq 1}
{if $isAll eq 1}
|
{else}
{if $isLiteView eq 0}{$lang.$name}:{/if}
{/if}
{if $type eq 'text' && $variable.url neq ''}
{/if}
{if ($type eq 'text') || ($type eq 'textarea') || ($type eq 'number')}
{if $variable.contiguous}
{getContiguousVal val=$item.$varname contiguous=$variable.contiguous}
{else}
{$item.$varname}
{/if}
{if $type eq 'text' && $variable.url neq ''}
{/if}
{elseif $type eq 'checkbox'}
{arrayToLang values=$item.$varname name=$varname}
{elseif $type eq 'storage'}
{$lang.download}
{elseif $type eq 'image'}
{printImage imgfile=$item.$varname width=$variable.image_width height=$variable.image_height}
{elseif $type eq 'combo' || $type eq 'radio'}
{assign var="field_combo" value="field_"|cat:$varname|cat:'_'|cat:$item.$varname}
{$lang.$field_combo}
{elseif $type eq 'date'}
{$item.$varname|date_format:$config.date_format}
{elseif 'url' == $type}
{assign var="chosen" value="|"|explode:$item.$varname}
{$chosen[1]}
{/if}
{if $isAll eq 1}{else} {/if}
{if $type eq 'pictures'}
{sbr_print_js files="jquery.lightbox,ajaxfileupload"}
{sbr_print_css files="jquery.lightbox"}
{/if}
{if $isAll eq 1} | {/if}
{else}
{if $isAll eq 1} | {/if}
{/if}
{elseif $isSuggest eq 1}
{if $item.$varname}
{if $isEdit && ($type eq 'checkbox' || 'pictures' == $type)}
{assign var="chosen" value=","|explode:$item.$varname}
{else}
{assign var="chosen" value=$item.$varname}
{/if}
{else}
{assign var="chosen" value=$variable.default}
{/if}
{assign var="annotation" value=$name|cat:"_annotation"}
{if $type eq 'text' || $type eq 'number'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if $variable.contiguous_to AND $variable.contiguous_of AND $variable.contiguous_display}
{if $variable.required}{$lang.field_required}{/if}
{else}
{if $variable.required}{$lang.field_required}{/if}
{/if}
{elseif $type eq 'textarea'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if !$variable.use_editor}
{$lang.chars_left}
{else}
{php}
$variable = sbrSmarty::get_template_vars('variable');
$chosen = sbrSmarty::get_template_vars('chosen');
if (!class_exists('FCKeditor'))
{
sbrConfig::loadClassFile('core',"Fckeditor");
}
$Editor = new FCKeditor($variable['name']);
if(!empty($chosen))
{
$Editor->Value = $chosen;
}
$output .= $Editor->CreateHtml();
echo($output);
unset($Editor);
{/php}
{/if}
{elseif $type eq 'combo'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if $variable.required}{$lang.field_required}{/if}
{elseif $type eq 'radio'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{html_radios name=$varname options=$variable.values selected=$chosen separator=" "}
{if $variable.required}{$lang.field_required}{/if}
{elseif $type eq 'checkbox'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{html_checkboxes name=$varname options=$variable.values selected=$chosen separator=" " grouping = "5'}
{if $variable.required}{$lang.field_required}{/if}
{elseif $type eq 'storage'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if $type eq 'image' && $item.$varname}{$lang.current}:
{printImage imgfile=$item.$varname width=$variable.image_width height=$variable.image_height}
{/if}
{elseif $type eq 'image'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if $type eq 'image' && $item.$varname}{$lang.current}:
{printImage imgfile=$item.$varname width=$variable.image_width height=$variable.image_height}
{/if}
{elseif $type eq 'date'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{elseif $type eq 'pictures'}
{if $chosen}
{/if}
{* how much user can upload pictures? *}
{assign var="var_length" value=$variable.length}
{assign var="free_img" value=$var_length-$used}
{elseif ($type eq 'checkbox' or $type eq 'combo' or $type eq 'radio') && $variable.show_as eq 'radio'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{$lang.$name}
{html_radios name=$varname options=$variable.values separator=" " grouping=10}
{elseif ($type eq 'checkbox' or $type eq 'combo' or $type eq 'radio') && $variable.show_as eq 'combo'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{elseif $type eq 'storage' or $type eq 'image'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{$lang.contains} "{$lang.$name}"
{elseif $type="url"}
{assign var="chosen" value="|"|explode:$chosen}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{$lang.title}:
{$lang.url}:
{if $variable.required}{$lang.field_required}{/if}
{elseif $type eq 'plan' AND !$isView}
{$variable.description}
{elseif $type eq 'number'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{$lang.$name}
{if $variable.ranges}
{else}
{/if}
{/if}
{/if}
, ) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty.class.php:1489]
#7 Smarty._compile_source(field-type-content.tpl, {assign var="type" value=$variable.type}
{assign var="varname" value=$variable.name}
{assign var="name" value="field_"|cat:$varname}
{if $isView eq 1}
{if $item.$varname neq '' || $isAll eq 1}
{if $isAll eq 1}
|
{else}
{if $isLiteView eq 0}{$lang.$name}:{/if}
{/if}
{if $type eq 'text' && $variable.url neq ''}
{/if}
{if ($type eq 'text') || ($type eq 'textarea') || ($type eq 'number')}
{if $variable.contiguous}
{getContiguousVal val=$item.$varname contiguous=$variable.contiguous}
{else}
{$item.$varname}
{/if}
{if $type eq 'text' && $variable.url neq ''}
{/if}
{elseif $type eq 'checkbox'}
{arrayToLang values=$item.$varname name=$varname}
{elseif $type eq 'storage'}
{$lang.download}
{elseif $type eq 'image'}
{printImage imgfile=$item.$varname width=$variable.image_width height=$variable.image_height}
{elseif $type eq 'combo' || $type eq 'radio'}
{assign var="field_combo" value="field_"|cat:$varname|cat:'_'|cat:$item.$varname}
{$lang.$field_combo}
{elseif $type eq 'date'}
{$item.$varname|date_format:$config.date_format}
{elseif 'url' == $type}
{assign var="chosen" value="|"|explode:$item.$varname}
{$chosen[1]}
{/if}
{if $isAll eq 1}{else} {/if}
{if $type eq 'pictures'}
{sbr_print_js files="jquery.lightbox,ajaxfileupload"}
{sbr_print_css files="jquery.lightbox"}
{/if}
{if $isAll eq 1} | {/if}
{else}
{if $isAll eq 1} | {/if}
{/if}
{elseif $isSuggest eq 1}
{if $item.$varname}
{if $isEdit && ($type eq 'checkbox' || 'pictures' == $type)}
{assign var="chosen" value=","|explode:$item.$varname}
{else}
{assign var="chosen" value=$item.$varname}
{/if}
{else}
{assign var="chosen" value=$variable.default}
{/if}
{assign var="annotation" value=$name|cat:"_annotation"}
{if $type eq 'text' || $type eq 'number'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if $variable.contiguous_to AND $variable.contiguous_of AND $variable.contiguous_display}
{if $variable.required}{$lang.field_required}{/if}
{else}
{if $variable.required}{$lang.field_required}{/if}
{/if}
{elseif $type eq 'textarea'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if !$variable.use_editor}
{$lang.chars_left}
{else}
{php}
$variable = sbrSmarty::get_template_vars('variable');
$chosen = sbrSmarty::get_template_vars('chosen');
if (!class_exists('FCKeditor'))
{
sbrConfig::loadClassFile('core',"Fckeditor");
}
$Editor = new FCKeditor($variable['name']);
if(!empty($chosen))
{
$Editor->Value = $chosen;
}
$output .= $Editor->CreateHtml();
echo($output);
unset($Editor);
{/php}
{/if}
{elseif $type eq 'combo'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if $variable.required}{$lang.field_required}{/if}
{elseif $type eq 'radio'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{html_radios name=$varname options=$variable.values selected=$chosen separator="
"}
{if $variable.required}{$lang.field_required}{/if}
{elseif $type eq 'checkbox'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{html_checkboxes name=$varname options=$variable.values selected=$chosen separator="
" grouping = "5'}
{if $variable.required}{$lang.field_required}{/if}
{elseif $type eq 'storage'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if $type eq 'image' && $item.$varname}{$lang.current}:
{printImage imgfile=$item.$varname width=$variable.image_width height=$variable.image_height}
{/if}
{elseif $type eq 'image'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{if $type eq 'image' && $item.$varname}{$lang.current}:
{printImage imgfile=$item.$varname width=$variable.image_width height=$variable.image_height}
{/if}
{elseif $type eq 'date'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{elseif $type eq 'pictures'}
{if $chosen}
{/if}
{* how much user can upload pictures? *}
{assign var="var_length" value=$variable.length}
{assign var="free_img" value=$var_length-$used}
{elseif ($type eq 'checkbox' or $type eq 'combo' or $type eq 'radio') && $variable.show_as eq 'radio'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{$lang.$name}
{html_radios name=$varname options=$variable.values separator="
" grouping=10}
{elseif ($type eq 'checkbox' or $type eq 'combo' or $type eq 'radio') && $variable.show_as eq 'combo'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{elseif $type eq 'storage' or $type eq 'image'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{$lang.contains} "{$lang.$name}"
{elseif $type="url"}
{assign var="chosen" value="|"|explode:$chosen}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{$lang.title}:
{$lang.url}:
{if $variable.required}{$lang.field_required}{/if}
{elseif $type eq 'plan' AND !$isView}
{$variable.description}
{elseif $type eq 'number'}
{$lang.$name}{if $lang.$annotation} [{$lang.$annotation}]{/if}:
{$lang.$name}
{if $variable.ranges}
{else}
{/if}
{/if}
{/if}
, , D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\tmp\Default\\%%D0^D08^D084C3FA%%field-type-content.tpl.inc) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty.class.php:1422]
#8 Smarty._compile_resource(field-type-content.tpl, D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\tmp\Default\\%%D0^D08^D084C3FA%%field-type-content.tpl.php) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty.class.php:1867]
#9 Smarty._smarty_include(Array) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\sbr.front.smarty.php:131]
#10 sbrSmarty._smarty_include(Array) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\tmp\Default\%%14^14E^14EB833C%%field-type-content-fieldset.tpl.php:23]
#11 include(D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\tmp\Default\%%14^14E^14EB833C%%field-type-content-fieldset.tpl.php) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty.class.php:1869]
#12 Smarty._smarty_include(Array) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\sbr.front.smarty.php:131]
#13 sbrSmarty._smarty_include(Array) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\tmp\Default\%%22^221^221AE0FA%%view-account.tpl.php:45]
#14 include(D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\tmp\Default\%%22^221^221AE0FA%%view-account.tpl.php) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty.class.php:1263]
#15 Smarty.fetch(view-account.tpl, , , 1) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\smarty\Smarty.class.php:1106]
#16 Smarty.display(view-account.tpl, , ) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\includes\classes\sbr.front.smarty.php:122]
#17 sbrSmarty.display(view-account.tpl) called at [D:\inetpub\vhosts\gagotyerushalaim.co.il\httpdocs\view-account.php:138]Smarty error: [in field-type-content.tpl line 225]: syntax error: unidentified token '=' (Smarty_Compiler.class.php, line 1410)