Welcome Guest, Not a member yet? Register   Sign In
A3M - Account Authentication & Authorization Module - Mushmellow
#31

[eluser]codeninja[/eluser]
[quote author="Peng Kong" date="1297381985"][quote author="codeninja" date="1296102898"]Is a3m compatible with ci2.0? I am getting session errors while using it...[/quote]

no it's not compatible with ci2.0! you got to follow the official ci guide on how to port ci1.7 to 2.0. but don't worry i already ported it cuz the good ellislab folks officially release 2.0. i will upload my 2.0 version tmr to google code and release a download package.[/quote]

That would be awesome.. if you can update this thread once done that would be awesome!!!!

also, any updates on the other admin functionalities? like groups etc...?
#32

[eluser]Peng Kong[/eluser]
[quote author="mr.noname" date="1296264356"]hello guy

Thank for the awesome library.

I've try it with facebook on my local machine.

everything ok, it's great.

and i also try to login with facebook account with your demo link here
https://mushmellow.gamespai.com/index.ph...nt/sign_in

I found some bug on that link ( on profile link )

It's can not display my facebook picture
I see you try to use graph api to retrieve profile picture

But you display it by use this src
Code:
https://mushmellow.gamespai.com/resource/user/profile/http://graph.facebook.com/100001284953024/picture?t=746277a902dba17b69e8b64217fac16a
It's should be only https://graph.facebook.com/some_facebook_id/picture


Should you update your demo link with a new version of a3m?[/quote]

thanks im glad you like it.
yep the profile bug thing heh... don't worry im sure you can fix it in 5mins. i basically forgot to check if the profile picture was an absolute or relative path and im just assuming everything is relative, hence the facebook pic issue.
#33

[eluser]Peng Kong[/eluser]
[quote author="DavidFisherman" date="1296345799"]Hi PK,

Kudos for this great module.

I'm trying the module inside an iframes facebook app and it doesn't seem to work. If the website is open by itself, and you try to login through the facebook connect, everything works fine. But, when you try to login through the facebook application page with the website open inside the iframe, then it just never logs me in and just redirects to the home controller and never signs me in. This only happens with IE and Safari, I believe this is due to security settings in IE and Safari which do not allow cross-domain posting/cookies sharing! Is there a workaround for this to make a3m work?

Thanks,
-David[/quote]

sorry david i've nv tired that before (a3m as a fb iframeapp). anyone has experience and care to share?
#34

[eluser]Peng Kong[/eluser]
[quote author="diZzyCoDeR" date="1296601056"]No prob. mate. Wink

Now, about my FATAL ERROR... after a nights sleep and a coffee.. but I tracked it down to "database" class not being loaded.

wha?

So I autoloaded it at system/application/config/autoload.php

wtf?! That seems to have done it.[/quote]

lol oops.. really? i better check that tmr
#35

[eluser]Peng Kong[/eluser]
[quote author="Natedogg386" date="1296079839"]Well I just tested it out on a live server, http://bingebidder.com/a3m_mushmellow/ and got the same error. If you click the sign up or sign in links in the top right you will see what error I am talking about. I am assuming I forgot some config of some sort. Any help or advice is much appreciated.[/quote]

you should check why your CI session is failing. basically it redirects you back to homepage as still not signed in because the session did not hold. check your cookie id and session table and see that the account_id is maintained in the session. also check your log file for errors.
#36

[eluser]Peng Kong[/eluser]
erm not really in those front. im still figuring out how to do acl in a good way. but yes im working on admin panel for accounts... batch CURD accounts with pagination (hopely ajax).
#37

[eluser]Vheissu[/eluser]
We don't need a fully fledged ACL system, we have Zend_Acl for that. However, what I did in my auth library is create a role based type ACL set up. You can restrict controllers and functions to specific users and role ID's to have an ACL kind of set up. Of course, you can't define a list of access, but I'm going to have a config file set up and let you specify an argument to make the restrict functions use config values (look up controller / function name).

Maybe you can employ something similar in your library? Just a suggestion.
#38

[eluser]Peng Kong[/eluser]
okie'z 2.0 is ready for downloading http://code.google.com/p/a3m/downloads/list

didn't do anything major, just followed the upgrade guide at http://ellislab.com/codeigniter/user-gui...e_200.html

and also changed the css to a blue sleeker interface.
#39

[eluser]Ephyzy[/eluser]
Great job with this project!

Please help: I have successfully set up the A3M peanutbutter installation. I downloaded the code directly from google code and uploaded after changing all config settings and htaccess.

But no matter what I click on (sign in/ sign up / home links), all I get is "Nothing here" rather than the forms for sign in / out and the social network icons for sign in. I am still new to Codeigniter so Im probably doing something very stupid or very wrong. Please help me out with a suggestion, anyone.

Edit: I tried copying the content from sign_in.php in account/view/sign_in.php to the home.php view file (is that meant to be so?), but I got

Code:
A PHP Error was encountered

      Severity: Warning

      Message: Invalid argument supplied for foreach()

      Filename: views/home.php

      Line Number: 99
#40

[eluser]Ephyzy[/eluser]
Please I am always ready to learn, I had to figure out the installation all by myself and Im ready to fix this myself. I just dont know what is wrong with my installation, maybe I have done it wrong. All I need is some pointers and I can find my way again. Please. Sad




Theme © iAndrew 2016 - Forum software by © MyBB