Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

admin panel edit option giving error Call to undefined method Fuel_search::info() #5

Open
methakon opened this issue Feb 9, 2016 · 1 comment

Comments

@methakon
Copy link

methakon commented Feb 9, 2016

HI
i am using fuel cms 1.3.1 when i indexed and tried to click on edit button it is giving me the error

Fatal error: Call to undefined method Fuel_search::info() in C:\xampp\htdocs\xxxxx\fuel\modules\fuel\models\base_module_model.php on line 1470

please check the screen short . how to fix this ???

@daylightstudio
Copy link
Owner

I believe this issue is fixed in the develop branch. The fix was to add FALSE on line Base_module_model::get_module() method
return $this->fuel->modules->get(strtolower(get_class($this)), FALSE);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants