Getting this error whenever I try changing the catalogue!

Results 1 to 5 of 5
  1. #1
    Sorcerer Supreme tomsandz is offline
    Member +Rank
    Nov 2012 Join Date
    EnglandLocation
    272Posts

    Getting this error whenever I try changing the catalogue!



    This happens when I add catalog_items_copy, catalog_pages and item_Base in R63B.

    help1?!?!


  2. #2
    Gaby is offline
    Grand MasterRank
    Apr 2013 Join Date
    Viva HollandiaLocation
    1,607Posts

    Re: Getting this error whenever I try changing the catalogue!

    Search in catalog_items_copy/catalog_pages/items_base for a column called badge, delete that column.

  3. #3
    Sorcerer Supreme tomsandz is offline
    Member +Rank
    Nov 2012 Join Date
    EnglandLocation
    272Posts

    Re: Getting this error whenever I try changing the catalogue!

    Quote Originally Posted by BaasHotel View Post
    Search in catalog_items_copy/catalog_pages/items_base for a column called badge, delete that column.
    Is no column called badge.

    Why is it saying there is a column named badge when there isnt?!!?!?!?!
    Last edited by tomsandz; 17-06-13 at 09:48 PM.

  4. #4
    Sorcerer Supreme Dokotrs is offline
    Member +Rank
    Nov 2011 Join Date
    345Posts

    Re: Getting this error whenever I try changing the catalogue!

    Just run this query :)
    ALTER TABLE catalog_items_copy ADD `badge` varchar(25) NOT NULL DEFAULT '';

  5. #5
    Sorcerer Supreme tomsandz is offline
    Member +Rank
    Nov 2012 Join Date
    EnglandLocation
    272Posts

    Re: Getting this error whenever I try changing the catalogue!

    Quote Originally Posted by Dokotrs View Post
    Just run this query :)
    Thank you SO MUCH!



Advertisement