Author Topic: Problem mit Thumb-Erstellung  (Read 4156 times)

0 Members and 1 Guest are viewing this topic.

Offline MGrade

  • Pre-Newbie
  • Posts: 4
    • View Profile
Problem mit Thumb-Erstellung
« on: August 09, 2005, 03:12:37 PM »
Hallo,
ich habe ein dringendes Problem bezüglich der Thumb-Erstelliung ! Bis vor ca. 3 Wochen ging alles ohne Problem, ZLIB ist aktiviert,als Modul ist GD Bibliothek ausgewählt. Neuerdings geschieht entweder bei  Aufruf "Auto-Thumbnailer" GAR NICHTS und wenn ich bis zum Klick auf "Thumbs erstellen" komme, dann folgt eine leere Seite und es wird kein einziges Thumb erstellt!!! Wie gesagt, bis vor kurzem ging es noch und es wurde am Server nichts verändert!
Bitte um HILFFEEEEEEEE, Gruß M.Grade

Offline MGrade

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Problem mit Thumb-Erstellung
« Reply #1 on: August 12, 2005, 06:31:42 PM »
Hallo Admins,
wollt oder könnt ihr nicht helfen? Finde den Support hier ja sehr mäßig.
Gruß M.Grade

Offline WebBird

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Problem mit Thumb-Erstellung
« Reply #2 on: September 16, 2005, 11:19:14 AM »
Ich hatte das Problem mit ImageMagick. Da wird eine nicht existierende Funktion aufgerufen, um zu prüfen, ob das angegebene Executable existiert.

Um das zu beheben, in der includes/image_utils.php ab Zeile 40:

Code: [Select]
    if (!@is_executable($convert_options['convert_path'])) {
      $convert_options['convert_error'] = "<b class=\"marktext\">".$lang['im_error']."</b><br />\n".$lang['check_module_settings'];
    }

ersetzen durch

Code: [Select]
    if (!@check_executable($convert_options['convert_path'])) {
      $convert_options['convert_error'] = "<b class=\"marktext\">".$lang['im_error']."</b><br />\n".$lang['check_module_settings'];
    }

Danach klappte es bei mir dann problemlos. (Version 1.7.1)

Gruß, WebBird

---
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: Problem mit Thumb-Erstellung
« Reply #3 on: September 16, 2005, 01:16:28 PM »
Code: [Select]
Bis vor ca. 3 Wochen ging alles ohne Problemnun es ist einfach - was hast du getan vor 3 wochen? oder was wurde am Server gemacht?
es ist so in der informatik - vom nichts tun geschieht auch nichts!

gruss
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods