yes, its advanced module, and enabled in the my_fuel, working fine in backend (admin), but when im trying to show them in frontend, getting the above error
here is the code
function _render($view, $vars = array(), $return = FALSE, $layout='')
{
// on this line im getting error (Line 32), if pass default values to the layout, it bypass it and shows error on the next line
if (empty($layout)) $layout …
when i call $output = $this->_render($view, $vars, FALSE);
i get error in the Drugs_base_controller.php on the _render function, error is
Fatal error: Call to a member function layout() on a non-object in C:\Program Files\Ampps\www\fuelcms\fuel\…
sorry for late reply, the above is working fine when i change the value 'Salt_values' instead of 'Salt Values', issue is of a space, works fine if use without space, and yes tried your as well, its also working fine. Yes tables have the same columns…