You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Once you logged in with System Administrator account, you can create user or edi
55
55
[How to setup CodeIgniter Admin Panel](https://youtu.be/tU1PbcRj7ww) : This video contain the procedure of setting up CodeIgniter Admin Panel.
56
56
57
57
58
-
**After login "loginMe" controller is not found : ISSUE**
58
+
**ISSUE # 1 : After login "loginMe" controller is not found :**
59
59
60
60
Lot of people raising this issue, I resolved it 4-5 times for every user. People are not searching for closed issues. Thats why I am going to put this here.
61
61
@@ -64,3 +64,6 @@ How to get over this issue?
64
64
1) enable mod_rewrite.dll (or mod_rewrite.so) by removing leading # in httpd.conf.
65
65
2) After that, follow this solution https://stackoverflow.com/questions/24472349/htaccess-doesnt-work-on-xampp-windows-7
66
66
67
+
**ISSUE # 1 : Call to undefined function password_verify() :**
68
+
69
+
Solution is here : [Call to undefined function password_verify()](https://github.com/kishor10d/Admin-Panel-User-Management-using-CodeIgniter/issues/1)
0 commit comments