PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old March 8th, 2011, 11:21 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2011
Posts: 14
Unhappy thumbnails not appears

good day,

i facing an a problem with VBgalary the thumbnails not appears even after the suggestion of Chuck Scannell to install everything to 777 permissions???

see the old thread:
photopost.com/forum/bugs-vbulletin-4-0/145426-urgent-cannot-upload-images-larger-than-400kb.html

i have given the permissions before and I'm sure of that
also when i scan the database i found some photos as Broken Thumbnails.
when i rebuild image thumbnails
the problem also not solved

what is the solution now please?

your support is highly appreciated,
alfreedi is offline   Reply With Quote
Old March 9th, 2011, 04:59 AM   #2 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
The problem seems that your thumbnails are not created at all, and that your images seem very big. so i suppose the original image is only copied to the directory.

1. You should NOT install "everything" in 777 (as this could prevent some servers to work) -> only the files (in your case photo directory and users directory should be 777)

2. check if your system has gd image processor installed. (if yes, switch to gd and do NOT use imagemagic) - You can check if gd is installed by calling php_info();

3. make sure that htaccess protection in ACP->vbgallery->modify settings is OFF.

Luc
Luciano is offline   Reply With Quote
Old March 9th, 2011, 12:36 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2011
Posts: 14
i have done all what u say

for num 2)
yes its installed and works right but their is aproblem in GD2 system when i uplouded an image more than 400 kb , when uplouding , i see a white page


now the problem as the following
** for the imagemagic System :
VBgalary thumbnails not appears after uplouding the images
also when i scan the database i found some photos as Broken Thumbnails.
when i rebuild image thumbnails
the problem also not solved

** if we use GD2 System
the is one problem only in ( uplouding images more than 400 kb ) , i see a white page when uplouding ?

what is the solution now please?
alfreedi is offline   Reply With Quote
Old March 9th, 2011, 02:02 PM   #4 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
well i suppose imagemagic is not installed correctly OR the path to imagemagic is wrong.
why I think that?
because the images that are uploaded are NOT resized and the thumbnail is NOT created.
--------

For GD, open gallery/gallery_global.php
at the top of the file, you have a debug setting.
Code:
Content visible to verified customers only.
change
$debug_gallery = false;
to
$debug_gallery = true;

and make sure that
$debug_userid = your userid
(leave it to 1 if your userid is 1)
if your userid is 10
$debug_userid = 10;

This should show you some error messages instead of a blank screen.
give it a try.

Luc

And before I forget... in the sidebar on upload page, if you are Admin, you should have the php.ini settings of the server:

example:


Admin Upload Info

Execution Time:
180 Seconds
Max Post Size:
8.00 MB
Max File Upload:
2.00 MB
Memory Limit:
16.00 MB
Server Settings:
Modified

Last edited by Luciano; March 9th, 2011 at 02:27 PM.
Luciano is offline   Reply With Quote
Old March 10th, 2011, 10:39 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2011
Posts: 14
i have done what u saied to me

in GD2 System : i found that

Quote:
Upload Error:
Your file is to big: 4000x3000 pixel!
Use your favorite graphicprogram to resize it to something smaller than:3212x2409
or to 79%.
i need to allow all files more than 4000x3000 pixel to be accepted

from where please ?

thanks
alfreedi is offline   Reply With Quote
Old March 10th, 2011, 01:34 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
The problem is this. GD2 has limitations. It is part of PHP and subject to the limitations of PHP. Usually the most common thing with the blank page is because GD2 requires more memory than PHP has to process super large images. Therefore GD2 is not good when processing larger images. Imagemagick is the way to go for that however you would need to properly install Imagemagick on your server.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 10th, 2011, 02:36 PM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2011
Posts: 14
ok
how can i install Imagemagick on my server ?

thanks alot
alfreedi is offline   Reply With Quote
Old March 10th, 2011, 02:46 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Instructions are located here but you must have SSH access to your server

PhotoPost PHP Photo Sharing Photo Gallery ImageMagick Installation Guide
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 11th, 2011, 07:51 AM   #9 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
I am noit infront of my computer, but in brussels at eu summit.. reading mails in internet-cafe.
I cant tell for sure, there is such a limitation in vbulletin also. i think in config.php.
but in vbgallery the debug part just says the image is to big.

It then calculates the size of image that would fit with your settings.
So this meens you could upload bigger images in pixels, but the should be smaller in filesize, as your server cannot process them.

the 3 or 4000 pixels just apply to this image.
It also depends on dpi settings of the pic, etc.. etc..

I would suggest, as chuck said, to use imagemagic, but depending on your server settings I do not know if it will allow processing of much bigger images. (depends on memory instralled to server..
Luciano is offline   Reply With Quote
Old March 11th, 2011, 09:18 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
ah cool so how is brussels this time of year

Imagemagick is the best processor to process large images as there is usually plenty of memory available where as GD2 is confined by PHP restrictions.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 11th, 2011, 10:58 AM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2011
Posts: 14
i have called the hosting provider
and SSH access now is enable

but the problem not sloved yet

what is the solution now please
alfreedi is offline   Reply With Quote
Old March 11th, 2011, 11:23 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Have you actually installed Imagemagick correctly? I linked the instructions above.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 11th, 2011, 12:54 PM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2011
Posts: 14
its installed autmaticlly by my host (hostgator.com)

my problem in thumbnails only now

thumbnails not appears
alfreedi is offline   Reply With Quote
Old March 11th, 2011, 01:55 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Have you verified through SSH that it works? I beleive Luciano pointed out the imagemagick that your host installed did not work earlier in this thread. Just because your says its installed does not mean its functional.

Here is an example if your image processor is set to imagemagick this is what happens

dscn0516 - البوم صور منتدى مسافرون

The image is suppose to be resized down to 1500 pixels and then a thumbnail gets created from what I see. On your server no images are being created so no images get done not much thumb. The only thing happening is an image is upload. No image processor is functional on your server.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 11th, 2011, 03:34 PM   #15 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
what is your path tho imagemagic?
the one you entered on acp?
with hostgator there are 3 different possible setups.
/usr/bin/
/usr/local/bin/
/usr/bin/X11/

as to brussels, its rainy!! and i'm confined to a press center in a basement
But.. i bought lots of chocolate this morning
Luciano is offline   Reply With Quote
Old March 12th, 2011, 11:11 AM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2011
Posts: 14
THANKS ALOT
i have called my Specialiest Tech.Support
and he has solved it

thanks
now u can close this topic
alfreedi is offline   Reply With Quote
Old March 12th, 2011, 11:53 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Was your image processor broken on the server or was it permissions related?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Appears My PhotoPost Has Been Hacked! ryand789 Photopost Pro Bug Reports 3 December 28th, 2006 01:12 PM
where is the html rows that appears between each row of thumbnails Happy Camper Installs and Upgrade - vBulletin 3.5.X 1 January 25th, 2006 01:00 AM
Appears you are trying to install 3.0 with 3.5 LPC How Do I? - vBulletin 3.5.X 1 October 4th, 2005 06:36 PM
Error -Appears to be permissions....? smokn28 Photopost Pro Installation & Upgrades 1 May 12th, 2005 06:04 AM
red x appears on some images randla How Do I? - vBulletin 3.0.X 1 April 14th, 2005 10:48 AM


All times are GMT -5. The time now is 08:17 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0