https://bugzilla.wikimedia.org/show_bug.cgi?id=66864
Tim Landscheidt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Tim Landscheidt <[email protected]> --- Okay, I added: | tools.zoomviewer@tools-webgrid-01:~$ diff -u public_html/index.php{~,} | --- public_html/index.php~ 2014-05-14 22:08:11.702308448 +0000 | +++ public_html/index.php 2014-06-24 19:52:40.030824639 +0000 | @@ -92,6 +92,7 @@ | //$cmd = '/home/dschwen/install/bin/vips im_vips2tiff '.$c.' '.$t.':jpeg:75,tile:256x256,pyramid'; | $cmd = '/usr/bin/vips im_vips2tiff '.$c.' '.$t.':jpeg:75,tile:256x256,pyramid'; | + putenv ('TMPDIR=/data/project/zoomviewer/var/tmp'); | $output = shell_exec( $cmd.' 2>&1'); | rename( $t, $p ); | } | tools.zoomviewer@tools-webgrid-01:~$ to public_html/index.php (and I think that should fix it). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
