Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1556
    dcsenterprise
    Participant

    I’m trying to use another plugin that will generate a google map.
    When trying to install your plugin I get this error:

    Fatal error: Cannot redeclare generate_map() (previously declared in /home/southful/public_html/wp-content/plugins/bepro-listings/bepro_listings_frontend.php:148) in /home/southful/public_html/wp-content/plugins/contempo-reviews/includes/testimonial_shortcodes.php on line 141

    Can you possible help me resolve this issue?
    Thank you so much!

    #1557

    Hi,

    That’s a php issue. Both plugins have a function with the same name that’s not encased/protected by a class. You can try doing a string replace for one of the plugins, renaming the function to something else. That obviously creates a situation where that plugin cannot be updated again.

    Good luck
    ___
    BePro Software Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.