Front End PM Pro causing date conflict With "Toolset" plugin


Home Forums Front End PM PRO Front End PM Pro causing date conflict With "Toolset" plugin

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6201
    Mads Andersen
    Participant

    Hello 🙂

    “Toolset”, a very important plugin for our site, and “Frond End PM Pro” together, are causing a problem with dates. But I need both plugins. How can I solve this?

    Frond End PM deactivated
    It’s showing the news with dates here: http://texoilcompany.dk/markedsnyt-nyheder/

    You can also see this image: “news-frontendpm-deactivated.jpg”

    Front End PM activated
    When I activate the plugin “Front End PM Pro” I get this error message.
    Warning: Missing argument 2 for fep_format_date(), called in /var/www/texoilcompany.dk/public_html/wp-includes/class-wp-hook.php on line 298 and defined in /var/www/texoilcompany.dk/public_html/wp-content/plugins/front-end-pm-pro/functions.php on line 568

    See image: “news-frontendpm-activated.jpg”

    Thanks for your time, please help us.
    Best regards
    Lykke

    Attachments:
    You must be logged in to view attached files.
    #6206
    Shamim Hasan
    Keymaster

    is “Toolset” is in wp repository? Please give me the link.
    ‘the_time’ is wp core filter and it has 2 arguments. So if any plugin use that they should provide 2 arguments but That plugin did not provide that. That plugin should correct that.

    I will also correct my code for this type of issue for those plugin which this hook use wrongly.

    You can temporarily correct code to use for now. go to front-end-pm-pro/functions.php and change fep_format_date( $date, $d ) to fep_format_date( $date, $d = '' )

Viewing 2 posts - 1 through 2 (of 2 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.