- Posts: 2
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Error: Cannot instantiate non-existent class: simplepie
Error: Cannot instantiate non-existent class: simplepie
- Andr# Schild
- Topic Author
- Offline
- New Member
Less
More
17 years 3 months ago #5845
by Andr# Schild
Error: Cannot instantiate non-existent class: simplepie was created 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)
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
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
17 years 3 months ago #5846
by Andr# Schild
Replied by Andr# Schild on topic Re: Error: Cannot instantiate non-existent class: simplepie
Dudes,
Never mind, fixed it using:
require_once($mosConfig_absolute_path.'/modules/mod_jw_srfr/simplepie.inc');
see yah :)
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.
- hitchcock
- Offline
- New Member
Less
More
- Posts: 1
17 years 3 months ago #5847
by hitchcock
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.
Replied by hitchcock on topic Re: Error: Cannot instantiate non-existent class: simplepie
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
- Offline
- Senior Member
- Always SEARCH before asking!
17 years 3 months ago #5848
by Panos Kosmidis
INTERACTIVE WEB SOLUTIONS | Zend PHP 5 Certified Engineer
Replied by Panos Kosmidis on topic Re: Error: Cannot instantiate non-existent class: simplepie
Yes truly there is a bug.
Open the file mod_jw_srfr.php
At line 49
change this:
to this:
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.
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Error: Cannot instantiate non-existent class: simplepie