Hey,
this is rare case, but it happened to me.
in PostCommon.java :
but, sometimes the SmiliesRepository is empty so the
in
public static String processSmilies(StringBuffer text) will return null , and that will crush the process.
please add the following code in
processSmilies method (PostCommon.java) to prevent the case
right after the call to the Repository (line 265)
[originally posted on jforum.net by pavel_twr]