Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mohan Chevuri

    (@mchev2)

    Thanks for catching it. PHP documentation has the below line.

    Note: implode() can, for historical reasons, accept its parameters in either order. For consistency with explode(), however, it may be less confusing to use the documented order of arguments

    That is why it is working without any issues on our setup. Which version of PHP do you have? As the note about consistency says, I will think about changing the order in the next version.

    The same problem:
    Warning: implode() [function.implode]: Invalid arguments passed in /home/panograf/povidom.net/www/wp-content/plugins/widget-logic-by-path/widget_logic_by_path.php on line 84
    Version of PHP 5.3 – recomended by provider as a stable version, also have 5.2, 5.4, 5.5 (beta).
    Thanks.

    Plugin Author Mohan Chevuri

    (@mchev2)

    I will release an update, but adding the below line should fix the warning.

    In file “wp-content/plugins/widget-logic-by-path/widget_logic_by_path.php” add the below line right after the line “private function regex_check($values){“.

    $patterns = array();

    Thank You very much! Now all works perfectly!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘implode arg needs array’ is closed to new replies.