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

Support archive

Publisher & Low Search Error: helpers/low_search_helper.php

Robert Tolton 7 May 2015 10:34 problem, complete

I've installed Publisher along with Low Search, but now I have this error:
Unable to load the requested file: helpers/low_search_helper.php

I can't even log into the admin control panel, nothing works - how can I manually uninstall Low Search?

Replies

  1. Low 7 May 2015 10:39

    If you're using the latest Low Search, try opening up base.low_search.php and look up line 109, which should be empty, or contain a php comment.

    Push that down and add this:

    ee()->load->add_package_path(PATH_THIRD.$this->package);


    Does that help?

  2. Robert Tolton 7 May 2015 10:44

    I went through the database, removed the Low Search tables and entries from relevant EE tables (before I saw your reply), I've added the line:


    // -------------------------------------
    // Load helper, libraries and models
    // -------------------------------------

    ee()->load->add_package_path(PATH_THIRD.$this->package);
    ee()->load->helper($this->package);
    ee()->load->library($this->libraries);
    ee()->load->model($this->models);


    I re-installed Low Search via Modules, and it all seems to be working (getting no errors on any Low Search settings tabs in the control panel).

    So I think we might be all good? Thanks!

  3. Low 7 May 2015 10:46

    Think so! Time to ignore EllisLab's advice and just explicitly load the package path anyway.