Author Topic: thumnails again  (Read 8354 times)

0 Members and 1 Guest are viewing this topic.

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
thumnails again
« on: April 28, 2003, 06:05:29 PM »
I have problem with auto-creating thumbnails.

My server supports GD 2. I am sure about that. I have currect GD to 2 and aslo checked this help:
http://4homepages.de/forum/viewtopic.php?t=3332&postdays=0&postorder=asc&highlight=isexecutable&start=15

When you want to put new photo to gallery, it happen nothing. Blank white screen. And photo wont be uploaded. If I dont select GD mode in settings, photo uploads but without thumbnail.

My site is using PHP Version 4.3.1.

It used to work few months ago. Then FTP server went down, and after that it stoped. FTP works normaly now like everything else.

Thanks,
Lucifix

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
thumnails again
« Reply #1 on: May 21, 2003, 01:31:54 PM »
Does nobody has any clue?

Isnt there any options where you put code in and then you see where is the error - something like error report.

I check my php and saw this:
gd
GD Support  enabled  
GD Version  bundled (2.0 compatible)  
GIF Read Support  enabled  
PNG Support  enabled  
WBMP Support  enabled  

is that normal?

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: thumnails again
« Reply #2 on: May 21, 2003, 01:43:12 PM »
Quote from: Lucifix1
It used to work few months ago. Then FTP server went down, and after that it stoped. FTP works normaly now like everything else.

have u asked your host about that?
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 Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
thumnails again
« Reply #3 on: May 21, 2003, 01:45:52 PM »
i dont know what would be wrong with host. Host work just fine, as far as i konw. If not, what should i ask them?

here is info: http://slo-foto.portal.si/info.php

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
thumnails again
« Reply #4 on: May 21, 2003, 01:55:19 PM »
If PHP 4.31 realy doesn't recognize
Code: [Select]
is_executable(); then i should remove all that from image_utils.php file?

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
thumnails again
« Reply #5 on: May 21, 2003, 01:58:35 PM »
Quote from: Lucifix1
then i should remove all that from image_utils.php file?
I dont think this has anything to do with GD, because its build into php, not external as IM or NetPBM
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 Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
thumnails again
« Reply #6 on: May 21, 2003, 01:59:08 PM »
Couse i am using GD 2 i have remove this line:

Code: [Select]
 case "gd":
    if (!extension_loaded("gd")) {
      $convert_options['convert_error'] = (defined("IN_CP")) ? "<b class=\"marktext\">".$lang['gd_error']."</b><br />\n".$lang['check_module_settings'] : 1;
    }
    break;


But then i get this message:
Code: [Select]
Select module to create thumbnail.
Check module settings.


I have selected GD module.

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
thumnails again
« Reply #7 on: May 21, 2003, 02:02:12 PM »
maybe try this instead:
Code: [Select]
 case "gd":
//    if (!extension_loaded("gd")) {
//      $convert_options['convert_error'] = (defined("IN_CP")) ? "<b class=\"marktext\">".$lang['gd_error']."</b><br />\n".$lang['check_module_settings'] : 1;
//    }
    break;
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 Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
thumnails again
« Reply #8 on: May 21, 2003, 02:05:06 PM »
then the photos uploads but without thumbnail. If i go to control panel and try to add auto thumb there i get this:

Code: [Select]
GD library error. Check module settings.

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
thumnails again
« Reply #9 on: May 21, 2003, 02:12:08 PM »
ups.... nothing changes if i put your code in.

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
thumnails again
« Reply #10 on: May 21, 2003, 02:12:16 PM »
then contact your host.
as u mentioned before, it worked just fine, untill server went down...so, something happend that it doesnt work anymore...
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 Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
thumnails again
« Reply #11 on: May 21, 2003, 02:16:54 PM »
I will! Thanks alot for your support.

Do I only have this problem? If I don't, I can post solution here if my webmaster will help me.

Lucifix

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
thumnails again
« Reply #12 on: May 21, 2003, 02:19:21 PM »
sure, let us know in any case ;) :D
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)