Author Topic: DB Error details inside  (Read 3711 times)

0 Members and 1 Guest are viewing this topic.

Offline Babybrit

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • BritneyInsider
DB Error details inside
« on: March 27, 2008, 04:00:31 AM »
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.cat_id = 1252 AND c.cat_id = i.cat_id ORDER BY image_name ASC LIMIT 0, 12
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/britney/includes/db_mysql.php on line 116

(thats the error as you can see if you go to the gallery the folder with open but no pictures come up I just wish to know if there is a patch or coding that needs to be fixed. If so how do I do it.)

http://www.britneyimages.com/categories.php?cat_id=1252   please see for your self at that link

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: DB Error details inside
« Reply #1 on: March 27, 2008, 05:42:36 AM »
hi britneyimages2,

here you can find infos about problems with msql5
http://www.4homepages.de/forum/index.php?topic=10184.15


Have you a 4images license? Can't find the copyright



KurtW

Offline Babybrit

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • BritneyInsider
Re: DB Error details inside
« Reply #2 on: March 27, 2008, 07:07:41 AM »
I'm not sure if we do or not trying to get a hold of Joost my co-owner he set this up on the site. I will log into the FXP & edit those pages & hope that it fixes the problem thank you for your reply.