• I just installed the IMM Glossary Plugin and it has crashed my site with the following error on homepage and admin:

    <blockquote>Query: INSERT INTOwp8020psl_posts(post_author,post_date,post_date_gmt,post_content,post_title,post_category,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count` ) VALUES ( ‘1’ , ‘2010-01-12 01:59:06’ , ‘2010-01-12 00:59:06’ , ‘[[[IMM-Glossary]]]’ , ‘IMM-Glossary’ , ‘0’ , ” , ‘publish’ , ‘closed’ , ‘closed’ , ” , ‘imm-glossary’ , ” , ” , ‘2010-01-12 01:59:06’ , ‘2010-01-12 00:59:06’ , ” , ‘0’ , ” , ‘0’ , ‘page’ , ” , ‘0’ )
    Error: Unknown column ‘post_category’ in ‘field list’`

    I only have 3 posts currently and minor tweaks to template so I could recover posts from MYSQL DB and reinstall WP – but quicker fix would be appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Apparently this only happens on some themes.

    There are a number of workarounds. One that works without editing the plugin.

    Select the WP default theme, the plugin should no longer be showing an error, add a term to the glossary, then reactivate your chosen theme. In theory the error should be gone.

    I’m using the getK2.com theme and it had your issue above and also the DHTML is not working either, which is what I really want. =-(

    HTH,
    =-)

    Or to edit the code, in the plugin find the file

    IMM-Glossary.php

    and comment out line 45

    'post_title'            => 'IMM-Glossary'           ,
                    //'post_category'         => 0                        ,
                    'post_excerpt'          => ''                       ,

    Then add one entry, and you can then remove the comment from the plugin and it should be working.

    =-)

    Glorious Day!

    I have repaired the IMM-Glossary DHTML for my k2 theme.

    It was a simple z-index fix on the plugin css sheet.
    plugins\IMM-Glossary\Style_Sheets\Style_Sheet.css

    If I’m feeling board later might try and find a php fix to the installation problem 😉

    .IMM_Glossary_-_Tool_Tip
        {
            background-color : #ffffff ;
            border : 1px solid #CE0200 ;
            margin : 15px ;
            width : 300px ;
    	z-index:99;
        }
    
        .IMM_Glossary_-_Tool_Tip .IMM_Glossary_-_H1
        {
            background-color : #CE0200 ;
            color : #ffffff ;
            display : block ;
            font-size : 15px ;
            font-weight : bold ;
            padding : 5px ;
            text-align : left ;
    	z-index:99;
        }
    
        .IMM_Glossary_-_Tool_Tip .IMM_Glossary_-_P
        {
            color : #000000 ;
            display : block ;
            font-size : 12px ;
            margin : 5px ;
            text-align : justify ;
    	z-index:99;
        }

    Enjoy!
    =-)

    Jandal

    (@jandal)

    Download the unofficial IMM-Glossary 3.0 with bug fix and new features.

    http://www.jamesturner.co.nz/2010/03/31/plugin-imm-glossary-3-0/

    =-)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘IMM Glossary Plugin has crashed site.’ is closed to new replies.