Do you have any plans to provide further support, especially compatibility to php 7.0?
Regarding this line?
/wp-content/plugins/copyfeed/copyfeed.php
753 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
When I edit the copyright notice and press “Update Options” I get this message: “You do not have sufficient permissions to edit plugins for this blog.”
I am logged in as an Administrator. What might be the problem? Un and reinstalling doesn’t help. Can’t delete options either (leads to the same not sufficient permissions error ).
The plug works otherwise fine. I haven’t changed the copyright notice for a while (a few years I presume).
]]>The related posts links are linking to non posts, seen this in other plugins that are years old, the problem is the database table that holds the posts and pages also holds revisions of posts and some plugins add their own post types. This wasn’t an issue years ago (before revisions), so wasn’t an issue when this plugin was created.
Very easy fix, specify the item pulled must be a post or page, code fix below, I also add post_status is published as well.
. "AND (post_type = 'post' OR post_type = 'page') "
. "AND post_status = 'publish' "
Add to copyfeed.php here
// Primary SQL query
$sql = "SELECT ID, post_title, post_content,"
. "MATCH (post_name, post_content) "
. "AGAINST ('$terms') AS score "
. "FROM $wpdb->posts WHERE "
. "MATCH (post_name, post_content) "
. "AGAINST ('$terms') "
. "AND post_date <= '$now' "
. "AND (post_status IN ('publish', 'static') "
. "AND (post_type = 'post' OR post_type = 'page') "
. "AND post_status = 'publish' "
. "AND ID != $post->ID) ";
This will stop links to revisions etc… otherwise you’ll find backlinks to pages that don’t exist and get a bunch of 404 errors in Google Analytics.
If you have “Include similar content in feed?” ticked check your sites article feed, hover over the related links and you’ll find some will link to number URLs (these are revisions), some might lack anchor text. The above fixes this. You can also have this issue when you have Custom Menus, the links are stored in the same table and the slug can be generated by the title of the link rather than the actual posts slug.
Great plugin BTW, I use it for gaining backlinks from autobloggers etc…
David
]]>With this plug in i had the issue, that my wordpress backend became extremly slow. Load time was around 10 sec(!). I resolved the problem by deaktivating the following options “display contentstealers on Dashboard” and “search for digital fingerprint to find potential contentstealers”.
]]>Hi,
in the plugin’s settings there’s a field for adding a digital fingerprint, but I have neither in the description, nor here, nor at your website found any hint, where to generate such a fingerprint ID.
Can you please help me?
Thanks!
Anyone else notice this is not working in 3.3?
Anyone have a fix?
Thanks!
This plugin is crap! The settings panel doesnot work, i.e. I could not update or save my changes.
In addition many of the features are not explained, and the admin panel is difficult to use. There is no english translation on the website, and what is translated is poorly written and does nothing to clarify.
This pluign was designed by a programmer, and is obviously not for the average user. Waste of time and very irritating!
]]>Backend:
Notice: Undefined variable: fbcf_nonce in /www/htdocs/****/wordpress/wp-content/plugins/copyfeed/copyfeed.php on line 306
Frontend:
Hallo Welt!
Publiziert am 26. Februar 2011 von testadmin
Notice: Undefined index: REMOTE_HOST in /www/htdocs/****/wordpress/wp-content/plugins/copyfeed/copyfeed.php on line 828
]]>i have 2.9.1 and it is not working so i figure it wont work with anything above that.
We need a feed editor plugin
to add copyrights and advertisments
none of them seem to work anymore
but i am still looking