Ticket #4073 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

Bulkextensions module include files from other module without check

Reported by: mickecarlsson Assigned to:
Priority: minor Milestone: 2.8
Component: Other Module Version: 2.6-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

Bulkextensions is not checking if voicemail is installed when including files from that module. Need to add proper checking.

Change History

02/23/10 14:27:44 changed by p_lindheimer

voicemail module is a 'required' module and is set so that it can not be uninstalled. Although an advanced user can in fact un-install it, it was done this way because there are too many dependencies in the system on it being there. I believe there were bugs that occurred when it was removed at some point. It really should never have been broken out into its own module but that's the way it is today.

So ... given that, you may want to close this ticket as the response to any such error (even this being a contributed / unsupported module) would be to install voicemail but just don't bother using it if you don't want to.

02/23/10 14:43:05 changed by mickecarlsson

  • status changed from new to closed.
  • resolution set to fixed.

(In [8916]) Close #4073 add check for included files, clean up some php warnings in bilkextensions