CodeIgniter Forums
Getting helpful error messages - 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: Getting helpful error messages (/showthread.php?tid=53696)



Getting helpful error messages - El Forum - 08-04-2012

[eluser]sanguina[/eluser]
Hello

I am not getting helpful error messages in CI.

For example i am getting messages like:

Parse error: syntax error, unexpected '<' in C:\wamp\www\ABC\system\core\Loader.php(689) : eval()'d code on line 7

Now I have not touched the system/core areas - so there is no question of errors in core.
The error sure lies in the application area - but error messgaes seem to mean otherwise.

How do i get this to work correctly.



Getting helpful error messages - El Forum - 08-04-2012

[eluser]pisio[/eluser]
very possible to have somewhere on the page which let the syntax error. go through everything


Getting helpful error messages - El Forum - 08-04-2012

[eluser]Aken[/eluser]
This is not a problem with Loader, but with the code being put through eval() somewhere. What code have you added, or what are you trying to do?


Getting helpful error messages - El Forum - 08-04-2012

[eluser]sanguina[/eluser]
@aken - the problem was sorted - when i simply changed the use php short tags from true to false.

Dont know why this sorted things out or why it occurred in the first place.
but this forum surely rocks with some of the most helpful members Smile