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

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 28 18:55:38 UTC 2011


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

--- Comment #4 from Matthias Runge <mrunge at matthias-runge.de> 2011-09-28 14:55:36 EDT ---
I thought of a bit other solution, to expand the php-include path to use Kohana
via include.

<scratch>
php.ini/gallery.ini (in /etc/php.d/)
set_include_path(get_include_path() . PATH_SEPARATOR . $path_to_add);
</scratch>
Currently, I don't have an appropriate scriptlet available.

Another option for php is also needed e.g gallery3.conf may be changed:
Alias /gallery3 /usr/share/gallery3

<Directory /usr/share/gallery3>
  AllowOverride Options FileInfo
  php_value short_open_tag on;   <---------
</Directory>

Without this option, gallery3 won't work.

-- 
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