CMS MADE SIMPLE FORGE

Form Builder

 

[#7886] Call to a member function Type() on a non-object at CatalogerItemsField.class.php:90

avatar
Created By: Nikolay Fedorovskih (fenik17)
Date Submitted: Thu Apr 26 09:15:01 -0400 2012

Assigned To:
Version: 0.7.2
CMSMS Version: None
Severity: Minor
Resolution: Fixed
State: Closed
Summary:
Call to a member function Type() on a non-object at CatalogerItemsField.class.php:90
Detailed Description:
Cataloger 0.10 + FormBuilder 0.7.2 + CMSMS 1.10.3. When create the form with
item "Select one (or more) cataloger items" has error:

ERROR DETECTED: Call to a member function Type() on a non-object at
/modules/FormBuilder/classes/CatalogerItemsField.class.php:90

My fix - in CatalogerItemsField.class.php add the check after line 87: 

$content = $onepage->GetContent();
if ( !is_object($content) ) continue;     // <-- insert whis


History

Comments
avatar
Date: 2013-09-02 15:47
Posted By: Tapio Löytty (Stikki)

Does this still occur?

Will check this later on.
      
avatar
Date: 2014-10-26 05:36
Posted By: Rolf (rolf1)

Several notices fixed in SVN.
Thanks.
      
avatar
Date: 2015-01-21 10:46
Posted By: Rolf (rolf1)

FB 0.8.1 is released
      
Updates

Updated: 2015-01-21 10:47
state: Open => Closed

Updated: 2014-10-26 05:36
resolution_id: 11 => 7
assigned_to_id: 11306 => 100

Updated: 2013-09-02 15:47
cmsms_version_id: 29495 => -1
assigned_to_id: 100 => 11306

Updated: 2012-04-26 09:17
resolution_id: 5 => 11

Updated: 2012-04-26 09:16
resolution_id: => 5
severity_id: 2 => 3