evhwanabe Posted October 14, 2005 Posted October 14, 2005 To keep things simple for this site I decided to try the SCRY Image Gallery. It was working perfect untill the other day. Now all of the sudden when I go to my latest uploaded pictures Here The thumbnails aren't showing. I also am getting alot of "Page forbidden" errors. I have not changed anything and I am not sure why this is doing this, And only on certain galleries. Does it just not like these certain image photos? I have checked the SCRY website and tried all of their suggestions with no luck. Could something have been messed up with my hosting account? Thanks in advance for any help! Quote
TCH-Bruce Posted October 14, 2005 Posted October 14, 2005 Looks like you turned on hotlink protection. Quote
evhwanabe Posted October 14, 2005 Author Posted October 14, 2005 Looks like you turned on hotlink protection. hotlink protection is shown as disabled in Control Panel Quote
TCH-Bruce Posted October 14, 2005 Posted October 14, 2005 Have you checked the error log in cpanel? Quote
evhwanabe Posted October 14, 2005 Author Posted October 14, 2005 Have you checked the error log in cpanel? Bruce, I found this error "client denied by server configuration: /home/username/public_html/photos/index.php" Quote
evhwanabe Posted October 14, 2005 Author Posted October 14, 2005 I also changed my template for scry back to setup.........which basically checks to make sure everything is installed correctly and I found this: GD does not appear to be installed or does not support JPEGPlease install GD version 2.0 or newer with JPEG support as a PHP module. Instructions on adding modules to PHP can be found in the installation documentation at http://php.net Quote
TCH-Thomas Posted October 14, 2005 Posted October 14, 2005 GD should be installed as far as I know. Please submit a ticket and ask the helpdesk to check if something is wrong with GD on your server. Quote
TweezerMan Posted October 15, 2005 Posted October 15, 2005 It looks to me like the links to the images are not set up correctly. One example: The first image on the above linked page is looking for the image at this location: >http://interstateband.com/photos/index.php?v=image&i=100x75&p=Shows/2005/Tracy_Gibson_Benefit/10_01_05_001.jpg Retrieving that link gets the following code instead of an image: ><p>[url_parts]: array(4) { [0]=> string(5) "Shows" [1]=> string(4) "2005" [2]=> string(20) "Tracy_Gibson_Benefit" [3]=> string(16) "10_01_05_001.jpg" } <br>[debug]: url_offset<br>[GET]: array(3) { ["v"]=> string(5) "image" ["i"]=> string(6) "100x75" ["p"]=> string(48) "Shows/2005/Tracy_Gibson_Benefit/10_01_05_001.jpg" } <br>[VIEW]: image<br>[INDEX]: 100x75<br>[IMAGE_FILE]: 10_01_05_001.jpg<br>[IMAGE_DIR]: Shows/2005/Tracy_Gibson_Benefit<br>[PATH]: /home/username/public_html/photos/images/Shows/2005/Tracy_Gibson_Benefit/10_01_05_001.jpg<br>[PATH_BASEDIR]: /home/username/public_html/photos/images/Shows/2005/Tracy_Gibson_Benefit<br>[resize_x]: 100<br>[resize_y]: 67<br>[image_x]: 480<br>[image_y]: 320<br>[cache]: array(4) { ["is_cached"]=> bool(true) ["name"]=> string(55) "Shows!2005!Tracy_Gibson_Benefit!10_01_05_001_100x67.jpg" ["path"]=> string(94) "/home/username/public_html/photos/cache/Shows!2005!Tracy_Gibson_Benefit!10_01_05_001_100x67.jpg" ["cache_url"]=> string(95) "http://interstateband.com/photos/cache//Shows!2005!Tracy_Gibson_Benefit!10_01_05_001_100x67.jpg" } A browser can't display this as a picture, so this would seem to be cause of your issue. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.