Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • cyclist87 Friend
    #877759

    Hi,

    The slideshow module can’t be edit anymore… ?

    Error An error has occurred. 1146 Table 'lachanceme.luck_k2_categories' doesn't exist SQL=SELECT m.* FROM luck_k2_categories m WHERE trash = 0 AND m.published = '1' ORDER BY parent, ordering

    pavit Moderator
    #877862

    Hi there

    I fixed it , i executed a MySql query to add the K2_categories missing

    CREATE TABLE luck_k2_categories (
    id int(11) UNSIGNED NOT NULL,
    name varchar(255) NOT NULL,
    alias varchar(255) NOT NULL,
    description text NOT NULL,
    parent int(11) DEFAULT ‘0’,
    extraFieldsGroup int(11) NOT NULL,
    published smallint(6) NOT NULL DEFAULT ‘0’,
    access int(11) NOT NULL DEFAULT ‘0’,
    ordering int(11) NOT NULL DEFAULT ‘0’,
    image varchar(255) NOT NULL,
    params text NOT NULL,
    trash smallint(6) NOT NULL DEFAULT ‘0’,
    plugins text NOT NULL,
    language char(7) NOT NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

    Your Ja Slideshow it is working now , you should to configure it again for your image folders

    Best regards

    cyclist87 Friend
    #878164

    Thanks,

    do you know why the K2_categories end up missing ?? I didn’t touch anything…
    What would I need to do on other site using the same template if that happens again ?

    pavit Moderator
    #878302

    do you know why the K2_categories end up missing ??
    To be honest i haven’t investigated on the reason.

    What would I need to do on other site using the same template if that happens again ?
    You can solve in the way i showed above or install K2 component and then remove it in this way it remove data from #_assets database table.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 8 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum