Welcome Guest, Not a member yet? Register   Sign In
IgnitedRecord load library problem
#1

[eluser]Unknown[/eluser]
Hi people I'm new in codeigniter, I'm would like to test IgnitedRecord, I have already copied all IgnitedRecord libraries to /system/application/libraries directory but when I load the library I get this error
Fatal error: Class 'ignitedrecord/ignitedrecord' not found in D:\www\codeigniter\system\libraries\Loader.php on line 873

any suggestion ?

Thanks
#2

[eluser]m4rw3r[/eluser]
Seems like you have an old version of CI, it cannot handle loading library files in subdirs.

Solutions:
* Update CI
* Make a wrapper: ignitedrecord.php, place it in App/libraries and then enter <?php require_once 'ignitedrecord/ignitedrecord.php'; in it




Theme © iAndrew 2016 - Forum software by © MyBB