kino
Forum Replies Created
-
Forum: Plugins
In reply to: feedwordpress nothing shown in dashboardOK I’ll continue my tradition of only ever talking to myself at these forums… 😉
In case anyone finds this. Updating to the latest 1.5.3 gave me back the options panel. Good luck.
Forum: Fixing WordPress
In reply to: XML-RPC ping failedSame here – The XML-RPC ping failed (local): transport error – could not open socket – Any ideas?
Must be something to do with that URI
Forum: Plugins
In reply to: feedwordpress nothing shown in dashboardSorry I read that a bit quick – the user having trouble was on PHP 4.3.10 not PHP5. That is exactly the same display issue that I am getting here though.
So back to my origional question then – has anyone got this working on PHP5 yet?
Forum: Plugins
In reply to: feedwordpress nothing shown in dashboardI have already tried laughingmeme’s RSS aggregator but have (many) problems with MagpieRSS conflicting with rss-aggregate.php. Even after renaming all the functions to name2 – I can not get the scripts to run. (final error is with rss-aggregate.php itself which conflicts with magpiess ()!!!) .
I really need to pull a couple of RSS feeds into WP – can anyone possible suggest any other plugins that can do this?
Denis was kind enough to post a list:
http://ww.wp.xz.cn/support/topic/32092
However it seems that only feedwordpress and laughingmeme’s seem to do what I want. The third option – http://www.auburnmedia.com/wordpress/?p=892 has stopped being used by the author as well in favour of feedwordpress *g. Any other suggestions more than welcome!
Forum: Plugins
In reply to: feedwordpress nothing shown in dashboardAh looking through the comments here:
http://projects.radgeek.com/2005/03/30/feedwordpress-09/#comment-20050403173541
It does seem others have had the same problem. I guess I’d have to conclude that feedwordpress doesn’t work on PHP5 (yet).
Forum: Fixing WordPress
In reply to: The_content() not showing on permalink structureOK just changed the permalink structure from:
/%postname%/%day%/%monthnum%/%year%/
To:
/%day%/%monthnum%/%year%/%postname%/
And resaved it all in the .htaccess file (manually this time) and everything works again – I know, very odd. Must have been a blip in the script writing the .htaccess.
Forum: Fixing WordPress
In reply to: Listing recent posts by subject outside of wordpressHi Southbound
I had exactly the same problems as you – I solved them by using the absolute server path for the site, i.e.
‘require(‘/home/virtual/siteX/fst/var/www/html/news/blog-header.php’);’
rather than the URL. This method is also needed in the file rssLinkList.php for the lastRSSPath and cacheDirectory paths.HTH