[Bug 693820] Review Request: gallery3 - Customizable photo gallery web site

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 19 23:39:33 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=693820

Bill McGonigle <bill-bugzilla.redhat.com at bfccomputing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bill-bugzilla.redhat.com at bf
                   |                            |ccomputing.com

--- Comment #14 from Bill McGonigle <bill-bugzilla.redhat.com at bfccomputing.com> 2012-03-19 19:39:28 EDT ---
Thanks for packaging gallery3, Jon!

I get 'connection refused' trying to download the SRPM so I grabbed the config
from git and the source from sourceforge and built an RPM on EL6.  I
encountered this error with the installer:

"Photo Storage

We're having trouble creating a place for your photos. Can you help? We need
you to create a directory called var in your gallery3 directory. This sample
code works for most users. Run it in the gallery3 directory: mkdir var
chmod 777 var Check again"

Which I solved with:

# mkdir /var/lib/gallery3
# chown apache:apache /var/lib/gallery3
# chmod 770 /var/lib/gallery3/
# ln -s /var/lib/gallery3/ /usr/share/gallery3/var

Also noted:

/etc/gallery3 is empty
  What should exist here, symlinks in from /usr/share/gallery3?  Is this a
holdover from g2?  It looks like g3 is keeping everything in 'var'?

/etc/httpd/conf.d/gallery3-site.htaccess 
  This is unusually packaged - I wouldn't expect it in conf.d.  I see a
/usr/share/gallery3/.htaccess that has the same line in it but also a php.ini
file that says its options are mirrored in .htaccess (but aren't).

README.fedora is for G2 and contains information that is wrong for G3.

I had to switch my graphics backend to Imagemagick to get g2 import to work. 
This looks like a known problem with G3 generally.  I'm not sure it rises to a
level of a dependency, but perhaps.  It might be a low-memory situation to gd,
I'm not sure.

Those taken care of, it looks like I've got a working g3 now.  What other
problems (per comment #13) are holding up the package at this point?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list