Welcome Guest, Not a member yet? Register   Sign In
CI & SimplePie integration
#1

[eluser]Anonymous[/eluser]
Hi there,

I'm trying to integrate SimplePie into my project to fetch a Youtube feed.
I have downloaded SimplePie V1.2, copyed it to the application\libraries folder and renamed it to Simplepie.php.

Upon loading the library with:
Code:
$this->load->library('simplepie');

the whole page turns blank, and the browser gets no response (thinks the website has moved/is offline).

Setup:

Windows 7
CI 1.7.2
WAMP 2.0

Anyone familiar with this problem?
#2

[eluser]Phil Sturgeon[/eluser]
v1.2 has trouble with PHP 5.3. Use the version from GitHub instead.
#3

[eluser]Anonymous[/eluser]
That did the trick.

TA




Theme © iAndrew 2016 - Forum software by © MyBB