When try to delete blog entries getting error. see attach image
In \modules\contentbox-admin\handlers\entries.cfc file line mo. 354 function deleteContent is not define in entryService component.
Replace deleteContent to delete
Delete is default function of entryService.
its working my local system.
Kishore, I cannot replicate. What version are you using?
version: 3.0.0+00537
Well, the entry service inherits from our content service which has the `deleteContent()` method. So not sure why it is erroring for you. I cannot replicate this
ok, Thank you..