Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Ben Edmunds[/eluser]
nomie7,

Check to see if the cookies are still there. Test in different browsers.

[eluser]nomie7[/eluser]
I tried in different browsers still didnt work. I wrote the controller again and it works strange but oh well Smile

[eluser]maxehhh[/eluser]
Ben, i downloaded your ion_auth and when i try to use it localhost/index.php/auth y get the next error:

Quote:A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /Library/WebServer/ci/libraries/Exceptions.php:166)

Filename: libraries/Session.php

Line Number: 662

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /Library/WebServer/ci/libraries/Exceptions.php:166)

Filename: helpers/url_helper.php

Line Number: 539

I recently watched the newsletter tutorial from tutsplus and everything went fine, read about ?> and blank spaces but couldn't find anything either. Can you please help me? Smile

[eluser]Ben Edmunds[/eluser]
maxehhh,

You could try turning on output buffering on your server. If that fixes it then it is most likely whitespace somewhere.

[eluser]maxehhh[/eluser]
You mean?

$config['compress_output'] = FALSE;

If it's that i just changed it to TRUE but everything looks the same.

[eluser]Ben Edmunds[/eluser]
maxehhh,


No it's a PHP config setting. http://www.php.net/manual/en/outcontrol....-buffering

[eluser]maxehhh[/eluser]
Amazing, i turned it on and it works great, thanks a lot! Big Grin

[eluser]austintbiggs[/eluser]
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 [:

[eluser]Ben Edmunds[/eluser]
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...

[eluser]stuckinphp[/eluser]
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.




Theme © iAndrew 2016 - Forum software by © MyBB