Author Topic: Fehlermeldung nach Serverumzug  (Read 4849 times)

0 Members and 1 Guest are viewing this topic.

Offline Buster

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Fehlermeldung nach Serverumzug
« on: August 20, 2009, 02:29:47 PM »
Hi miteinander, vielleicht ist es ja eine Kleinigkeit: Nach dem Serverumzug (zum Glück noch in der nicht öffentlichen Testphase) bekomme ich folgende Fehlermeldung:

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, 589, 270, 220, 41, 16, 47, 571, 14, 3, 369, 43, 572, 53, 549, 217, 51, 56, 46, 201, 602, 62, 5, 57, 69, 366, 13, 203, 237, 208, 596, 222, 264, 373, 583, 492, 600, 388, 311, 267, 271, 190, 280, 568, 293, 570, 405, 310, 335, 336, 355, 484, 356, 383, 510, 392, 416, 520, 426, 207, 427, 437, 444, 455, 466, 474, 504, 566, 576, 593) AND c.cat_id = i.cat_id LIMIT 30838, 1
Unknown column 'i.user_id' in 'on clause'

Irgendeine Idee, was da nicht stimmt?

Lieben Gruß und danke schon mal,
Reiner


Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.808
  • I ♥ 4I
    • View Profile
Re: Fehlermeldung nach Serverumzug
« Reply #1 on: August 20, 2009, 02:45:04 PM »
Da fehlen die Tabellen die dort angegeben sind, denke ich mal!

Offline Buster

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: Fehlermeldung nach Serverumzug
« Reply #2 on: August 20, 2009, 03:21:55 PM »
Ne, das kann eigentlich nicht sein. Habe aber gerade gesehen, dass ich versehentlich unvollständig kopiert habe:
Vor dem Login:
-----------
 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, 589, 270, 220, 41, 16, 47, 571, 14, 3, 369, 43, 572, 53, 549, 217, 51, 56, 46, 201, 602, 62, 5, 57, 69, 366, 13, 203, 237, 208, 596, 222, 264, 373, 583, 492, 600, 388, 311, 267, 271, 190, 280, 568, 293, 570, 405, 310, 335, 336, 355, 484, 356, 383, 510, 392, 416, 520, 426, 207, 427, 437, 444, 455, 466, 474, 504, 566, 576, 593) AND c.cat_id = i.cat_id LIMIT 33141, 1
Unknown column 'i.user_id' in 'on clause'
--------
nach dem Login:
------------
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 19484, 1
Unknown column 'i.user_id' in 'on clause'
----------

Gruß,
Reiner

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Fehlermeldung nach Serverumzug
« Reply #3 on: August 20, 2009, 03:28:59 PM »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Buster

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: Fehlermeldung nach Serverumzug
« Reply #4 on: August 20, 2009, 04:09:40 PM »
Mensch, danke für den Link!!
Das war's schon - habe das Perl-script laufen lassen in den drei  Verzeichnissen und alles funktioniert! Ich habe soviel an meiner Site herumgebastelt und diverse Mods installiert, dass ich ein Upgrade von 1.71 auf 1.77 scheue.
Lieben Gruß,
Reiner