
May 21st, 2009, 09:00 AM
|
|
Wrox Author
|
|
Join Date: May 2008
Location: Austin, TX, USA.
Posts: 52
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
need more info
Quote:
Originally Posted by pollers
hi there!
my problem is very simple, i cant login in the admin area.
if i unload the security helper from here:
Code:
$autoload['helper'] = array('url','form','text','date','security');
login is succesfull but then i should clean from every form the id_clean and the db_clean function.
i think its cause my server;
maybe i should set some global variable?
i tried also creating a new admin via sql but of course, the password i use is not encrypted so again to log in i have to deactivate the security helper.
with the 'standard' settings from the zip, i have a weird message from firefox telling me that its unable to process the information cause the compression is not supported, that's why i thought about server (aruba linux)
thank you
|
can you provide the rest of your autoload file? I think I need to see how else you're set up there.
__________________
Thomas Myer
Author, Professional CodeIgniter
http://www.tripledogs.com
|