Hello,
I'm using WordPress 2.7 (Brazilian Portuguese) on my website and downloaded Scissors 0.95. Whenenver I open the dialog to upload an image, the following message appears at the top:
Warning: Division by zero in /home/gamerlifestyle/www/wp-content/plugins/scissors/scissors.php on line 42
By the way, this is line 42:
$thumbAspectRatio = intval(get_option("thumbnail_size_w")) / intval(get_option("thumbnail_size_h"));
Also, I tried to crop and resize the images anyway, but the progress bar keeps rolling and the command never concludes, even if I wait forever.
I tried downloading and installing the development version, 0.96, but the same problem occurs every time. Is there any solution to this problem?
Thank you for your time and congratulations for your great work!