CodeIgniter Forums
Objects not autopopulating after Upgrade - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Objects not autopopulating after Upgrade (/showthread.php?tid=47703)



Objects not autopopulating after Upgrade - El Forum - 12-19-2011

[eluser]Unknown[/eluser]
Hello all,

I just upgraded an application with CI 2.1.0 and DataMapper 1.8.2 (from CI 2.0.2 and DataMapper 1.8.1). Everything is working, my models and objects seems ok except for one thing : they do not autopopulate related objects anymore !!

I defined "auto_populate_has_XX" on TRUE on some models, and this was working great before my upgrade ... but not anymore ...

Any idea about something I missed ?
Is there a new instruction to write for DataMapper 1.8.2 ?

Thanx for a little help