Gallery3 is displaying blank Images after upload

mitesh2005

Joined: 2009-11-13
Posts: 6
Posted: Fri, 2009-11-13 04:57

Hi, I am new to gallery3 and to try out I just setup the gallery3 beta3 to my hosting account. It appears after uploading images all images displayed are blank.

Here's the sanity check I did -
1. It appears all photos are correctly uploaded in vars, thumbs and resize folder (under correct directory hierarchy)
>I see this in logs
2009-11-12 23:21:17 -05:00 --- error: Uncaught Kohana_404_Exception: The page you requested, rootalbum/child1/child2/IMG_1916.jpg, could not be found. in file system/core/Kohana.php on line 841

Issue: It appears issue is with url rewriting -
I see below url in my browser address bar (firefox)
http://gallery.mydomain.com/index.php/rootalbum/child1/child2/IMG_1916

looks like files does exist at
/var/albums/rootalbum/child1/child2/IMG_1916.jpg
/var/thumbs/rootalbum/child1/child2/IMG_1916.jpg
/var/resizes/rootalbum/child1/child2/IMG_1916.jpg

when I directly try loading image in browser with url like below (I see something like)-
http://gallery.mydomain.com/var/albums/rootalbum/child1/child2/IMG_1916.jpg
<<I receive message>>> No input file specified.

So looks like security issue (but cant figure out what to change)

Any kind of help to resolve this would be highly appreciated.

Thanks!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22890
Posted: Mon, 2009-11-16 04:58
Quote:
I just setup the gallery3 beta3

Pleae upgade to an experimental version:
FAQ: How do I upgrade?

php info link please:
FAQ: How do I create a phpinfo page?

What version of Apache are you running?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
mitesh2005

Joined: 2009-11-13
Posts: 6
Posted: Wed, 2009-11-18 04:47

Hi, I tried updating to latest version multiple times but looks like login functionality breaks. (Login prompt never comes up)
Apache Version is - 2.2.14 & php 5.2.11

In last update it appeared css formatting was all gone and though login prompt came up but administrator functionality was broken.

(This permissions should be pretty easy to reproduce if you setup your code on linux servers and use publicly released beta 3)

Thanks for looking into!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22890
Posted: Wed, 2009-11-18 06:24
Quote:
and use publicly released beta 3

Well sure, it is a bug that has been fixed. There was some issue in Beta2 as well. ;-)

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Wed, 2009-11-18 16:51
Quote:
Hi, I tried updating to latest version multiple times but looks like login functionality breaks. (Login prompt never comes up)

You need to follow the tips for unpacking the code on this page:
http://codex.gallery2.org/Gallery3:Upgrading

Make sure you do not have any of the old code laying around. Simply overwriting the install will not work.

Quote:
(This permissions should be pretty easy to reproduce if you setup your code on linux servers and use publicly released beta 3)

As Dave said, that's a bug that has been fixed. Upgrade to the latest experimental code and report back if you still have problems. There are huge changes that have happened since B3 was released.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
mitesh2005

Joined: 2009-11-13
Posts: 6
Posted: Thu, 2009-11-19 04:06

Hi,
I tried upgrading to new version.

I still see below issues -
1. If I set permissions as available for only to Registered Users then all pictures goes blank.
2. While viewing the slide show its using midsize image for display rather then fullsize image.

Thanks!