Bug #4609
closed
CB 2.0 upgrade to new internal 2.0 cbblog does not delete old class file, and that makes old cbactivity fail with fatal error, detecting old blog
Added by beat over 10 years ago.
Updated about 10 years ago.
Start date:
12 August 2014
Description
solution is simple:
- Delete components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.class.php file at upgrade.
That would solve cleanly the last backwards-compatibility issue ?
- Priority changed from Normal to Urgent
It should, most of my plugins have a class file where the new usage doesn't need one and the class file is what other plugins are checking for and including. I propose we upgrade the plugin installer to be able to handle cleanups so this won't be a problem for future plugins as you'd be able to specify in their XML what should be cleaned up. Example as follows.
<delete>
<filename>file.php</filename>
<foldername>folder</foldername>
</delete>
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- Priority changed from Urgent to Normal
- Status changed from Resolved to Closed
Also available in: Atom
PDF