• Well, i’m not sure how much of a fix this is but it works for me. At least, I don’t get the errors anymore.

    The file you need to edit is
    wordpress/wp-content/plugins/feedwordpress.php


    2364,2375c2364
    < TRIM(LCASE(user_firstname)) = TRIM(LCASE('$author')) OR
    < TRIM(LCASE(user_nickname)) = TRIM(LCASE('$author')) OR
    < TRIM(LCASE(user_nicename)) = TRIM(LCASE('$nice_author')) OR
    < TRIM(LCASE(user_description)) = TRIM(LCASE('$author')) OR
    < (
    < LOWER(user_description)
    < RLIKE CONCAT(
    < '(^|\n)a.k.a.( |\t)*:?( |\t)*',
    < LCASE('$reg_author'),
    < '( |\t|\r)*(\n|$)'
    < )
    < )
    ---
    > TRIM(LCASE(user_nicename)) = TRIM(LCASE('$nice_author'))
    2385,2386d2373
    < user_firstname='$author',
    < user_nickname='$author',
    2388d2374
    < user_description='$author',

Viewing 3 replies - 16 through 18 (of 18 total)
  • cranker

    (@cranker)

    This sounds like it could be a start. Any ideas about which companies or any potential workarounds.

    cranker

    (@cranker)

    If anyone is interested, after days of working on this, I think the easiest solution for anyone experiencing this problem is to register your wordpress feed that is on a subdomain with feedburner and then point feedwordpress to the feedburner link.

    The root of the problem seemed to stem with apache rewrites, wordpress and feedwordpress. It was pointless to work it all out at the lower level when there was a quick fix anyway.

    wordpressmark

    (@wordpressmark)

    Hello Everyone,

    I have read through all of this and I am delighted to find all the help.

    I have two questions:

    1.
    I want to run a cron job in order to update my feeds. What command shold I type into my cron job for this?

    2.
    Where can I go to get feeds? I have never used an agrigator site before.

    I want to pull articles that are all related to employment issues.

    Thank you,

    Mark

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Diff for a Wp 2.0 compatible plugin – Feedwordpress’ is closed to new replies.