Author Topic: error with auto thumbnailer "line 89"  (Read 20033 times)

0 Members and 1 Guest are viewing this topic.

Offline icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #15 on: November 26, 2005, 02:04:42 PM »
i forgot to say that the same error shows up when using the auto resize function in 4images

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: error with auto thumbnailer "line 89"
« Reply #16 on: November 26, 2005, 04:48:36 PM »
lies bitte mein vorletztes Posting in diesem Thread...

Offline icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #17 on: November 26, 2005, 04:56:03 PM »
die phpinfo.php hab ich schon hochgeladen, wollte dir die URL aber bitte gerne per PM senden, wenn möglich

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: error with auto thumbnailer "line 89"
« Reply #18 on: November 26, 2005, 05:19:23 PM »
ja mach das...

Offline icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #19 on: November 26, 2005, 05:33:30 PM »
bitte kurz eine Frage zum ACP: - will dazu keinen extra Thread aufmachen -

warum werden in den Settings Einstellungen ignoriert?
z.B. habe ich bei (Upload Settings) Max. image width/high in pixel 400 eingestellt, bekomme aber das spätere Bild immer in seiner vollen 500er Schönheit auf dem Schirm präsentiert, wenn ich ein Bild via "check new images" hochlade. Warum?

und ja, ich habe ganz sicher "save changes" am Ende meiner vorgenommenen Einstellungen gedrückt  :wink:

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: error with auto thumbnailer "line 89"
« Reply #20 on: November 26, 2005, 05:40:27 PM »
safe_mode   On   On

Dein Safe Mode ist an und daher funzt das mit den Bildern nicht, suche mal im Forum den Mod dazu...

Bilder werden beim Upload nicht automatisch verkleinert, dafür gibt es aber auch einen Mod von V@no, einfach mal die Links in seiner Singatur durchschauen...

Offline icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #21 on: November 26, 2005, 06:07:22 PM »
dankeschön - aber ich kann ums Verr... (sorry) den Mod nicht finden, der hier bei mir anzuwenden wäre. Brauche Hinweis bitte.

Den Mod von V@no werd ich hoffentlich selbst finden. vielen Dank!

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: error with auto thumbnailer "line 89"
« Reply #22 on: November 26, 2005, 06:41:17 PM »

Offline icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #23 on: November 26, 2005, 07:06:08 PM »
merci!

Offline icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #24 on: November 27, 2005, 11:13:10 AM »
SAFE MODE MOD
hab alles eingebaut. aber jetzt gibt es scheinbar ein problem. so wie's aussieht, hat mein Server eine dynamische IP, d.h. ich kann die Addresse des FTP-Servers nicht mit einer IP angeben (wie es in dem Script verlangt wird). Was tun? einfach ftp://www.meine-domain.de eingeben?

Offline rupek

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #25 on: November 27, 2005, 08:36:07 PM »
In my opinion, this is neither case of permissions nor Safe Mod.
Try to put "touch($dest); " on line before "$image_handle($thumb, $dest, $quality);" in the file includes/image_utils.php.
In my case it was line 79, in your it seems like 89.

It should look like this:

touch($dest);
$image_handle($thumb, $dest, $quality);

Offline icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #26 on: November 27, 2005, 09:56:32 PM »
@rupek
YOU ARE A GENIUS! It works! Perfect! Thanks so very much!

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: error with auto thumbnailer "line 89"
« Reply #27 on: November 28, 2005, 01:15:48 AM »
@rupek:
Where did you get this info? This is very interesting, and I'd like to learn more about how touch() function could possible affect this...
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 rupek

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #28 on: November 29, 2005, 10:11:12 PM »
I was experiencing exactly the same problem as icefox and found this solution for coppermine PG in my provider's forum and tried to use it for 4images.

I think this problem occured after PHP 5.1.0RC4 had been installed on the server. In this version imagejpeg () probably can not create new file. This "touch()" solution is the only one I found and...it works! I´m definitely not a genius.  :lol: