CMS MADE SIMPLE FORGE

XML Made Simple

 

[#7452] Fatal error: Class MCFeed may not inherit from final class (CmsObject)

avatar
Created By: phantom (phantom_x)
Date Submitted: Sat Jan 14 06:21:56 -0500 2012

Assigned To: Jean-Christophe Cuvelier (totophe)
Version: XML Made Simple 0.1.0
CMSMS Version: 1.10.2
Severity: Critical
Resolution: Fixed
State: Closed
Summary:
Fatal error: Class MCFeed may not inherit from final class (CmsObject)
Detailed Description:
Fatal error: Class MCFeed may not inherit from final class (CmsObject) in
/var/www/.../modules/XMLMadeSimple/classes/MCFeed.class.php on line 310

XMLMadeSimple 0.0.6


History

Comments
avatar
Date: 2012-02-03 03:18
Posted By: Goran Ilic (uniqu3)

Solution related to problems with XML Made Simple and CMSMS 1.10.x provided by a
Forum user Pance:

1. modify this:
/modules/XMLMadeSimple/classes/MCFeed.class.php

Change line 12 to say:
class MCFeed extends CmsModule

2. replace global $gCms; with this (wherever it occurs in the XMLMadeSimple
folder):
$gCms = cmsms():

Thanks.

Pance
      
Updates

Updated: 2012-02-22 12:22
version_id: -1 => 29482
resolution_id: => 7
assigned_to_id: 100 => 2304
state: Open => Closed