Part of the EllisLab Network
   
 
IgnitedRecord load library problem
Posted: 30 January 2009 03:31 PM   [ Ignore ]  
Summer Student
Total Posts:  2
Joined  01-30-2009

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

Profile
 
 
Posted: 16 March 2009 01:24 PM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  727
Joined  08-03-2006

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

 Signature 

RapidDataMapper: My new ORM, is now released!

IgnitedRecord: Old ORM

MPTtree: A model to handle trees in a database.

YAYParser - Yet Another YAML Parser

Profile