Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Community Auth - a database error when logging in
Post: RE: Community Auth - a database error when logging...

Re-installed everything from scratch and it works fine. Thanks a lot for your help and great code!!
18,022 Views
16 Replies
05-02-2017, 03:01 AM
icteroo
    Thread: Community Auth - a database error when logging in
Post: RE: Community Auth - a database error when logging...

https://drive.google.com/open?id=0B1uR0m6wwIyxdDdybFpnbDA1X2M Thanks!
18,022 Views
16 Replies
04-12-2017, 01:18 AM
icteroo
    Thread: Community Auth - a database error when logging in
Post: RE: Community Auth - a database error when logging...

skunkbad Wrote: (04-11-2017, 03:18 PM) -- When I use your session config, all is working fine. This is on Ubuntu 16.04 with PHP7. What is the value of your encryption key? Mine in example is like ...
18,022 Views
16 Replies
04-11-2017, 10:43 PM
icteroo
    Thread: Community Auth - a database error when logging in
Post: RE: Community Auth - a database error when logging...

The server is running Debian wheezy, nginx-1.2.1-2.2+wheezy4, php5-fpm-5.4.45-0+deb7u6, mysql-server-5.5.54-0+deb7u1 Is there anything to do with nginx? like rewrite configuration? Thanks.
18,022 Views
16 Replies
04-11-2017, 01:02 PM
icteroo
    Thread: Community Auth - a database error when logging in
Post: RE: Community Auth - a database error when logging...

Thanks for your reply. I have tested with the following: Code: -- public function test() {   $this->load->library('session');   $this->session->set_userdata(array( 'username' => 'testuser', 'logge...
18,022 Views
16 Replies
04-11-2017, 12:57 PM
icteroo
    Thread: Community Auth - a database error when logging in
Post: Community Auth - a database error when logging in

Hi, I have installed Community Auth (current master) with CodeIgniter 3.1.4. The configurations are: Code: -- $config['sess_driver'] = 'files'; $config['sess_cookie_name'] = 'ci_session...
18,022 Views
16 Replies
04-10-2017, 06:38 AM
icteroo

Theme © iAndrew 2016 - Forum software by © MyBB