Fullsize images not working
|
dansell
Joined: 2008-03-23
Posts: 16 |
Posted: Fri, 2009-11-13 14:22
|
|
Hi there, I'll I get is the dimmed view with an empty box. Nothing has changed on the server (I run my own). I would be grateful for any ideas or tips. Thanks. |
|

Posts: 16503
Check your /var/albums directory to make sure the files actually exist there. I get a 404 with this URL:
http://g3.dkcp.com/var/albums/test/DSC00067.JPG
But this URL does exist:
http://g3.dkcp.com/var/resizes/test/DSC00067.JPG
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16
All files exist. I get a message saying "No input file specified". Permissions seem correct.
Posts: 16503
Ah, post a link to phpinfo:
FAQ: How do I create a phpinfo page?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16
Thanks for your help and patience.
http://g3.dkcp.com/phpinfo.php
Posts: 16503
It is possible for you to change from FastCGI to just the "normal" CGI? To test.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16
I'll look into it. I'm running Virtualmin GPL hosting several servers so FastCGI is there as part of a solution to run the websites under their respective user accounts. Otherwise they wouldn't have permissions on their own files.
I had fullsize images working in G3 beta 1 but it hasn't worked since then.
I'll do some digging and see if I can figure out how to switch to CGI.
Posts: 22888
Another thing to see about is:
This server is protected with the Suhosin Patch 0.9.6.2
I have seen '"No input file specified".' with this before.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 16
Ok, another thing to look into then. I'll do that as soon as I can find some time. Need to read up a fair bit as it's a shared server and am afraid I'll mess things up for the other websites.
Posts: 16503
If you're not root, there's nothing you can do to mess up the other user's sites.
But you can still run PHP CGI as individual users using php-cgiwrap.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16
Hmm...I tried php-cgiwrap but it's not working so obviously I messed up somewhere. Do you happen to know any decent tutorials on how to set it up? Thanks.
Posts: 16503
No, I don't. Sorry. But doing a little searching, it looks like cgiwrap will work with php files:
http://cgiwrap.sourceforge.net/changes.html
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16
I setup a new testsite (http://g3b.dkcp.com) and it's working there (same server). Must be something broken in my first installation. Strange.