Error: Call to undefined function variable_del() in closeblock_uninstall() (line 70 of closeblock/closeblock.install).

Comments

wroxbox created an issue. See original summary.

AstonVictor’s picture

The module contains a lot of drupal 7 functions:
- user_access
- variable_get
- url
- theme
- drupal_map_assoc
...

Also, the module contains drupal 7 hooks:
- hook_menu
- hook_init
...

AstonVictor’s picture

Title: variable_del not available in drupal 8 » Remove drupal 7 functions & hooks from the module
Priority: Normal » Major
adci_contributor’s picture

Status: Active » Fixed

Hi! Check dev version, now all drupal 7 functions and hooks removed.

adci_contributor’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.