hoangduit / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

Default install location of converters won't work on windows- resolution #659

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of OpenMeetings are you running? openmeetings_0_7_rc2

A simple problem that took a while to debug. If you've installed the
converter programs on windows the default location is "Program Files",
which has a space.

The bat files generated to handle the conversion don't put quotes around
the executable path.

example:
C:\Program Files\ImageMagick-6.5.0-Q16\convert -thumbnail 240
"C:\applicationservers\openmeetings_0_7_rc2\.\webapps\openmeetings\upload\profil
es\profile_1\x.jpg"
"C:\applicationservers\openmeetings_0_7_rc2\.\webapps\openmeetings\upload\profil
es\profile_1\_bigx.jpg"

So when logged in if u try uploading an image for your profile... nothing
happens when press start upload.

I re-installed the converters to a directory with no blank space and images
started loading just fine.

Original issue reported on code.google.com by galipern...@gmail.com on 18 Mar 2009 at 5:55

GoogleCodeExporter commented 9 years ago
Please verify again and join our mailing list

Original comment by seba.wag...@gmail.com on 30 Jun 2009 at 2:28