maxehhh,
No it’s a PHP config setting. http://www.php.net/manual/en/outcontrol.configuration.php#ini.output-buffering
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 10, 2010 7:00pm
Subscribe [287]#916 / May 04, 2011 12:12pm
maxehhh,
No it’s a PHP config setting. http://www.php.net/manual/en/outcontrol.configuration.php#ini.output-buffering
#917 / May 04, 2011 12:34pm
Amazing, i turned it on and it works great, thanks a lot! :D
#918 / May 08, 2011 11:02pm
I was curious if you perchance forgot the edit user function inside the controller, because a view exists, but the function it refers to does not..?
If not has someone already written it? It’d help save me time [:
#919 / May 09, 2011 3:27pm
austintbiggs,
That’s just there as an example. Add what you need to it.
I guess I should just remove it cause it seems to confuse a lot of people…
#920 / May 09, 2011 6:44pm
I’ve read a lot of this thread, you seem to believe that people aren’t going to use example code in their final product.
lol.
#921 / May 09, 2011 6:58pm
Well, yea obviously an example, but I was just curious if I might’ve accidentally removed it or something of the like.
#922 / May 13, 2011 3:43am
edited -problem solved-
#923 / May 17, 2011 12:16am
Hey, been looking through the documentation and I couldn’t find any instructions on the correct/recommended way to extend the meta data. I’d like to add some extra bits of data to the meta table but I’m not sure how to go about it in the cleanest way.
I’m beginning to think that if I add the fields to the database then they will just automatically be incorporated into the returned information for functions that return user details - is that correct? If so, awesome.
#924 / May 17, 2011 1:21am
Gnack,
Add the fields in the meta table and then add it to the meta fields array in the config file.
#925 / May 17, 2011 2:07am
Ahh, too easy - thanks Ben for the quick response.
(Loving Ion_Auth by the way)
#926 / May 17, 2011 11:23am
Hey,
i want to use the email activation but the emails are always sent to junk email folders…
do you know the reason for this?
Thanks for your help
Max
#927 / May 17, 2011 7:09pm
maxrosecollins,
Sending from a different domain can cause that among countless other reasons. I usually use gmail smtp to avoid this issue.
#928 / May 18, 2011 1:31pm
Basketcasesoftware,
How do you want to integrate it?
The tables should work fine with DataMapper’s expected schemas so if you want to use DM just create the models.
Could you elaborate on this a bit? When you say just create the models do you mean we would have to rewrite all the methods in the ion_auth model as methods in the datamapper model?
#929 / May 18, 2011 10:08pm
Hi!, I hope you understand me, because my english is not good.
I like Ion Auth, but I have a problem and I could not solve.
This is the problem.
In have two kinds of user with access to different options in the application:
The operators of the application.
They add information to the database(crating groups, adding users, etc) and are grouped into three categories with fifferent privilegies.
The users of the applications.
They are the final user and are gruped into five categories with differet level of access.
The question is.
How can I adapt Ion Auth to this case, if the operatos needs differen meta data than the users?
#930 / May 18, 2011 11:31pm
Nicho,
Add meta data fields for everyone and add as needed per group.