Installed Low Search but have PHP errors
I have installed Low Search on EE 2.2.2
But when I click on the CP 'Low Search' link under Modules after I have installed it I get PHP errors
see below
-------------------------
A PHP Error was encountered
Severity: Notice
Message: Undefined property: EE_Loader::$EE
Filename: views/mcp_edit_collection.php
Line Number: 83
A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: views/mcp_edit_collection.php
Line Number: 83
Fatal error: Call to a member function line() on a non-object in /home/www/html/ee2vanilla/public/system/expressionengine/third_party/low_search/views/mcp_edit_collection.php on line 83
Replies
markpeach59 21 Sep 2011 17:33
I should add that I get to the home panel for 'low search' - the PHP errors occur as soon as I click on 'create a new collection'
Low 21 Sep 2011 18:46
Hi Mark,
It's a small bug that has already been fixed for the new version. For now, you can fix it by opening up low_search/views/mcp_edit_collection.php in a text editor and replacing line #83 with this:
markpeach59 22 Sep 2011 16:03
Low,
Thank you that fixed it.