Actions
Bug #4549
closedcb blogs abstract class usage erroring
Bug #4549:
cb blogs abstract class usage erroring
Description
When using custom or private they always call a function as if it's an object instead of being able to handle it as an abstract class when it has the abstract keyword.
Fatal error: Cannot instantiate abstract class cbblogsClass in D:\Joomlapolis\GIT\CB 2.0\libraries\CBLib\CBLib\AhaWow\View\RegistryEditView.php on line 3803
This also affects $_PLUGIN->call. This locks entire backend access for CB Blogs, CB Articles, and CB Forums.
Updated by krileon over 11 years ago
- Subject changed from custom and private can't handle abstract classes to cb blogs abstract class usage erroring
- Assignee changed from beat to krileon
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in !257
Updated by beat over 11 years ago
- Priority changed from Urgent to Normal
Updated by beat about 11 years ago
- Status changed from Resolved to Closed
Actions