ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001648ClearOSapp-clearcenter - ClearCenter Corepublic2014-04-03 14:592014-04-10 08:05
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.5.0 
Target Version6.5.0 UpdatesFixed in Version6.5.0 Updates 
Summary0001648: Class may not exist in subscription engine if user un-installs app
DescriptionScript 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;
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2014-04-03 14:59 bchambers New Issue
2014-04-03 14:59 bchambers Status new => assigned
2014-04-03 14:59 bchambers Assigned To => bchambers
2014-04-03 15:00 bchambers Category app-base - Base System => app-clearcenter - ClearCenter Core
2014-04-10 08:05 user2 Status assigned => resolved
2014-04-10 08:05 user2 Fixed in Version => 6.5.0 Updates
2014-04-10 08:05 user2 Resolution open => fixed
2014-04-10 08:05 user2 Status resolved => closed