Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Install CodeIgniter 4 on Shared Hosting
Post: RE: Install CodeIgniter 4 on Shared Hosting

Just move the content of public folder in root(Public_html) and edit file index.php to $pathsPath = realpath(FCPATH . 'app/Config/Paths.php'); (line 16)
17,898 Views
13 Replies
11-25-2020, 05:58 AM
Pawan6161
    Thread: Ajax login form token Vs normal login
Post: RE: Ajax login form token Vs normal login

Its fixed i need to assign token name on every page from which i need ajax login $this->tokens->name = config_item('login_token_name');
3,226 Views
2 Replies
10-18-2018, 09:12 AM
Pawan6161
    Thread: Ajax login form token Vs normal login
Post: Ajax login form token Vs normal login

Hello skunkbad (https://forum.codeigniter.com/user-70.html) I need to ask you can we use ajax login and normal login together ??  why the form_open function create different name for token  below ...
3,226 Views
2 Replies
10-17-2018, 12:39 PM
Pawan6161
    Thread: set extra authentication variable from usertable
Post: RE: set extra authentication variable from usertab...

I really apologise. I was working with community auth and trying to extra authentication variable. @skunkbot already described a proper way to pull profile data but I only need one extra variable with...
3,818 Views
4 Replies
09-11-2018, 12:09 AM
Pawan6161
    Thread: set extra authentication variable from usertable
Post: set extra authentication variable from usertable

I added a new column "dummy" to usertable and made changes in  Code: -- get_auth_data() --  declared in  Code: -- Auth_Controller_set_user_variables() -- But still unable to set authenticati...
3,818 Views
4 Replies
09-08-2018, 09:45 PM
Pawan6161

Theme © iAndrew 2016 - Forum software by © MyBB