![]() |
|
#641
|
|||
|
|||
|
Strange. When I type feed://rss.news.yahoo.com/rss/yahoonewsroom i the addressbar, it stays the same and doesn't change to http...
|
|
#642
|
|||
|
|||
|
When I type in feed://rss.news.yahoo.com/rss/yahoonewsroom, it stays the same and does not change to http...
|
|
#643
|
|||
|
|||
|
Can someone please help me with this issue. The problem appears to lay in the rss_cmps_curl_php syntax. I'm pretty clueless in this regard. Here is the current error (copied from my web browser):
Warning: file(feed://circ.ahajournals.org/rss/current.xml) [function.file]: failed to open stream: No such file or directory in [path]/modules/rss_cmps_curl.php on line 140 The lines of code surrounding (and including) line 140 of the rss_cmps_curl_php file are as follows: 136 function rss_get_contents($file) { 138 if (strncmp('http:', strtolower($file), 5) != 0) 139 { // fetch the cached file 140 $file = file($file); return !$file ? false : implode('', $file); } else { // get the remote feed $curl_handle = curl_init($file); I believe that the problem involves this specific statement: // fetch the cached file 140 $file = file($file); I have played with the "file=file" line and get different errors. I remember reading about "relative vs absolute" path designations...does the above point to a relative path description which needs to be changed to absolute? I believe that this refers to the cache file. Any help interpreting this would be GREATLY appreciated. Rick |
|
#644
|
|||
|
|||
|
|
|
#645
|
|||
|
|||
|
Try using this file instead of the default one
rss_cmps_curl.php |
|
#646
|
||||
|
||||
|
Has anyone tried to update this for vb4.1.5 yet?
I love to know. Thanks.
__________________
-=(Gary from http://www.O-P-A.co.cc & http://www.O-P-A.biz & http://www.PSX-SCENE.com )=- |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Module] Customizable RSS feed module | Tom M | Add-On Modules (version 3.x & 2.x) | 613 | 03-22-2011 12:06 PM |
| vBa CMPS: Customizable RSS feed module | Tom M | Add-On Modules & Modifications | 86 | 05-30-2006 12:31 AM |
| RSS feed module for VBA 2 and VB3.5 | rsailors | Modifications (version 3.x & 2.x) | 6 | 03-25-2006 10:18 PM |
| [REQ] RSS feed module | rgourley | Module & Modification Discussion & Requests | 15 | 10-21-2005 11:55 PM |
| User customizable CMPS page | ogetbilo | Feedback & Suggestions | 1 | 05-20-2004 12:04 PM |