View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0001648 | ClearOS | app-clearcenter - ClearCenter Core | public | 2014-04-03 14:59 | 2014-04-10 08:05 |
|
Reporter | bchambers | |
Assigned To | bchambers | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 6.5.0 | |
Target Version | 6.5.0 Updates | Fixed in Version | 6.5.0 Updates | |
|
Summary | 0001648: Class may not exist in subscription engine if user un-installs app |
Description | 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;
|
Tags | No tags attached. |
|
Attached Files | |
|