• Hello, Anraiki.

    I’ve just faced bug again (with Dumper :lol:). Yesterday, I’ve tried to upload my new chapter of my new series. But it says “slug already exists” though there’s no chapteres there!

    I think it’s this line in dumper.php

    if($wpdb->get_var("SELECT slug FROM ".$table." WHERE slug = '".$_CLEAN['slug']."' ") == $_CLEAN['slug'])

    If one of other series has a same slug with the new you’re gonna upload. It’ll be broken. So I add

    AND series_id = '".$_CLEAN['series_id']."'"

    to fix it for myself.

    Please don’t forget to fix this in your next update!

    https://www.ads-software.com/extend/plugins/kommiku/

Viewing 1 replies (of 1 total)
  • Plugin Author Anraiki

    (@anraiki)

    Thanks for the revision. I will do the update now. Expect the new release at the beginning of the new year.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Kommiku] Dumper Bug Report’ is closed to new replies.