• before upgrade to version 2.9.2, I used 2.8.5, and kommiku version 2.0
    I got no problem, then I got notification that there are new version of kommiku (2.04), and suddenly I can’t create new chapter (still can create new page). Unfortunately I was not make backup T_T .

    then I try to update the WP to 2.9.2, still got error.

    I try to create new chapter: “Beberapa Detik Penuh Keberanian” and chapter number is 579

    this is the error message:


    WordPress database error: [Unknown column ‘pubdate’ in ‘field list’]
    INSERT INTO wp_comic_chapter (title,number,summary,series_id,pubdate,slug) VALUES (‘Beberapa Detik Penuh Keberanian’,’579′,”,’3′,’2010-03-31 07:10:01 +0000′,’579′)

    please, need help! I have no idea about editing database (don’t understand at all)
    sorry for my suck english, and thanks for the help

    http://ww.wp.xz.cn/extend/plugins/kommiku/

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter d_ace_shines

    (@d_ace_shines)

    oh, I forgot to mention, after I got notification that there are new version of kommiku, I update it (automatically) and all the error started

    I am making quick fixes and at the moment, thing should work correctly. If the “chapter” creation error persist, upgrade to the latest 2.0.5

    go to settings and hit “Check tables” this will check your tables to see if everything is okay 🙂

    Thread Starter d_ace_shines

    (@d_ace_shines)

    to tell the truth, I don’t know how to update @_@ (no notification for new version yet)
    Then I try to backup 1st, and replace kommiku folder by the new one. then I hit “check tables”, and some notification said that “problem solved” or something like that.
    And I try to create new chapter, it works! but when I try to upload a page, no page can be viewed when I try to read online the chapter. no page can be read.
    I try to replace the kommiku folder with the old kommiku (2.04) once again, and it works normal again (I suppose the database has been fixed?)

    well, if you don’t mind, can you explain how to launch manual update?

    And I have some suggestion, can you make kommiku change the way to upload the page, chapter, or entire series? I mean, using ftp directly to the server, it’s ok if we must use some format(folder and page name, etc).
    I suggest this because it’s a bit frustating if I can only upload one by one, also, there are problem, when I upload page 1, and then upload page 3, then page 2 (1-3-2), on the reading sections the sequence will be ruined (it is follow the 1-3-2 sequence)

    again, sorry for my bad english, but thanks, your response sure are fast. I owe you a great debt. thanks!

    Thread Starter d_ace_shines

    (@d_ace_shines)

    there is something I forgot to write (again), the sequence error I said above, also happen on the chapter sequence (not only page)
    Hope you can fix it soon..

    One thing at a time buddy.

    What is the problem here?

    First, I see that the database got fix.
    But then it breaks the viewing of the pages.

    Next you put back in 2.0.4 and it fixes it again, but this time it is a permanent fix because 2.0.5 fixed the databases.

    About Manual updates, it would be to delete and reinstall the Kommiku plug-in folder. I don’t have patches.

    The feature to add many pages would take to long add. At the moment, I am working on other features such as Chapter Slugs and RSS Feeds. But not only that, I still have many bugs to crush… I think.

    As for the sequence, you can change that by changing the “Page Number” within the page. See here (which reminds me to add a very quick feature to both the Chapter and Page Listings).

    Thread Starter d_ace_shines

    (@d_ace_shines)

    wow sorry, I am too excited to using this plugin. yes, I use that page number, but this is what happen when I try to upload page 12 before page 11
    http://s237.photobucket.com/albums/ff282/d_ace_shines/?action=view&current=errorkommiku.jpg
    when people read the chapter online, they will go from page 10 to page 12 instead of page 11. This is not a big problem (I can handle it by upload on the good sequence), however, when the Internet connection here slow, I can’t upload more than one page at a time to save time (I can’t open many browser tab and upload image on each tab at the same time, as if the uploads not finished on the right sequence, the sequence will be messed up )

    Is this bug fixed on the newest version (2.09)? still, for me the only version works on my 2.9.2 WP was the 2.04. I upgrade to 2.09 and no page can be viewed. Maybe this problem supposed to be a bug, too?

    Thread Starter d_ace_shines

    (@d_ace_shines)

    and this is what happen with the chapter sequence (even if I create it on the right sequence) 574-573-575
    http://s237.photobucket.com/albums/ff282/d_ace_shines/?action=view&current=ErrorKommiku2.jpg
    I don’t know this information will help or not, but this error occur after I created chapter 578. before 578 created, chapter sequence were true.

    On 2.0.9 everythiing should be working.

    Have you tried backing up your files, then replacing everything with a fresh 2.0.9?

    don’t know why, i got this error msg after upgrading to 2.0.9

    Warning: include(/home/xxxxxx/public_html/xxxxxxx.com/wp-content/plugins/kommiku/themes/kommiku/body_chapter.php) [function.include]: failed to open stream: No such file or directory in /home/xxxxx/public_html/xxxxxxx.com/wp-content/plugins/kommiku/kommiku.php  on line 190
    
    Warning: include() [function.include]: Failed opening '/home/xxxxxx/public_html/xxxxxxx.com/wp-content/plugins/kommiku/themes/kommiku/body_chapter.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/xxxxxxx.com/wp-content/plugins/kommiku/kommiku.php on line 190
    Thread Starter d_ace_shines

    (@d_ace_shines)

    yes.. I am deleting all series and delete kommiku, and reinstalling my wordpress (reinstall automatically). Then I install the 2.09, and upload a page. but when I go to reading section, I only find blank page..

    I made a 2.0.10

    Small changes but I am hoping it will fix the include.

    Thread Starter d_ace_shines

    (@d_ace_shines)

    nothing change for me T_T
    I’m sorry to give you too much trouble T_T
    Is image size has nothing to do with this error? I’m editing the theme css a little so it can display bigger images (dynamic)
    this is my code, hope it can make the plugin better

    .column {
    float: left;
    width: 310px;
    margin-right: 20px;
    }

    .column h2 {
    margin: 0;
    }

    .column ul {
    padding-left: 25px;
    }

    .kommiku-bread {
    display: inline;
    }

    #page-img, .narrowcolumn {
    width: auto;
    }

    .narrowcolumn {
    margin: 15px auto;
    padding: 0;
    float: none;
    }

    #page-img {

    margin-top: 15px;
    }

    #imageWrapper {
    margin: 15px 0;
    }

    .manga-navi {
    text-align: center;
    }

    .previousLink {
    float: left;
    }

    .nextLink {
    float: left;
    display:inline;
    }

    I made an upgrade to 2.0.10
    but nothing change for me too, include error persists in manga page.

    Warning: include(/home/username/public_html/domain.com/wp-content/plugins/kommiku/themes/kommiku/body_index.php) [function.include]: failed to open stream: No such file or directory in /home/username/public_html/domain.com/wp-content/plugins/kommiku/kommiku.php  on line 221
    
    Warning: include() [function.include]: Failed opening '/home/username/public_html/domain.com/wp-content/plugins/kommiku/themes/kommiku/body_index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/domain.com/wp-content/plugins/kommiku/kommiku.php on line 221

    Regards

    @d_ace_shines, is wordpress installed in the root directory?

    @foel, I made a 2.0.11. Adding in “Missing” files.

    Thread Starter d_ace_shines

    (@d_ace_shines)

    I update to 2.0.11 and everything works great! the sequence fixed, though good upload sequence still needed(wrong upload=wrong sequence). thanks 😀

    I have a suggestion (again). if it is take too long time to make the plugin able to upload via ftp, how about make it able to upload a chapter (pages) in one page? maybe there are more than one upload button on a page, together with the permalink and page number?

    Still, the 2.0.11 works great, and thanks for the update! hope my suggestion give you more inspiration 😀

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

The topic ‘[Plugin: Kommiku] Error when creating chapter’ is closed to new replies.