- Posts: 4
COMMUNITY FORUM
I am getting errors ...
- augustynr
- Topic Author
- Offline
- New Member
Less
More
17 years 7 months ago #951
by augustynr
I am getting errors ... was created by augustynr
Hi,
I installed and published the module and now I get following error:
Fatal error: main() [function.require]: Failed opening required 'www.globalvoicenet.com/modules/mod_jw_srfr/simplepie.inc' (include_path='/homepages/44/d92593945/htdocs/globalvoicenet/administrator/components/com_sef:/homepages/44/d92593945/htdocs/globalvoicenet/administrator/components/com_sef/includes:.:/usr/local/lib/php')
in /homepages/44/d92593945/htdocs/globalvoicenet/modules/mod_jw_srfr.php on line 49
Any solutions?
Thank you.
robert
I installed and published the module and now I get following error:
Fatal error: main() [function.require]: Failed opening required 'www.globalvoicenet.com/modules/mod_jw_srfr/simplepie.inc' (include_path='/homepages/44/d92593945/htdocs/globalvoicenet/administrator/components/com_sef:/homepages/44/d92593945/htdocs/globalvoicenet/administrator/components/com_sef/includes:.:/usr/local/lib/php')
in /homepages/44/d92593945/htdocs/globalvoicenet/modules/mod_jw_srfr.php on line 49
Any solutions?
Thank you.
robert
Please Log in or Create an account to join the conversation.
- fqat
- Offline
- New Member
Less
More
- Posts: 3
17 years 7 months ago #952
by fqat
Replied by fqat on topic Re: I am getting errors ...
Try to modify line 49 of mod_jw_srfr.php by
"require_once($mosConfig_absolute_path.'/modules/mod_jw_srfr/simplepie.inc');"
works for me, depends of the server configuration...
"require_once($mosConfig_absolute_path.'/modules/mod_jw_srfr/simplepie.inc');"
works for me, depends of the server configuration...
Please Log in or Create an account to join the conversation.
- matyrojo666
- Offline
- New Member
Less
More
- Posts: 3
17 years 6 months ago #953
by matyrojo666
I have the same problem. I tried this option, but still the same :(
Replied by matyrojo666 on topic Re: I am getting errors ...
Try to modify line 49 of mod_jw_srfr.php by
"require_once($mosConfig_absolute_path.'/modules/mod_jw_srfr/simplepie.inc');"
works for me, depends of the server configuration...
I have the same problem. I tried this option, but still the same :(
Please Log in or Create an account to join the conversation.
- gregb
- Offline
- New Member
Less
More
- Posts: 2
17 years 6 months ago #954
by gregb
Replied by gregb on topic Re: I am getting errors ...
Worked for me, too. But now I'm getting timeout on known good RSS feeds ???
Please Log in or Create an account to join the conversation.
- masf97
- Offline
- New Member
Less
More
- Posts: 1
17 years 6 months ago - 17 years 6 months ago #955
by masf97
Replied by masf97 on topic Re: I am getting errors ...
I renamed the file "simplepie.inc" to "simplepie.txt" and changed code in "mod_jw_srfr.php"
Please Log in or Create an account to join the conversation.
- Unhindered
- Offline
- New Member
Less
More
- Posts: 1
17 years 6 months ago #956
by Unhindered
Worked for me as well. ;D Thanks for the tip!
Replied by Unhindered on topic Re: I am getting errors ...
Try to modify line 49 of mod_jw_srfr.php by
"require_once($mosConfig_absolute_path.'/modules/mod_jw_srfr/simplepie.inc');"
Worked for me as well. ;D Thanks for the tip!
Please Log in or Create an account to join the conversation.