I have installed Chikitsa2.0.7, when I try to add user it show text only, I fix it in file "C:\MAMP\htdocs\sehtak\application\modules\admin\controllers\admin.php" I replaced ($data['user']="";) withe ($data['user'] = $this->admin_model->get_user_detail($uid);). but I faced the same issue in visit page, I couldn't find out how to fix it