Low Events - Upgrade issue
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
Low 17 Aug 2015 16:49
Ah, OK. Open up upd.low_events.php and look up line #206 which reads:
You can comment out that line by adding two slashes in front of it:
That should solve it.