Where to find Search Module and How to Install it?
I looked over the forum and google around and found that the search module does exist here:
https://github.com/daylightstudio/FUEL-CMS-Search.gitBut I am not sure how to install it as the intructions seems not valid. I see the following message when i try to install the search module with CLI on Mac
>>There was an error installing the 'search' module.
I downloaded the zip from GIT and install under "fuel/modules/search" per the instruction. I am stucked. Please help.
Thank you
Anunay
Comments
However, I'm curious as to why you are getting that error. That error is thrown on line 63 of the fuel/modules/fuel/controllers/installer.php file when the fuel/modules/search/libraries/Fuel_search.php file is not found. Would you mind checking the output of the $module_file variable to make sure it matches a valid path on your system? Also, what is your development setup (MAMP, XAMP, etc).
A Database Error Occurred
Unable to connect to your database server using the provided settings.
Filename: /Applications/MAMP/htdocs/fueldemo/fuel/modules/fuel/core/Loader.php
Line Number: 136
I am able to log into the fuel admin section of the site though so the DB connection properties in config/database.php must be correct.
Where does core/Loader.php get it's database connection parameters from?
Any thoughts?
I went through and created a model and never installed the search module and that solved my issue. You can find the model code here. Hope this is useful to you:
https://gist.github.com/anunay/8922776
I have referenced the code from here:
http://forum.getfuelcms.com/discussion/comment/2627#Comment_2627
Cheers!