Trouble installing search module
When I try to install the search module using the command from the github page [
https://github.com/daylightstudio/FUEL-CMS-Search] I get the following error:
A Database Error Occurred
Unable to connect to your database server using the provided settings.
Filename: /Applications/MAMP/htdocs/project/website/fuel/modules/fuel/core/Loader.php
Line Number: 136
The database connection is correct because the website is loading my content. I have the database connection configured in /fuel/application/config/database.php...is there another place that it needs to be configured?
I have encountered this problem with the other advanced modules as well
Comments
"There was an error installing the 'search' module."
The database config values are definitely being loaded, but for some reason the CLI is cranky.
When I downloaded and extracted the zip file from github and the folder was called "FUEL-CMS-Search-master", changing it to "search" solved the problem.
Module installed successfully.