All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low Events - Upgrade issue

PAul Carnell 17 Aug 2015 16:37 problem, active

Hi

I am upgrading my installation of EE from 2.5.3 to 2.10.1, I have upgraded all the Modules including Low Events. The module was upgraded from 1.0.4 to 1.4.1.

But when I run the upgrade everything runs as expected until I get the following error'

Column 'method' cannot be null

INSERT INTO 'exp_extensions' ('class', 'method', 'hook', 'settings', 'priority', 'version', 'enabled') VALUES ('Low_events_ext', NULL, NULL, '', 5, '1.4.1', 'y')

Any thoughts on how this can be resolved?

Thanks
Paul Carnell
Purple Agency

Replies

  1. Low 17 Aug 2015 16:49

    Ah, OK. Open up upd.low_events.php and look up line #206 which reads:

    $this->_add_hook($this->hooks[0]);


    You can comment out that line by adding two slashes in front of it:

    // $this->_add_hook($this->hooks[0]);


    That should solve it.