Parsing URL-OF-MY-FEED*..
..failed
0 RSS Items
691 del getrss 2008-09-02 16:43:26 Parsing URL-OF-MY-FEED* failed
zolipodz wrote:In case anyone is still struggling with this... Here's how I fixed this problem:
The onyxrss rss parser could not write to the designated cache path. By default phplist configures this to be the /tmp directory in config.php. My /tmp folder was not writable, so I changed the path to a newly created directory under my public_html. For example, your_site_docroot/tmp. After doing this, everything downloaded perfectly... It's generally recommended to not designate a public folder for a temporary directory, but if you are unable to change the access to the default directory (e.g. open_basedir prevents it), then this should solve your problem.
Also, make sure that your PHP configuration has allow_url_fopen option set to "on." Otherwise the rss parser is unable to manipulate your feed sources. You can override your default php.ini settings, by creating a custom version.
Return to Question & Problems - after installing
Users browsing this forum: Google [Bot] and 7 guests