Viewing 2 replies - 1 through 2 (of 2 total)
  • @piet – I had the same issue, its your PHP version i believe. Here is what i did to fix it, seems to work so far…

    Line 256, remove the “&”

    $post = &get_post($id);

    should be

    $post = get_post($id);
    Thread Starter Pieter Bos

    (@senlin)

    Thanks @bajere I will try that out next time I need this plugin 🙂

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