Discussion:
php5-cgi, causing some PHP-files to be served as text
Simon Rönnqvist
2008-01-29 11:47:24 UTC
Permalink
Hi!

Long time ;)

I moved a FluxCMS site to Dreamhost.com and the thumbnails in the gallery
stopped working... and this is what happends when I open a straight URL to
one of them:
Loading Image...
(URL exposes PHP code)
From my chat yesterday with gassi at #liip it seems to be a php-cgi problem.
Any ideas on what to do about this? Running mod_php5 at Dreamhost is not an
option.

cheers, Simon
--
bitflux-cms mailing list
bitflux-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
Yves Peissard
2008-01-29 12:02:46 UTC
Permalink
Hi Simon

you can try to activate GD instead of imagemagick. just set the value
<useGD>true</useGD> in the file /conf/config.xml of your flux-cms
installation.
the gallery-plugin works well for me with GD.

I hope this is gonna help you out
bye
yves
Post by Simon Rönnqvist
Hi!
Long time ;)
I moved a FluxCMS site to Dreamhost.com and the thumbnails in the gallery
stopped working... and this is what happends when I open a straight URL to
http://strengsong.com/dynimages/100/files/_galleries/bilder/gitarren.jpg
(URL exposes PHP code)
From my chat yesterday with gassi at #liip it seems to be a php-cgi problem.
Any ideas on what to do about this? Running mod_php5 at Dreamhost is not an
option.
cheers, Simon
--
Liip AG // Rte de la Fonderie 7 // CH-1700 Fribourg
Fon 026 422 25 11 // www.liip.ch
--
bitflux-cms mailing list
bitflux-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
Loading...