A3M icon indicating copy to clipboard operation
A3M copied to clipboard

A3M - Bootstrapped - A CodeIgniter OpenID/Oauth boilerplate library utilizing Twitter Bootstrap UI

Results 14 A3M issues
Sort by recently updated
recently updated
newest added

Hi, When i upgrade the PHP version to 7.x I get this error after login > Undefined index: last_activity C:\xampp\htdocs\CI\application\libraries\Session\MY_Session.php 89 I tried many solutions but it's not work

Thanks for making this library, by the way i use windows after donwload it and test in my locahost it redirect to http://localhost/xampp/splash.php then i googling and remove the htacsess...

question

Running the debugger I saw the same function and its query is ran four times: ![image](http://puu.sh/iTRHF/0fd09d6a28.png) Any idea how that happened?

bug
enhancement

When connecting an account to Twitter, everything seems to work fine, but the Twitter gives the following message: > You've granted access to [application]! > > Next, return to [application]...

External dependency

I did a fresh install today. Facebook connect is working but Twitter and Google are giving errors. Didn't try with Yahoo and OpenID. I'm using the master branch.

bug

When will the next A3M stable version will be released ?? And i am getting this error An Error Was Encountered Unable to load the requested language file: language/english/account/account_profile_lang.php

bug

lines 27 & 28 refer to a table 'a3m_rel_account_role_model' but should be 'a3m_rel_account_role'. Two quick edits and it functions properly. Thanks! ``` //$this->db->join('a3m_acl_role', 'a3m_rel_account_role_model.role_id = a3m_acl_role.id'); //$this->db->where("a3m_rel_account_role_model.account_id = $account_id AND...

bug

CodeIgniter had a patch to the _set_cookie function that is reproduced in the MY_Session.php class. It produces the error in the log file when encrypted sessions are used: "Session: HMAC...

Look at the live demo of latest ci3-beta version(it got some error) :- 1. http://a3m.krishnaguragai.com.np/account/validate/resend/[email protected] 2. http://a3m.krishnaguragai.com.np/account/validate/resend/guragaikrishna It need to fix asap.

I am starting a new project based on A3M today. Which version should I use? the master branch (2.x) or the ci3-beta branch? Will the 2.x be deprecated in near...

question