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

0 Members and 1 Guest are viewing this topic.

Offline icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
error with auto thumbnailer "line 89"
« on: November 25, 2005, 04:19:47 PM »
Maybe this was posted before, so sorry please in advance - I couldn't find a topic for this.

The following error occurs up when I try to convert a JPG file (GD lib + auto thumbnailer):

Create thumbnail for: PIT_lace06 (PIT_lace06.jpg) ....   
Warning: imagejpeg(): Unable to access ./../data/thumbnails/28/PIT_lace06.jpg in /mnt/ja2/05/907/00000012/htdocs/4images/includes/image_utils.php on line 89

Warning: imagejpeg(): Invalid filename './../data/thumbnails/28/PIT_lace06.jpg' in /mnt/ja2/05/907/00000012/htdocs/4images/includes/image_utils.php on line 89

   Error creating thumbnail!


Can someone give me a clue please?

Icefox

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 #1 on: November 25, 2005, 04:21:01 PM »
permissions issue more info in docs/installation.txt
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 icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #2 on: November 25, 2005, 04:33:08 PM »
thanks, but I just checked it again. ... I finally found my way to change the chmod :oops:

Everything on my server looks like this here - what's required -:

     chmod 777 (drwxrwxrwx) : data
     chmod 777 (drwxrwxrwx) : data/database
     chmod 777 (drwxrwxrwx) : data/media
     chmod 777 (drwxrwxrwx) : data/thumbnails
     chmod 777 (drwxrwxrwx) : data/tmp_media
     chmod 777 (drwxrwxrwx) : data/tmp_thumbnails
     chmod 777 (drwxrwxrwx) : templates
     chmod 777 (drwxrwxrwx) : templates/default
     chmod 777 (drwxrwxrwx) : templates/default/media

     Setzen die angegebenen Zugriffsrechte für folgende Dateien:

     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default"
     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default/media"


So this seams not to be the prob.
Any other idea?
Icefox

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 #3 on: November 25, 2005, 05:50:12 PM »
And the files in data folder must be writible
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 icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #4 on: November 25, 2005, 06:03:07 PM »
what files? there are only folders in "data" (database, media, thumbnail etc.).
Icefox

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 #5 on: November 25, 2005, 06:32:07 PM »
Oh, c'mon! there are files in the subfolders of data folder...not hard to guess what I was talking about ;) especialy when you look closely at your error
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 icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #6 on: November 25, 2005, 07:07:31 PM »
the jpg files? but they are all on 666.



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 #7 on: November 25, 2005, 07:21:55 PM »
Well, perhaps your case is one of these with SAFE MODE turned on, and you need manualy remove all folders from data/media/ and data/thumbnails/ folders and recreate them manualy. Please read FAQ for more info.
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 icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #8 on: November 25, 2005, 07:52:37 PM »
I don't hope I have to do this.
The mentioned errors occured when I was trying to create an auto-thumb only on 2 new big JPGs which I uploaded just before to test.
These 2 are on "666".




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 #9 on: November 26, 2005, 02:30:27 AM »
well, create a test category and test it there. (so it wont hurt much do it manualy for testing purposes ;))
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 icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #10 on: November 26, 2005, 09:56:23 AM »
well, did so. created a new categorie (777), added 2 normal JPGs, changed chmod to 666 for both.
then went to "check new images" and brought them up. fine.
then went to auto-thumb, he brought me this 2 files, but on pressing "make thumb" I got exactly the same error message as before.

any idea?

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: error with auto thumbnailer "line 89"
« Reply #11 on: November 26, 2005, 10:27:17 AM »
@icefox
Please upload the phpinfo.txt rename it to phpinfo.php and give us the URL to the File please...

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 #12 on: November 26, 2005, 10:45:04 AM »
What if you do CHMOD 777 for the files?
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 Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: error with auto thumbnailer "line 89"
« Reply #13 on: November 26, 2005, 10:53:00 AM »
added 2 normal JPGs, changed chmod to 666 for both.

(o:

Offline icefox

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: error with auto thumbnailer "line 89"
« Reply #14 on: November 26, 2005, 01:38:44 PM »
ok, changed JPGs to "777", doesn't work either, same error.

may I send you the URL with the phpinfo.php to PM only, please? Where can I find your PM?