Welcome Guest, Not a member yet? Register   Sign In
SimpleLogin Lib problem
#1

[eluser]whidbey[/eluser]
my site is ok on windows.

everthing changes when I put my site to freebsd.

and the autoload.php:
$autoload['libraries'] = array('database','session','simplelogin');
wont work now,It says in every controller ,simplelogin is not found.
but I did put it in the lib folder

I use $this->load->library('simplelogin'); wont work either.

both windows and freebsd I use PHP5

help,pls
thx
#2

[eluser]@li[/eluser]
Check the filename of simplelogin.php, it should start with a capital letter. Simplelogin.php and not simplelogin.php. Windows is case-insensitive about file names, but Linux, etc aren't.
#3

[eluser]whidbey[/eluser]
yes,thx,I have replace SimpleLogin.php as Simplelogin.php.I works




Theme © iAndrew 2016 - Forum software by © MyBB