Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tosend.it

    (@tosendit)

    Hi Giulio,
    the problem is due to the function dateAdd() (in the file tosendit-pa.php) that is used by PAFacile that founds another function with the same name (in somewhere/functions.inc.php ). I suggest you to check if both the functions are equivalente (or at least compliant) to add the following check before both ones:

    if(!function_exists('dateAdd')){
    function dateAdd(....){
    ... here goes function block ...
    }
    }

    Plugin Author tosend.it

    (@tosendit)

    Hi Giulio,
    the problem is due to the function dateAdd() (in the file tosendit-pa.php) that is used by PAFacile that founds another function with the same name (in somewhere/functions.inc.php ). I suggest you to check if both the functions are equivalent (or at least compliant) to add the following check before both ones:

    if(!function_exists('dateAdd')){
    function dateAdd(....){
    ... here goes function block ...
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error’ is closed to new replies.