CodeIgniter Forums
Hello World Error - 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: Hello World Error (/showthread.php?tid=19586)



Hello World Error - El Forum - 06-11-2009

[eluser]Unknown[/eluser]
Hi,

I am trying my first program and using this tutorial http://net.tutsplus.com/tutorials/php/codeigniter-basics/



This error message is what I along with other previous visitors to the tutorial got when they ran the code.

A PHP Error was encountered
Severity: Warning

Message: Invalid argument supplied for foreach()

Filename: views/helloworld_view.php

Line Number: 6

Has anyone here used the same helloworld tutorial and received this error? If so how can this be resolved?


Hello World Error - El Forum - 06-12-2009

[eluser]richwalkup[/eluser]
The answer to your issue has already been identified within the comments of the tutorial in question by user Leo Rapirap.


Hello World Error - El Forum - 06-12-2009

[eluser]Unknown[/eluser]
Yeah I know thats why I was so frustrated I did that fix and still got the same error.