Welcome Guest, Not a member yet? Register   Sign In
Login script not functioning
#2

[eluser]Unknown[/eluser]
never mind i have just realised my mistake which is in my login controller


Code:
redirect(site/members_area);

which should be placed in single quotes and replaced with the following

Code:
redirect('site/members_area');

silly mistake on my part, it all working now


Messages In This Thread
Login script not functioning - by El Forum - 06-03-2013, 09:26 AM
Login script not functioning - by El Forum - 06-03-2013, 10:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB