• Resolved EDAM

    (@redtofu)


    I am using Version 4.11.4 of the plugin, WP version 5.0.3. When I try to activate the plugin, I get that error above.

    The site works again after removing the plugin. It seems to fail on this server because activating it on my staging server works fine.

    I have both production and staging server PHP info if needed but didn’t feel it safe to post URLs here. If you can help, kindly reply and I can send those URLs over.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter EDAM

    (@redtofu)

    Error log showed this –
    PHP Fatal error: Call to undefined function wprss_display_feed_items() in /home/sitename.com/www/wp-content/themes/sitename/template-biz.php on line 37

    This is what line 37 is, any advice to resolve the issue is appreciated.

    <?php
    function wprss_display_feed_items( $args = array(
    ‘links_before’ => ‘<div class=”rssd”>’,
    ‘links_after’ => ‘</div>’,
    ‘link_before’ => ‘<p class=”ac”>’,
    ‘link_after’ => ‘</p>’,
    ‘limit’ => ‘5’,
    ‘source’ => ‘132’
    )) {};
    ?>

    Thank you

    Hi @redtofu !

    Thanks for contacting support!

    The error prompt you’ve shared points to a conflict with your theme file.

    You will need to correct the line in your theme file. You can also test for conflicts using the following: https://kb.wprssaggregator.com/article/143-how-to-test-for-plugin-andor-theme-conflicts

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Activate plugin = “500 error currently unable to handle this request”’ is closed to new replies.