Comment by [email protected]:

well done just change configuration :

mysql> select * from configuration where configuration_id=15 ;
+------------------+---------------------------+------------------+--------------------------------+---------------------+------------+---------+---------+
| configuration_id | comment_field | conf_key | conf_value | starttime | updatetime | deleted | user_id |
+------------------+---------------------------+------------------+--------------------------------+---------------------+------------+---------+---------+
| 15 | Path to ImageMagick tools | imagemagick_path | /usr/local/include/ImageMagick | 2011-04-11 00:41:00 | NULL | false | NULL |
+------------------+---------------------------+------------------+--------------------------------+---------------------+------------+---------+---------+
1 row in set (0.00 sec)

mysql> update configuration set conf_value='/usr/src/ImageMagick-6.6.9-4/utilities/' where configuration_id=15 ;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0

For more information:
http://code.google.com/p/openmeetings/wiki/InstallationCentOS5

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" 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/openmeetings-dev?hl=en.

Reply via email to