Comment #1 on issue 1947 by [email protected]: No thumbnail/reference
image created for jpeg image
http://code.google.com/p/qubit-toolkit/issues/detail?id=1947
By adding/modifying the lines below to
lib/model/QubitDigitalObject.class.php:
1408 public static function hasImageMagick()
1409 {
1410 $command = 'convert -version 2>&1';
1411 exec($command, $output, $status);
1412 var_dump($output);
1413 die();
I get the following helpful error message:
array(1) { [0]=> string(22) "sh: convert: not found" }
--
You received this message because you are subscribed to the Google Groups "Qubit
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-issues?hl=en.