Author Topic: Upload funzt net!!!  (Read 10138 times)

0 Members and 1 Guest are viewing this topic.

Offline Big_Fish

  • Newbie
  • *
  • Posts: 41
    • View Profile
Upload funzt net!!!
« on: May 03, 2002, 06:19:35 PM »
:twisted:

Wenn User Bilder hochladen, kommt "Erfolgreich". Das Bild ist dann auch per FTP zu sehen. Nur leider wird es nicht angezeigt. Man kann es weder freischalten noch checken.  8O

Offline Delirium

  • Newbie
  • *
  • Posts: 42
    • View Profile
Upload funzt net!!!
« Reply #1 on: May 03, 2002, 07:42:07 PM »
bei mir auch nicht habe aber rausgefunde das wenn ich zuerst auf bilder bearbeiten gehen --> suche -->Bearbeiten und dann die optionen Aktivieren und Kommentare erlauben auf ja setze geht es schlussendlich

sehr mühsam

Offline Big_Fish

  • Newbie
  • *
  • Posts: 41
    • View Profile
Upload funzt net!!!
« Reply #2 on: May 03, 2002, 07:50:53 PM »
Naja dann bekommt man ne fette Fehlermeldung  8O

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Upload funzt net!!!
« Reply #3 on: May 04, 2002, 09:36:05 AM »
Da habt Ihr Recht, ein kleiner Fehler welchen Ihr wie folgt beheben könnt:

Öffnet member.php und sucht diese 2 Zeilen (ca. Zeile 58 und 60):
Code: [Select]

$image_active = (isset($HTTP_POST_VARS['image_active']) && $HTTP_POST_VARS['image_active'] == 1) ? 1 : 0;

$image_allow_comments = (isset($HTTP_POST_VARS['image_allow_comments']) && $HTTP_POST_VARS['image_allow_comments'] == 1) ? 1 : 0;


diese ändert ihr zu:

Code: [Select]
$image_active = (isset($HTTP_POST_VARS['image_active']) && $HTTP_POST_VARS['image_active'] == 0) ? 0 : 1;

$image_allow_comments = (isset($HTTP_POST_VARS['image_allow_comments']) && $HTTP_POST_VARS['image_allow_comments'] == 0) ? 0 : 1;


@Big_Fish:
Was für eine Fehlermeldung bekommst Du denn?

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

Offline Delirium

  • Newbie
  • *
  • Posts: 42
    • View Profile
Upload funzt net!!!
« Reply #4 on: May 04, 2002, 10:46:04 AM »
ja so klappt es :D

vielen dank

Offline Big_Fish

  • Newbie
  • *
  • Posts: 41
    • View Profile
Upload funzt net!!!
« Reply #5 on: May 04, 2002, 11:36:44 AM »
SAFE MODE RESTRICTION IN EFFECT...

Und ich dachte Realmsoft wär gut  :evil:

Hmm und wie konvertiere ich gifs? Hab kein ImageMagick und GD kann das net, gell?  :twisted:

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Upload funzt net!!!
« Reply #6 on: May 04, 2002, 11:41:44 AM »
Quote from: Big_Fish
SAFE MODE RESTRICTION IN EFFECT...

Und ich dachte Realmsoft wär gut  :evil:

Tja, leider falsch gedacht.  :wink:

Quote from: Big_Fish
Hmm und wie konvertiere ich gifs? Hab kein ImageMagick und GD kann das net, gell?  :twisted:

Ja, GD unterstützt ab Version 1.6 keine Gifs mehr. Das hat patentrechtliche Gründe. Da musst Du wohl die Thumbnails lokal auf dem Rechner mit einem Grafikprogramm erstellen.

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

Offline Big_Fish

  • Newbie
  • *
  • Posts: 41
    • View Profile
Upload funzt net!!!
« Reply #7 on: May 04, 2002, 11:43:21 AM »
Kann man nicht nach dem Upload den Owner richtig setzen?