CodeIgniter Forums
Messages Name Spacing Issue - 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: Messages Name Spacing Issue (/showthread.php?tid=31922)



Messages Name Spacing Issue - El Forum - 07-06-2010

[eluser]Brennan Novak[/eluser]
Howdi,

I came across a weird issue. I tried to create a library called "Messages" and load it from a controller. From this library I am loading a model and nothing else yet. However when I load the library from my controller I get a white screen.

This may sound like a noobie error, but believe i've checked and rechecked everything. The only thing that worked was to change the name of my library to anything other than "Messages" even "Message" works...

However when i look at the docs for reserved names I don't come across anything than says that word is reserved.

I am running a 2.0 build but those docs don't say anything either...


Messages Name Spacing Issue - El Forum - 07-07-2010

[eluser]danmontgomery[/eluser]
Messages isn't a reserved name, check apache error log for php errors.