Welcome Guest, Not a member yet? Register   Sign In
Scaffolding
#4

[eluser]Michael Ekoka[/eluser]
Hey Xikeon,

Quote:I’ve got the trigger on “admin”.

I assume this is how you're calling your scaffold:

Quote:http://yourhost/user/admin

In the following statement I suspect one of the two evaluations returns FALSE, 0 or a negative value:
Code:
if( $this->userlib->logged_in( ) && $this->userlib->getData( $this->session->userdata( 'username' ), 'status' ) == 3 )

Try to output their value on screen and see if they are consistent with what you expected.


Messages In This Thread
Scaffolding - by El Forum - 07-05-2007, 05:12 PM
Scaffolding - by El Forum - 07-06-2007, 03:36 AM
Scaffolding - by El Forum - 07-06-2007, 04:35 AM
Scaffolding - by El Forum - 07-06-2007, 01:11 PM
Scaffolding - by El Forum - 07-06-2007, 04:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB