Author Topic: Fehler nach Serverumzug  (Read 1973 times)

0 Members and 1 Guest are viewing this topic.

Offline curious2004

  • Pre-Newbie
  • Posts: 4
    • View Profile
Fehler nach Serverumzug
« on: July 18, 2007, 08:46:55 PM »
Mein Provider hat meine bestehende Daten auf einen neuen Server mitgenommen.

Seit dem bekomme ich bei 4images folgende Fehelrmeldung:

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 NOT IN (0) AND c.cat_id = i.cat_id LIMIT 16612, 1
Unknown column 'i.user_id' in 'on clause'

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 = 207 AND c.cat_id = i.cat_id ORDER BY image_name ASC LIMIT 0, 30
Unknown column 'i.user_id' in 'on clause'

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

Weiß jemand ie lösung für dieses Problem?

manurom

  • Guest
Re: Fehler nach Serverumzug
« Reply #1 on: July 18, 2007, 08:51:07 PM »
Hello;
have a look at here: query problems with MySQL 5.0.x