CodeIgniter Forums
CodeIgniter 2.0.3 release may break pre-existing code. Upgrade at your own risk. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: CodeIgniter 2.0.3 release may break pre-existing code. Upgrade at your own risk. (/showthread.php?tid=44923)



CodeIgniter 2.0.3 release may break pre-existing code. Upgrade at your own risk. - El Forum - 08-31-2011

[eluser]ShawnMcCool[/eluser]
I just looked at the code for 2.0.3. There was a change that broke Sparks.

As WiredDesignz points out in the next post, this is something that should be fixed within CI2 as a minor revision should not break existing code.

It looks like they changed _ci_autoloader() to ci_autoloader so that it could be called externally. For users viewing the screencasts; you can simply edit MY_Loader.php and change references to _ci_autoloader to ci_autoloader without the preceding underscore and it'll work fine.

I recommend that the Sparks team implement a news page that can be used to highlight this kind of development. Twitter is good, but there's no way to get a sense of progress on the project from the site.