Welcome Guest, Not a member yet? Register   Sign In
problem with load library
#9

[eluser]umefarooq[/eluser]
its can be OS because you have to give proper file name i already faced this kind of problem while deployment of my two projects, my local server is windows but my remote server was Linux base it was giving me error on loading dx_auth library where the file name was DX_Auth.php, according to installation i did the same way by putting

Code:
this->load->library('dx_auth');

it works fine for windows but not working on Linux then i change it to

Code:
this->load->library('DX_Auth');
it works fine no problem at all.


Messages In This Thread
problem with load library - by El Forum - 11-17-2009, 07:27 AM
problem with load library - by El Forum - 11-17-2009, 07:42 AM
problem with load library - by El Forum - 11-17-2009, 07:46 AM
problem with load library - by El Forum - 11-17-2009, 11:07 AM
problem with load library - by El Forum - 11-17-2009, 03:46 PM
problem with load library - by El Forum - 11-18-2009, 07:20 AM
problem with load library - by El Forum - 11-18-2009, 07:28 AM
problem with load library - by El Forum - 11-18-2009, 10:29 PM
problem with load library - by El Forum - 11-18-2009, 11:34 PM
problem with load library - by El Forum - 11-18-2009, 11:48 PM
problem with load library - by El Forum - 11-18-2009, 11:59 PM
problem with load library - by El Forum - 11-19-2009, 09:04 AM
problem with load library - by El Forum - 11-21-2009, 10:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB