What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Fixed Tables Missing

Discussion in 'Bug Reports' started by asterix23, Aug 24, 2013.

  1. asterix23

    asterix23 New Member

    Hi

    I did a fresh install of the latest version of sonnb - XenGallery, but I have 2 tables missing on Mysql?
    sonnb_xengallery_photo_camera and sonnb_xengallery_location

    I'm trying to add theses tables by my self, but I get this error
    Code:
    CREATE TABLE `sonnb_xengallery_photo_camera` ( `camera_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `photo_id` int(10) unsigned NOT NULL DEFAULT '0', `camera_name` varchar(255) NOT NULL, `camera_url` varchar(255) NOT NULL, PRIMARY KEY (`camera_id`), KEY `camera_name` (`camera_name`) USING BTREE, KEY `photo_id` (`photo_id`) USING BTREE, KEY `photo_id_camera` (`photo_id`,`camera_url`) USING BTREE, KEY `camera_url` (`camera_url`) ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
     
  2. sonnb

    sonnb Administrator Staff Member

    Just want to make note that this issue was addressed for old MySQL version.
     

Share This Page