Ticket #5852 (closed Bugs: fixed)

Opened 1 year ago

Last modified 1 year ago

Bulk DIDs import fails without certain modules installed

Reported by: GameGamer43 Assigned to: GameGamer43
Priority: minor Milestone: 2.11
Component: Bulk DIDs Version: 2.10-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

If you try to import bulkdids without, for instance cidlookup, you will receive a PHP Fatal error.

We already check that the functions exist, however on the page.bulkdids.php we don't enforce it, so we try running the functions whether they are available or not.

Change History

05/29/12 18:43:47 changed by GameGamer43

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

(In [14118]) closes #5852 - check that modules are there before running functions they include