I installed gallery to <a href="http://www.reelidentities.org/gallery/" target="_blank">http://www.reelidentities.org/gallery/</a><br /><br />I uploaded photos, and imported them into <a href="http://www.reelidentities.org/gallery/album01" target="_blank">http://www.reelidentities.org/gallery/album01</a><br /><br />If I look via FTP, the photos are in the directory.<br /><br />when I view it via my browser, I get broken images. <br /><br />If I go directly to one of the images, <a href="http://www.reelidentities.org/gallery/album01/fri_07_03.jpg" target="_blank">http://www.reelidentities.org/gallery/albu...1/fri_07_03.jpg</a>, I get page not found.<br /><br />I thought maybe I had uploaded them as ASCII by accident, but I re-uploaded them.<br /><br />Any ideas?<br /><br />Vincent<!--content-->
Hi,<br /><br />At the top of the page, I get the following error:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/reelide/public_html/gallery/config.php:87) in /home/reelide/public_html/gallery/session.php on line 51<!--c2--></div><!--ec2--><br /><br />Have you done the cookies bit correctley? (Sourceforge site is down at mo)<br /><br />James<!--content-->
Hi,<br /><br />I believe cookie sessions are supported but just check the following (its not ur problem but they talk about cookies):<br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->The number one reason for this problem is that your login page has a slightly different hostname than the one you used for your gallery. You can check this by right clicking on the login page and selecting Properties to see what its URL is. The common cause for this is that you used a variation on the standard URL to get to your Gallery, and then the browser thinks that the JavaScript popup is actually on a different host and it causes a security exception when the popup tries to control the main window. For example, if you've told Gallery in the config wizard that your gallery is at <a href="http://www.menalto.com/photos" target="_blank">http://www.menalto.com/photos</a> and then you actually access the Gallery by going to <a href="http://menalto.com/photos" target="_blank">http://menalto.com/photos</a> (note the "www" is missing), you'll still see your Gallery, but you'll experience this problem. The solution is to pick one hostname and stick with it. <br />The number two reason for this is that your webserver does not have the session.use_cookies variable turned on. Gallery expects to use cookies, and if your server has them turned off, then it can't create a session for you and it won't work. Put your gallery in config mode, then open gallery/setup/phpinfo.php in your web browser and search for "session.use_cookies". If the "Local Value" is off, then it won't work. If the "Local Value" is no value then the "Master Value" must be on. If cookie support is disabled, you must talk to your system administrator and ask them to turn it on for you.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Jim<!--content-->
OK, I fixed the cookie problem. (I had in fact changed the URL)<br /><br />But, I still cant figure out what's going on with the images. I'm getting ready to upload my second album, I'll be sure to send them in BINARY mode to see if they work this time. That's all I can think of that would cause this.<br /><br />VIncent<!--content-->
Ok. Same problem with the second album. I *know* I uploaded them in BINARY.<br /><br />Help! heheheh It's probably something silly and obvious, but I'm at a loss.<!--content-->
have you tried using the gallery program to upload the photo's?<br /><br />instead of ftp..?<!--content-->
<!--QuoteBegin-Larry+Mar 28 2003, 11:02 AM--><div class='quotetop'>QUOTE(Larry @ Mar 28 2003, 11:02 AM)</div><div class='quotemain'><!--QuoteEBegin-->have you tried using the gallery program to upload the photo's?<br /><br />instead of ftp..?<!--QuoteEnd--></div><!--QuoteEEnd--><br />No I didn't. But I know the images are good, but they dont show even if I go directly to them in the browser... Hmmm.. I'm importing them FROM <a href="http://www.reelidentities.org/gallery/pics/2003-rhps" target="_blank">http://www.reelidentities.org/gallery/pics/2003-rhps</a><br /><br />Let me see if <a href="http://www.reelidentities.org/gallery/pics/2003-rhps/rhps-9275.jpg" target="_blank">http://www.reelidentities.org/gallery/pics...s/rhps-9275.jpg</a> works. If it does, then we know it's something that gallery is doing when it imports them.<br /><br />Ok. It worked. It must be something with the gallery importer. Wierd. I've done it this way before on another server and it worked fine.<br /><br />VIncent<!--content-->
Hmmm. Ok, I've done it via gallery, via the gallery remote, and via ftp. THe pictures are always coming up broken. I'd think it was the gallery itself if the images were being found.. but I can't even go directly to them and I know they're there.<br /><br />Hmmm.<br /><br />Vincent<!--content-->
*bump* <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" /><!--content-->
Ok, probably a dumb suggestion, but have you checked that the link and uploaded file have the same CApitALizatION?<br /><br />Your server files are case sensitive....<br /><br />Lianna<!--content-->
That wasn't it, but it was ewually as stupid. Had /albums appended to one too many configuration lines. Uhg. I knew it was going to be something simple.<br /><br />Thanks!<!--content-->
Hi,<br /><br />At the top of the page, I get the following error:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/reelide/public_html/gallery/config.php:87) in /home/reelide/public_html/gallery/session.php on line 51<!--c2--></div><!--ec2--><br /><br />Have you done the cookies bit correctley? (Sourceforge site is down at mo)<br /><br />James<!--content-->
Hi,<br /><br />I believe cookie sessions are supported but just check the following (its not ur problem but they talk about cookies):<br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->The number one reason for this problem is that your login page has a slightly different hostname than the one you used for your gallery. You can check this by right clicking on the login page and selecting Properties to see what its URL is. The common cause for this is that you used a variation on the standard URL to get to your Gallery, and then the browser thinks that the JavaScript popup is actually on a different host and it causes a security exception when the popup tries to control the main window. For example, if you've told Gallery in the config wizard that your gallery is at <a href="http://www.menalto.com/photos" target="_blank">http://www.menalto.com/photos</a> and then you actually access the Gallery by going to <a href="http://menalto.com/photos" target="_blank">http://menalto.com/photos</a> (note the "www" is missing), you'll still see your Gallery, but you'll experience this problem. The solution is to pick one hostname and stick with it. <br />The number two reason for this is that your webserver does not have the session.use_cookies variable turned on. Gallery expects to use cookies, and if your server has them turned off, then it can't create a session for you and it won't work. Put your gallery in config mode, then open gallery/setup/phpinfo.php in your web browser and search for "session.use_cookies". If the "Local Value" is off, then it won't work. If the "Local Value" is no value then the "Master Value" must be on. If cookie support is disabled, you must talk to your system administrator and ask them to turn it on for you.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Jim<!--content-->
OK, I fixed the cookie problem. (I had in fact changed the URL)<br /><br />But, I still cant figure out what's going on with the images. I'm getting ready to upload my second album, I'll be sure to send them in BINARY mode to see if they work this time. That's all I can think of that would cause this.<br /><br />VIncent<!--content-->
Ok. Same problem with the second album. I *know* I uploaded them in BINARY.<br /><br />Help! heheheh It's probably something silly and obvious, but I'm at a loss.<!--content-->
have you tried using the gallery program to upload the photo's?<br /><br />instead of ftp..?<!--content-->
<!--QuoteBegin-Larry+Mar 28 2003, 11:02 AM--><div class='quotetop'>QUOTE(Larry @ Mar 28 2003, 11:02 AM)</div><div class='quotemain'><!--QuoteEBegin-->have you tried using the gallery program to upload the photo's?<br /><br />instead of ftp..?<!--QuoteEnd--></div><!--QuoteEEnd--><br />No I didn't. But I know the images are good, but they dont show even if I go directly to them in the browser... Hmmm.. I'm importing them FROM <a href="http://www.reelidentities.org/gallery/pics/2003-rhps" target="_blank">http://www.reelidentities.org/gallery/pics/2003-rhps</a><br /><br />Let me see if <a href="http://www.reelidentities.org/gallery/pics/2003-rhps/rhps-9275.jpg" target="_blank">http://www.reelidentities.org/gallery/pics...s/rhps-9275.jpg</a> works. If it does, then we know it's something that gallery is doing when it imports them.<br /><br />Ok. It worked. It must be something with the gallery importer. Wierd. I've done it this way before on another server and it worked fine.<br /><br />VIncent<!--content-->
Hmmm. Ok, I've done it via gallery, via the gallery remote, and via ftp. THe pictures are always coming up broken. I'd think it was the gallery itself if the images were being found.. but I can't even go directly to them and I know they're there.<br /><br />Hmmm.<br /><br />Vincent<!--content-->
*bump* <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" /><!--content-->
Ok, probably a dumb suggestion, but have you checked that the link and uploaded file have the same CApitALizatION?<br /><br />Your server files are case sensitive....<br /><br />Lianna<!--content-->
That wasn't it, but it was ewually as stupid. Had /albums appended to one too many configuration lines. Uhg. I knew it was going to be something simple.<br /><br />Thanks!<!--content-->