• Hi
    I’ve just installated Indigestion Plugin . I’ve mod file indigestion.php but when I try to active plugin I’receive this message “Fatal error: Cannot redeclare indigestion_settings() (previously declared in /home/urbelab/public_html/wp-content/plugins/indigestion/indigestion.php:34) in /home/urbelab/public_html/wp-content/plugins/indigestion/indigestion.php on line 99.

    Someone can help me?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Just had the same problem. Find line 204 in plugins/indigestion/indigestion.php

    Change it from:

    $indigestion_filename = __FILE__;

    to

    $indigestion_filename = basename(__FILE__);

    Thread Starter urbelab

    (@urbelab)

    @jstride
    Thanks for your suggestion.
    I have modified the code as you have said to me. Now I must only attend that the sites from which I would want to take the RSS create new post.
    As soon as I succeed to verify the perfect operation I will write here another time.

    Thread Starter urbelab

    (@urbelab)

    Unfortunately it doesn’t work. Change suggested from @jstride it’s ok and now plugin does not generate the error but the post does not come created from 3 days although the blog of reference they are dawned.
    Some plugin in alternative o someone that use this without problems?

    Same issues here. Anyone have either an idea or something better?

    just got the same error also. lookin at it. maybe email the author.

    I have the same error.

    Hopefully the creator of the plugin has an idea. Or someone else?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[ Plugin: Indigestion ] Fatal Error’ is closed to new replies.