Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Whoops, this looks like a bug in the code. If you’re comftable with editing PHP plugin files, you can change the call to export_snippet() at that file and line to export_snippets() (just add the s). I will also release a fix soon.

    Thread Starter walking_machine

    (@walking_machine)

    BTW, line 160 reads:

    export_snippet( $_POST[‘snippet_id’] );

    Plugin Author Shea Bunge

    (@bungeshea)

    Yep, you can change that to export_snippets( $_POST['snippet_id'] ); to get it working again.

    Thread Starter walking_machine

    (@walking_machine)

    hi, i know absolutely nothing about php, php coding nor with editing php plugin files or the like, but if it’s as easy as slotting in an “s” where you say, then that seems pretty simple enough to me! and thanks for your quick reply!!

    Thread Starter walking_machine

    (@walking_machine)

    i’ve done it now, and it works. thank you.

    Plugin Author Shea Bunge

    (@bungeshea)

    This should be fixed in version 2.2.3.

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

The topic ‘Fatal error: Call to undefined function export_snippet()’ is closed to new replies.