Keyword

Error: Cannot instantiate non-existent class: simplepie

  • Andr# Schild
  • Andr# Schild's Avatar Topic Author
  • Offline
  • New Member
More
16 years 8 months ago #5845 by Andr# Schild
Hi Folks,

Like the Mod, installed it with success, but whatever I do, I keep getting this error:

Fatal error: Cannot instantiate non-existent class: simplepie in /home/datalab.nl/public_html/modules/mod_jw_srfr.php on line 79


Is this due to the serverconfiguration of my provider?
Or can I fix this myself?

Hope you guys can help, looking formward to this mod working  ;D

OuweAap (Dutch for Old Monkey)

Please Log in or Create an account to join the conversation.

  • Andr# Schild
  • Andr# Schild's Avatar Topic Author
  • Offline
  • New Member
More
16 years 8 months ago #5846 by Andr# Schild
Dudes,

Never mind, fixed it using:

require_once($mosConfig_absolute_path.'/modules/mod_jw_srfr/simplepie.inc');

see yah :)

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #5847 by hitchcock

Never mind, fixed it using:

require_once($mosConfig_absolute_path.'/modules/mod_jw_srfr/simplepie.inc');

see yah :)


Where do I add this code?  I'm having the same problem, but I'm not a coder and don't know where this needs to be added.

Please Log in or Create an account to join the conversation.

  • Panos Kosmidis
  • Panos Kosmidis's Avatar
  • Offline
  • Senior Member
  • Always SEARCH before asking!
More
16 years 8 months ago #5848 by Panos Kosmidis
Yes truly there is a bug.

Open the file mod_jw_srfr.php

At line 49

change this:
require_once($mosConfig_live_site.'/modules/mod_jw_srfr/simplepie.inc');

to this:

require_once($mosConfig_absolute_path.'/modules/mod_jw_srfr/simplepie.inc');

INTERACTIVE WEB SOLUTIONS | Zend PHP 5 Certified Engineer

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum