Quantcast
Channel: WordPress › Support » Topic: CG feed read not working
Browsing all 30 articles
Browse latest View live

Beel on "CG feed read not working"

Not without a link to your blog, especially since you say other site feeds work just fine.

View Article



davidchait on "CG feed read not working"

As Beel said, not without a link to your feed. Generally, it's a problem with the feed itself -- try using one of the feed validators to look at it. The browsers will display improper feeds in lots of...

View Article

cowpie on "CG feed read not working"

the url for the feed is: http://www.realivy.com/blog/wp-rss2.php ; for the blog itself realivy.com/blog

View Article

Beel on "CG feed read not working"

I tested that link and it works fine using CG-Feedread <?php getSomeFeed('http://www.realivy.com/blog/wp-rss2.php', 4, true, "TEST", '', '', '', false, true, false); ?>

View Article

cowpie on "CG feed read not working"

What should I have in my head section of the page? I think that might be my problem. When I have nothing and when I use the code that Beel just posted, I get this error "Fatal error: Call to undefined...

View Article


Beel on "CG feed read not working"

I thought you said you had this working for other feeds? You need to have CG-Feedread activated and in the head something like: <?php require_once('/path-to/wp-config.php'); ?> (or to...

View Article

cowpie on "CG feed read not working"

Beel, I apologize for being such a newbie with all of this. I immagine I am frustrating you with my questions. However, I receive this when Ihave the above command" Fatal error: main(): Failed opening...

View Article

Beel on "CG feed read not working"

You need to use the full path on your server if you start with a "/" - which might mean "/home/sitename/public_html/..." You might be able to use a relative link to the file, depending on where you are...

View Article


Beel on "CG feed read not working"

I have such a bad memory and switching from one host to another, plus hosting a page off my computer on a Windoze box causes me to forget just what the full path may be so I sometimes throw a <?php...

View Article


cowpie on "CG feed read not working"

<?php require_once('/www/r/realivycom/htdocs/blog/wp-config.php'); ?> <?php require_once('/www/r/realivycom/htdocs/blog/wp-content/plugins/cg-plugins/cg-feedread.php'); ?> I put those in my...

View Article

Beel on "CG feed read not working"

Use just the cg-feedread one and descrobe the error, if any.

View Article

cowpie on "CG feed read not working"

the page just tries to load and load and nothing happens, see for yourself: http://www.realivy.com/index2.php

View Article

Beel on "CG feed read not working"

Interesting. Well, since the page is in the root directory, use a relative path to cg-feedread. <?php require_once('blog/wp-content/...'); ?> if that doesn't work, post your index2 in pastebin.com

View Article


cowpie on "CG feed read not working"

didn't work http://pastebin.com/396739

View Article

Beel on "CG feed read not working"

http://pastebin.com/396767 Doh! The function returns the feed so you have to echo it (I was using it in conjunction with CG-QuickPHP in a page which echoes the result). Sorry about that :)

View Article


cowpie on "CG feed read not working"

frustratingly, using the HTML you pasted on pastebin did not work either. I get a 500 internal server error if I wait long enough.

View Article

Beel on "CG feed read not working"

Well it is frustrating and I am stumped. I just copied the source from the link, created a test.php file and ran it just fine on my site (changing "blog" to "wordpress" to match my WP location). Maybe...

View Article


cowpie on "CG feed read not working"

Ok thanks Beel. I truly appreciate your help.

View Article

TechGnome on "CG feed read not working"

Just out of curiosity, is the cg-feedread cache folder writable? -tg

View Article

cowpie on "CG feed read not working"

Yes, I had the permissions at 755 and 777, neither worked

View Article
Browsing all 30 articles
Browse latest View live




Latest Images