After WassUp update RSS feed does not validate.
My version is 1.7
After WassUp update RSS feed does not validate
(6 posts) (4 voices)-
Posted 1 year ago #
-
Thanks for telling us about this! It seems a PHP warning message is getting into the feed and messing up the XML structure. We will fix it ASAP.
-Helene D.
http://www.techfromhel.comPosted 1 year ago # -
This maybe help:
# <b>Warning</b>: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 14 in <b>/var/www/web1030/html/gutschein/wp-content/plugins/wassup/wassup.php</b> on line <b>2782</b>
#Posted 1 year ago # -
Thanks machIT.
You can fix the RSS validation problem by going to Wordpress Plugin Editor, select "WassUp", arrow down to line #2782 and comment out lines 2782 through 2784. ex:
`// } elseif (preg_match('/select*( |%20|+|%#32;)from( |%20|+|%#32;)wp_/i',$ua)>0) {
// $crawlertype = "H";
// $crawler = "Script Injection bot";`A revised version of WassUp 1.7 that includes this bug fix will be released soon.
Posted 1 year ago # -
Okay guys, putting the RSS validation problem aside, I have have something to ask.
I have this tiny bit problem stuck here. See, I have finished my RSS feed, tested it and all works perfectly, but when I remove an article from my feed it still showed in the reader. How do i get the reader to see the article is no longer part of the feed. Any ideas what's wrong?
http://www.rsschannelwriter.com/Posted 6 months ago # -
Nothing is wrong. New "readers" will retrieve your updated feed. But readers that already got your old feed will still have it. What was read cannot be un-read.
Posted 6 months ago #
Reply
You must log in to post.