CMS MADE SIMPLE FORGE

Cataloger

 

[#10476] templatelist.tpl warning (title_is_textfield & istext)

avatar
Created By: Ruben Almeida (aruben)
Date Submitted: Wed Apr 01 10:48:03 -0400 2015

Assigned To:
Version: 0.11.3
CMSMS Version: 1.11.13
Severity: Trivial
Resolution: None
State: Open
Summary:
templatelist.tpl warning (title_is_textfield & istext)
Detailed Description:
The Template "templatelist.tpl" display a warning on undefined smarty attributes
:
{$title_is_textfield}
{$entry->istext}

Message :
Notice: Undefined index: title_is_textfield
Notice: Trying to get property of non-object

Visible on page "Extensions > Cataloger > Manage User-Defined Attributes > Item
Attributes" when warning init php has : "error_reporting = E_ALL"

Solution:
just remove these smarty variables in the Template (6 variables to remove)
(or assign them in "action.adminattrs.php" in the 2 blocks)

Thanks,
Ruben


History

Updates

Updated: 2015-04-01 13:30
description: The Template "templatelist.tpl" display a warning on undefined smarty attributes : {$title_is_textfield} {$entry->istext} Message : Notice: Undefined index: title_is_textfield Notice: Trying to get property of non-object Visible on page "Extensi => The Template "templatelist.tpl" display a warning on undefined smarty attributes : {$title_is_textfield} {$entry->istext} Message : Notice: Undefined index: title_is_textfield Notice: Trying to get property of non-object Visible on page "Extensi
resolution_id: => 5