myrwpgoups
Member
Posted 2 years ago #
YARPP seems to break certain admin screens, e.g. when I try to post or edit a new post and click on 'update', the following error message appears:
Warning: Cannot modify header information - headers already sent by (output started at /home/michaelk/public_html/humourless/wp-content/plugins/coins-metadata/coins-metadata.php:35) in /home/michaelk/public_html/humourless/wp-includes/pluggable.php on line 868
This error message started to appear after I installed YARPP and it disappears when I disable it, so it is definitely YARPP related.
Thanks,
Michael
@myrwpgoups the error you're getting might happen if some other text is being printed first. Can you try to "view source" on that page from your browser? Is there some PHP error being printed?
Otherwise, YARPP shouldn't be printing anything on those pages so I'm very surprised to hear this.
myrwpgoups
Member
Posted 2 years ago #
Thanks! When you write "Can you try to "view source" on that page from your browser?", what exactly do you mean by "that page"? The edit post page, the error page, or the resulting post itself?
Thanks,
Michael
The page where you are seeing errors.
myrwpgoups
Member
Posted 1 year ago #
Because I couldn't get things to work well I deleted YARPP from my blog. I now reinstalled it, but instead of the error message I mentioned earlier, I now get a 500 (internal server) error. Things work well after deactivating YARPP, so it is definitely related to the plugin.
Thanks,
Michael
@myrwpgoups I'm thinking this must be a plugin incompatibility. YARPP doesn't do things like modify the htaccess or Apache Rewrite statements which are the number 1 cause of 500 errors.
Since I've never seen YARPP cause a 500 error before, I'm not sure what would be beneficial to check. Perhaps your hosting can provide you with a PHP error log for that time period. If YARPP is producing some errors, I'd be very interested in taking a look at that.
myrwpgoups
Member
Posted 1 year ago #
From the php error log:
[07-Jun-2010 23:28:14] PHP Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/michaelk/public_html/humourless/wp-content/plugins/yet-another-related-posts-plugin/includes.php on line 85
[07-Jun-2010 23:28:14] PHP Warning: Invalid argument supplied for foreach() in /home/michaelk/public_html/humourless/wp-content/plugins/yet-another-related-posts-plugin/includes.php on line 85
[07-Jun-2010 23:28:14] PHP Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/michaelk/public_html/humourless/wp-content/plugins/yet-another-related-posts-plugin/includes.php on line 89
[07-Jun-2010 23:28:14] PHP Warning: Invalid argument supplied for foreach() in /home/michaelk/public_html/humourless/wp-content/plugins/yet-another-related-posts-plugin/includes.php on line 89
Hope this helps.
Thanks again,
Michael
@myrwpgoups this is very very strange, as it's saying a variable which I have just initialized as an array is not an array.
What version of PHP is this? Is this the latest version (3.1.8) of the plugin?
myrwpgoups
Member
Posted 1 year ago #
Yes, it's v. 3.1.8. of YARPP. PHP v. 5.2.11.
Thanks,
Michael
ShaolinTiger
Member
Posted 1 year ago #
I tried to use YARPP on a new site I'm working on, rather than the ancient related posts plug I've been using, but it completely borked it.
Every time I created a new post it also created a draft so I had endless duplicate posts and it made post editing and generally saving anything in WordPress hideously slow.
I'd be very careful with it.
myrwpgoups
Member
Posted 1 year ago #
@mitchoyoshitaka I found the problem! As you correctly surmised, it was a plugin incompatibility (with the Share and Follow plugin). In fact YARPP was not the only plugin having the problem. The (very responsive) developer of S&F has released a new version that resolved the issue. Thanks for your help!
Cheers,
Michael
@ShaolinTiger The drafts being created is something I've never seen happen or even heard of before. I suspect it's a plugin incompatibility, but what version of WP was that?
@myrwpgoups That's great news! Thanks for letting me know.
Hi all— I believe I may have figured out the issue and fixed it in this new beta:
http://downloads.wordpress.org/plugin/yet-another-related-posts-plugin.zip
If any of you can test out this new build, I would appreciate it! :)
davefinmarketing
Member
Posted 1 year ago #
I installed this plugin and it appears to have killed my homepage. I can access other pages thorugh links but nothing from the main domain host page [davefinmarketing.com] which should return my recent posts but instead returns a blank page..what went wrong?
Using latest update 3.1.1 wp
Latest update 3.2.2 YARRP
Dave, YARPP by default will not add any code to the home page, so I'd be surprised if this is a YARPP interaction. Try removing the YARPP plugin code from wp-content/plugins to force it to deactivate.
davefinmarketing
Member
Posted 1 year ago #
Hi Mitcho,
It turns out that the Share and Follow plugin was responsible...got everything as it were now...
Dave, okay. Thanks for letting me know.