Author Topic: Kleines problem!  (Read 7293 times)

0 Members and 1 Guest are viewing this topic.

Offline Fatte

  • Pre-Newbie
  • Posts: 3
    • View Profile
Kleines problem!
« on: May 06, 2002, 07:10:18 PM »
Hallo erst mal und ein grosses lob das script ist echt gut!
Nun zu meinem problem, wenn ich die php dateien der
version 1.5 auf mein server uppen will sagt er mir bei jedem php:

150 Opening ASCII mode data connection for beispiel.php.
226-WARNING! 143 bare linefeeds received in ASCII mode
File may not have transferred correctly.


Ich weiss ja nicht ob ich jetzt nur ein kleinen ausetzer habe,
oder obs an dem script liegt. Für hilfe wäre ich wirklich dankbar.

Danke schon mal .... Fatte

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Kleines problem!
« Reply #1 on: May 06, 2002, 07:19:36 PM »
Was für ein FTP-Programm benutzt Du? Läuft das Script denn oder nicht?

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Fatte

  • Pre-Newbie
  • Posts: 3
    • View Profile
Kleines problem!
« Reply #2 on: May 06, 2002, 07:40:02 PM »
Ich habe es mit smartFTP probiert und mit WS-Ftp Pro bei beiden programmen das gleiche problem....  
So weit ich sehen kann läuft das script aber wohl, habe allerdings eine fette sql fehlermeldung im header:

DB Error: Bad SQL Query: SELECT DISTINCT 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,
u.user_name, c.cat_name FROM 4images_images i, 4images_users u,
4images_categories c WHERE i.image_active = 1 AND i.cat_id NOT IN (0)
AND u.user_id = i.user_id AND c.cat_id = i.cat_id ORDER BY RAND()
You have an error in your SQL syntax near 'RAND()' at line 4


Wenn du mir da vieleicht noch behilflich sein köntest?!? :)

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Kleines problem!
« Reply #3 on: May 06, 2002, 07:48:30 PM »
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Fatte

  • Pre-Newbie
  • Posts: 3
    • View Profile
Kleines problem!
« Reply #4 on: May 06, 2002, 08:07:05 PM »
Vielen dank für die schnelle hilfe! :)