Welcome Guest, Not a member yet? Register   Sign In
Using SimplePie 1.2 with CodeIgniter 1.7.3
#1

[eluser]emcgfx[/eluser]
All I get is "500 - Internal Server Error". Any one have any idea on what could be the problem ?
#2

[eluser]davidbehler[/eluser]
Something goes wrong Wink

Can you give us more detail? What are you trying to do? Did it work before 1.7.3.? What's your code?
#3

[eluser]emcgfx[/eluser]
Actually I'm not doing anything for now, just wanted to try this > http://www.haughin.com/code/simplepie/ But all I get is that error.
#4

[eluser]davidbehler[/eluser]
So what does your code look like? Like his example? Could you post it here?
#5

[eluser]emcgfx[/eluser]
yes exactly like an example.
#6

[eluser]davidbehler[/eluser]
Why not just post yours? His seems to work..yours doesn't. Must be some difference, or not?

Anyway, anything in the log files? Either CI or apache or system or whatever? Have you enabled logging?
#7

[eluser]Sire[/eluser]
I had the same problem before and there are some solutions in this thread:
http://ellislab.com/forums/viewthread/137146/

Try this version
https://github.com/simplepie/simplepie

Or try this:
Add this at the top of the index.php in your CodeIgniter application.
error_reporting(E_ALL & ~E_DEPRECATED);




Theme © iAndrew 2016 - Forum software by © MyBB