MESSAGE
DATE | 2013-06-21 |
FROM | Ruben Safir
|
SUBJECT | Re: [NYLXS - HANGOUT] image galleries - a REAL HACK
|
On Thu, Jun 20, 2013 at 12:12:36PM -0400, Ruben Safir wrote: > > > Has anyone had experience with this > > http://search.cpan.org/~legart/Apache-Gallery-1.0.2-withoutworldwriteables/lib/Apache/Gallery.pm >
This software is real junk. It is failing to handle images and save them etc All it does is say it fails on line 1580 .... and I can't even make it give me useful output.
So this is my hack
$image->save($outfile) or $image->save($outfile) or $image->save($outfile) or $image->save($outfile); ##DO IT BECAUSE I SAID TO DAMN IT
This does work...
|
|