Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 175
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 124
Total: 124

Author Topic: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK  (Read 29232 times)

0 Members and 1 Guest are viewing this topic.

Offline Globber

  • Member
  • *
  • Posts: 12
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #15 on: December 09, 2006, 01:01:45 pm »
Administator,

I am thinking this is a different problem than mine as it sounds like his thumbs are being made. IN mine they are not being made at all. I was thinking is there a way to write a direct script path that forces it to use Imagemagick where I have it without considering gd library. Perhaps my hosting forces it to use gd.

Hope that makes sense. Just trying to make it work for me as I like your mod.


Offline Samppa

  • Member
  • *
  • Posts: 2
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #16 on: December 10, 2006, 02:43:17 am »
Admin:

Thanks! It worked.

Globber:

Thumbs get created in Gallery folder. My gallery had no problem with creating em, only rights were wrong. Pics are named like 1_09_12_06_11_37_54.jpg and thumbs thumb_1_09_12_06_11_37_54.jpg. I saw also thumb files before i chmod em.

In other server i did not had any problems.
« Last Edit: December 10, 2006, 02:49:15 am by Samppa »

Offline Globber

  • Member
  • *
  • Posts: 12
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #17 on: December 10, 2006, 11:27:04 am »
Might of found issue... I finally decided to focus my efforts on installing a different gallery to see if I could get it to work and installed Gallery2. It had the same issue without creating thumbnails. I finally gave up and reprovisioned my whole server and start again. I found one errror sneak in while I was installing ImageMagick in and that was that no zlib was found. So I found zlib and installed in and than installed Imagemagick. At the same time I installed the latest gd library and jpeg and png libraries and though and behold the Gallery2 worked. ...

I am off to install SMF again and will try with Gallery. I assume this will solve the issue as well..... cross your fingers.

Offline Globber

  • Member
  • *
  • Posts: 12
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #18 on: December 10, 2006, 02:24:16 pm »
Sorry to say gallery lite still not creating thumbnails. I looked more into the installation of Gallery2 and noticed that it says that ImageMagick is properly installed and GD library is not installed on the PHP even though I did install it. Anyhow as I said the Gallery2 had the same problem of not producing thumbnails before I installed the zlib.

Not sure what the issue of creating thumbs is with Gallery Lite but will keep thinking and pondering...

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #19 on: December 10, 2006, 02:33:45 pm »
Check your php.ini make sure the extension is loaded.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Globber

  • Member
  • *
  • Posts: 12
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #20 on: December 10, 2006, 02:38:59 pm »
php.ini I know where to find extension loaded do not understand. Pretty new to this stuff but figured a bunch out using ssh etc . Give me what to look for and I will find out if it is there.

Offline gilestel

  • Member
  • *
  • Posts: 7
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #21 on: January 16, 2007, 05:38:55 pm »
I have the same sort of problem with viewing the pics. Unlike these two guys :) however, my gallery creates thumbs and their chmod is all set. However, thumbs are 0kb and pics and thumbs both have names like thumb_1_17_01_07_1_00_04.jpg.
I've read this http://www.dotproject.net/vbulletin/archive/index.php/t-1358.html , ok i've found php.ini but what to do next? it looks like this;
....
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
extension=php_gettext.dll
....

Our forum is www.darcysharem.com/forum .
« Last Edit: January 16, 2007, 05:55:42 pm by gilestel »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #22 on: January 16, 2007, 05:59:34 pm »
Check that you have a valid upload folder upload_dir set in the php.ini with write permissions.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline gilestel

  • Member
  • *
  • Posts: 7
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #23 on: January 16, 2007, 06:11:19 pm »
I'm not sure what to do now... I've found something like this upload_tmp_dir= "C:\WINDOWS\Temp" along with other extensions in php.ini and there is also this
; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

This is all that contains the word 'upload' in php.ini :)
I'm attaching it also here..

ps: there are no more thumbs created inside the gallery folder. just the pic itself, and it shows red cross instead of a thumb.
« Last Edit: January 16, 2007, 06:14:49 pm by gilestel »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #24 on: January 16, 2007, 06:14:00 pm »
You need to the upload_tmp_dir to a folder that is writable.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline gilestel

  • Member
  • *
  • Posts: 7
    • View Profile
Re: NO THUMBNAILS- PHP 5/GODADDY SERVER/INSTALLED IMAGE MAGICK
« Reply #25 on: January 16, 2007, 06:16:28 pm »
ok i think i got it...will try right away and tell the outcome...

i replaced c/windows/temp with E:/inetpub/vhosts/darcysharem.com/httpdocs/forum/gallery/
then uploaded another picture and recheck the gallery directory thru ftp, there are no thumbs but only a .tmp namely phpCAF2.tmp
« Last Edit: January 16, 2007, 06:22:30 pm by gilestel »

 

Related Topics

  Subject / Started by Replies Last post
6 Replies
9650 Views
Last post October 13, 2006, 09:48:18 am
by BJ05
3 Replies
12287 Views
Last post February 15, 2007, 09:17:29 am
by txpoolman
6 Replies
6028 Views
Last post March 14, 2008, 07:56:02 am
by mlsred
1 Replies
5633 Views
Last post July 26, 2009, 08:22:13 pm
by SMFHacks
0 Replies
3549 Views
Last post October 06, 2010, 08:11:17 pm
by mxcape21

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal