urbelab
Member
Posted 4 years ago #
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?
jstride
Member
Posted 4 years ago #
Just had the same problem. Find line 204 in plugins/indigestion/indigestion.php
Change it from:
$indigestion_filename = __FILE__;
to
$indigestion_filename = basename(__FILE__);
urbelab
Member
Posted 4 years ago #
@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.
urbelab
Member
Posted 4 years ago #
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?
Three-Star Dave
Member
Posted 4 years ago #
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?