I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer.
I am trying to make use of SimplePie.
I followed all the instructions I could find: a copy of simplepie.inc is in my applications/libraries folder, renamed to simplepie.php I enabled curl on Apache. I attempt to load SimplePie as follows:
this->load->library( simplepie );
At this point, Apache hangs. The error log has not real errors - just an indication that it is listening at port 443 and port 80. Then I get a messagebox from Apache saying that it has been stopped for an unknown error.
I suspect that it must be a combination of the three tools, most likely related to XAMPP, because there are many codeigniter/simplepie tutorials that seem to work for other people.
Does anyone have any ideas of the issue? If not, has anyone tried Magpie with CodeIgniter? I m thinking of trying it because I m getting rather desperate.