Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Gallery image rendering fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
balkira
Tux's lil' helper
Tux's lil' helper


Joined: 25 Dec 2004
Posts: 116
Location: /local/pub

PostPosted: Mon Sep 01, 2008 6:17 pm    Post subject: [SOLVED] Gallery image rendering fails Reply with quote

hi,

I've recently updated a 3-4year old webserver :!:

I'm having some trouble because of www-apps/gallery-1. Indeed, it simply does not render any images.
The images are still at the same place and at the apache level, no errors at all.

http://www.brolive.org/gallery/Photos-Le-Site-Du-Skateboard

I think it has to do with some dependency like dev-php5/pecl-imagick.

So I rebuilt dev-lang/php then media-gfx/imagemagick and finally dev-php5/pecl-imagick but it still does not help.

I feel like a package should be rebuilt but I have no more ideas.
Could anyone of you guys know what package is exactly responsible for rendering images with php?

Thanks for reading,
_________________
no way to happiness, happiness is the way


Last edited by balkira on Wed Sep 17, 2008 3:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
coolsnowmen
Veteran
Veteran


Joined: 30 Jun 2004
Posts: 1479
Location: No.VA

PostPosted: Wed Sep 17, 2008 2:59 pm    Post subject: Reply with quote

are you still having a problem? From the link, it looks like it is working.
_________________
emerge: there are no ebuilds to satisfy "moo"
Back to top
View user's profile Send private message
balkira
Tux's lil' helper
Tux's lil' helper


Joined: 25 Dec 2004
Posts: 116
Location: /local/pub

PostPosted: Wed Sep 17, 2008 3:29 pm    Post subject: Reply with quote

Yes, my apologies for not updating my post.

I was a bit submerged by other issues to fix that I forgot to give feedback.
It is now working great.

Finally, the problem was nothing to do with a package to rebuild but an htaccess file needed updated rules.

Thanks for reading
_________________
no way to happiness, happiness is the way
Back to top
View user's profile Send private message
-neX-
n00b
n00b


Joined: 29 Apr 2005
Posts: 45

PostPosted: Wed Sep 17, 2008 7:59 pm    Post subject: Reply with quote

balkira wrote:

Finally, the problem was nothing to do with a package to rebuild but an htaccess file needed updated rules.


same problem with gallery (and php in general) losing its ability to display images after an upgrade.

what exactly did you update in your htaccess? this seems odd since my .htaccess file is empty.

edit: is a change in USE possible? ive been browsing around looking at docs, and several mention a 'jpeg' USE flag. this flag does not seem to be present in a current "emerge -pv dev-lang/php."
Back to top
View user's profile Send private message
-neX-
n00b
n00b


Joined: 29 Apr 2005
Posts: 45

PostPosted: Fri Sep 19, 2008 8:55 pm    Post subject: Reply with quote

ive somehow gotten this resolved today while reading docs and trying various things. what i _think_ may have resolved the problem is a rebuild of media-libs/tiff with 'jbig' enabled. for me this resulted in....

Code:
 ~ # USE="jbig" emerge --pretend --verbose media-libs/tiff
[ebuild  N    ] media-libs/jbigkit-1.6-r1  397 kB
[ebuild   R   ] media-libs/tiff-3.8.2-r4  USE="jbig* jpeg zlib -nocxx" 0 kB


a side note here is that i did indeed have a .htaccess file, but it was empty.
Back to top
View user's profile Send private message
-neX-
n00b
n00b


Joined: 29 Apr 2005
Posts: 45

PostPosted: Mon Sep 22, 2008 1:01 pm    Post subject: Reply with quote

bah, thought i had this fixed but apparently this is not the case.
Back to top
View user's profile Send private message
Tazmanian
Apprentice
Apprentice


Joined: 01 Jul 2003
Posts: 222

PostPosted: Mon Nov 10, 2008 4:26 am    Post subject: Reply with quote

I'm having what looks to be the same problem. The CAPTCHAs on my Gallery installation aren't showing up.

Here's what I have installed:
Code:
[ebuild   R   ] www-servers/apache-2.2.9-r1  USE="ldap ssl -debug -doc (-selinux) -sni -static -suexec -threads" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif speling status unique_id userdir usertrack vhost_alias -asis -authn_alias -cern_meta -charset_lite -dumpio -log_forensic -proxy_ftp -substitute -version" APACHE2_MPMS="-event -itk -peruser -prefork -worker" 4,887 kB
[ebuild   R   ] media-libs/gd-2.0.35  USE="jpeg png truetype -fontconfig -xpm" 1,185 kB
[ebuild   R   ] dev-lang/php-5.2.6-r7  USE="apache2 bzip2 cjk cli crypt curl exif gd iconv imap ipv6 ldap ncurses nls pcre pic postgres readline reflection session spell spl ssl truetype unicode xml zlib (-adabas) -bcmath -berkdb (-birdstep) -calendar -cdb -cgi -concurrentmodphp -ctype -curlwrappers -db2 -dbase (-dbmaker) -debug -discard-path -doc (-empress) (-empress-bcs) (-esoob) -fastbuild (-fdftk) -filter (-firebird) -flatfile -force-cgi-redirect (-frontbase) -ftp -gd-external -gdbm -gmp -hash -inifile -interbase -iodbc (-java-external) -json -kerberos -kolab -ldap-sasl -libedit -mcve -mhash -msql -mssql -mysql -mysqli -oci8 -oci8-instant-client -odbc -pcntl -pdo -posix -qdbm -recode -sapdb -sharedext -sharedmem -simplexml -snmp -soap -sockets (-solid) -sqlite -suhosin (-sybase) (-sybase-ct) -sysvipc -threads -tidy -tokenizer -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xsl -yaz -zip -zip-external" 0 kB
[ebuild   R   ] www-apps/gallery-2.3  USE="ffmpeg gd imagemagick postgres unzip vhosts zip -mysql -netpbm -raw" 0 kB


This also happened before I updated my gallery-2.2.6 installation to 2.3.

How did you fix your problem?
Back to top
View user's profile Send private message
johnny99
Apprentice
Apprentice


Joined: 24 Oct 2005
Posts: 249
Location: Berkeley, California

PostPosted: Fri Nov 04, 2011 10:01 pm    Post subject: Reply with quote

There are open bugs about this.
https://bugs.gentoo.org/show_bug.cgi?id=353157

I add to add the ebuild in this bug to my PORTDIR_OVERLAY, and do the digest, and install.

I think we need a maintainer of www-apps/gallery to bless the ebuild for the main tree.

I think that since stable portage masks php-5.2, then gallery-2.x series should also be masked, and gallery-3.x should take it's place.

Thoughts?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum