Download and setup my project.
go to http://localhost/ufcm/profile using browser and experience the problem
Download link: https://atishdipankaruniversity.sharefile.com/?cmd=rp&id=27fecad4882a45a3
username: aslampatwarybd@gmail.com
password:…
Problem Solved
Thanks for the Help
Problem was in route file
$route[UFCM_FOLDER.'ufcm/'.$c] = UFCM_FOLDER.'/module';
It should be
$route[FUEL_FOLDER.'ufcm/'.$c] = UFCM_FOLDER.'/module';
I miss 'FUEL_FOLDER'
Hi
after a long vacation I have come back.
I used your code, its working. I need to know that
How to set access permission like model page access permission ?
How can i call fuel_base_controller class
if i user
Class ufcm extends Fuel_base_controller{
}
then i is
Fatal error: Class 'fuel_base_controller' not found in \xampp\htdocs\ufcm\fuel\modules\ufcm\controllers\ufcm.php on line 3
MORE IMPORTANT…
NOw It is showing an eRROR when I try to create or edit Group
------------------------------------
A Database Error Occurred
Error Number: 1054
Unknown column 'fuel_users.active' in 'where clause'
SELECT `ufcm_groups_to_users`.* FROM (`ufcm_group…