Image Gallery Problems

liunx

Guest
To keep things simple for this site I decided to try the <a href="http://scry.sourceforge.net/" target="_blank">SCRY </a> Image Gallery. It was working perfect untill the other day. Now all of the sudden when I go to my latest uploaded pictures <a href="http://interstateband.com/photos/index.php?v=list&i=0&p=Shows/2005/Tracy_Gibson_Benefit" target="_blank">Here</a> 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?<br /><br />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?<br /><br />Thanks in advance for any help!<!--content-->
Looks like you turned on hotlink protection.<!--content-->
<!--quoteo(post=152253:date=Oct 14 2005, 11:20 AM:name=TCH-Bruce)--><div class='quotetop'>QUOTE(TCH-Bruce @ Oct 14 2005, 11:20 AM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=152253"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->Looks like you turned on hotlink protection.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br />hotlink protection is shown as disabled in Control Panel<!--content-->
Have you checked the error log in cpanel?<!--content-->
<!--quoteo(post=152259:date=Oct 14 2005, 11:37 AM:name=TCH-Bruce)--><div class='quotetop'>QUOTE(TCH-Bruce @ Oct 14 2005, 11:37 AM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=152259"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->Have you checked the error log in cpanel?<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Bruce, I found this error<br /><br />"client denied by server configuration: /home/username/public_html/photos/index.php"<!--content-->
I also changed my template for scry back to setup.........which basically checks to make sure everything is installed correctly and I found this:<br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->GD does not appear to be installed or does not support JPEG<br />Please 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 <a href="http://php.net" target="_blank">http://php.net</a><!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
GD should be installed as far as I know.<br />Please submit a ticket and ask the helpdesk to check if something is wrong with GD on your server.<!--content-->
It looks to me like the links to the images are not set up correctly. One example:<br /><br />The first image on the above linked page is looking for the image at this location:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->http://interstateband.com/photos/index.php?v=image&i=100x75&p=Shows/2005/Tracy_Gibson_Benefit/10_01_05_001.jpg<!--c2--></div><!--ec2--><br />Retrieving that link gets the following code instead of an image:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><p>[url_parts]: array(4) {<br />  [0]=><br />  string(5) "Shows"<br />  [1]=><br />  string(4) "2005"<br />  [2]=><br />  string(20) "Tracy_Gibson_Benefit"<br />  [3]=><br />  string(16) "10_01_05_001.jpg"<br />}<br /><br>[debug]: url_offset<br>[GET]: array(3) {<br />  ["v"]=><br />  string(5) "image"<br />  ["i"]=><br />  string(6) "100x75"<br />  ["p"]=><br />  string(48) "Shows/2005/Tracy_Gibson_Benefit/10_01_05_001.jpg"<br />}<br /><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) {<br />  ["is_cached"]=><br />  bool(true)<br />  ["name"]=><br />  string(55) "Shows!2005!Tracy_Gibson_Benefit!10_01_05_001_100x67.jpg"<br />  ["path"]=><br />  string(94) "/home/username/public_html/photos/cache/Shows!2005!Tracy_Gibson_Benefit!10_01_05_001_100x67.jpg"<br />  ["cache_url"]=><br />  string(95) "http://interstateband.com/photos/cache//Shows!2005!Tracy_Gibson_Benefit!10_01_05_001_100x67.jpg"<br />}<!--c2--></div><!--ec2--><br />A browser can't display this as a picture, so this would seem to be cause of your issue.<!--content-->
 
Back
Top