ClearFoundation Tracker - ClearOS
View Issue Details
0001648ClearOSapp-clearcenter - ClearCenter Corepublic2014-04-03 14:592014-04-10 08:05
bchambers 
bchambers 
normalminoralways
closedfixed 
6.5.0 
6.5.0 Updates6.5.0 Updates 
0001648: Class may not exist in subscription engine if user un-installs app
Script that writes to /var/clearos/clearcenter/subscriptions/ does so based on what is on the license on the SDN. If user has removed app, this class will barf, making user page blank.

Add check to see if Subscription class exists in app. In Subscription_Manager, in get_subscriptions loop, add:

            if (!class_exists($basename . '/' . $subscription_class))
                continue;
No tags attached.
Issue History
2014-04-03 14:59bchambersNew Issue
2014-04-03 14:59bchambersStatusnew => assigned
2014-04-03 14:59bchambersAssigned To => bchambers
2014-04-03 15:00bchambersCategoryapp-base - Base System => app-clearcenter - ClearCenter Core
2014-04-10 08:05user2Statusassigned => resolved
2014-04-10 08:05user2Fixed in Version => 6.5.0 Updates
2014-04-10 08:05user2Resolutionopen => fixed
2014-04-10 08:05user2Statusresolved => closed

There are no notes attached to this issue.