Welcome Guest, Not a member yet? Register   Sign In
Blank Screen using sessions...
#2

[eluser]gtech[/eluser]
Code:
$res_sess = array('logged_in' => TRUE,
                  'role' => $result->role);

Hello,

there should be a comma after the TRUE bit in the array and you should not need the semi colon after the $result->role bit.. those php errors may cause your blank screen. If you have syntax errors in your code this may stop the controller from loading properly and hence why you see problems when accessing the index method.


Messages In This Thread
Blank Screen using sessions... - by El Forum - 05-18-2008, 05:56 PM
Blank Screen using sessions... - by El Forum - 05-18-2008, 06:02 PM
Blank Screen using sessions... - by El Forum - 05-18-2008, 07:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB