![]() |
problem with loading simplexml class - 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: problem with loading simplexml class (/showthread.php?tid=31762) |
problem with loading simplexml class - El Forum - 06-30-2010 [eluser]vindhyareddy[/eluser] Hi folks I am new to CodeIgniter as well as PHP. I was working on the example on the following hyperlink: Link I am getting the required output. But, There is this error popping up along with the output. Quote:A PHP Error was encountered The code which is throwing an error is : Code: 226 function array_reindex($array) Can someone tell me what the problem is? Thanks, Vindhya problem with loading simplexml class - El Forum - 06-30-2010 [eluser]WanWizard[/eluser] The array you pass in the call to the array_reindex() function doesn't have a value with index '0'. problem with loading simplexml class - El Forum - 06-30-2010 [eluser]vindhyareddy[/eluser] So how do I make this work?? I mean how do i take dat error out? problem with loading simplexml class - El Forum - 07-19-2010 [eluser]vindhyareddy[/eluser] I came from a php 5.3 version to a php 5.2.x version to remove the error. Problem solved! |