1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Dismiss Notice
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 Missing Prefix At Dbtechgallerypro Importer

Discussion in 'Bug Reports' started by K a M a L, Aug 30, 2018.

  1. K a M a L

    K a M a L New Member

    I got a minor bug while importing DBTechGalleryPro From vBulletin
    Thought it is better to report
    at method stepAlbums
    Code:
    SELECT cat.*, image.catid
                        FROM ' . $prefix . 'dbtech_gallery_categories AS cat
                        LEFT JOIN dbtech_gallery_images AS image
                        ON (cat.catid = image.catid)
                        WHERE image.catid > 0 and image.albumid = 0
                        GROUP BY image.catid
    
    table dbtech_gallery_images missing the prefix causing MySQL error
     
  2. sonnb

    sonnb Administrator Staff Member

    Thanks for your report. I will fix it.
     

Share This Page