XF 1.2 Unspecified error

John

Well-known member
I have a custom theme that is throwing an "Unspecified Error" message briefly across the top of the screen when posting a quick reply. The post does not present itself and you just stay at the quick reply dialog when this happens until you do a page refresh, then the post appears. Running error check in Firebug shows this error when this occurs:

Quick Reply not possible for Object[form#QuickReply.AutoValidator index.ph...dd-reply], no #messageList found.

Any thoughts?
 
I have a custom theme that is throwing an "Unspecified Error" message briefly across the top of the screen when posting a quick reply. The post does not present itself and you just stay at the quick reply dialog when this happens until you do a page refresh, then the post appears. Running error check in Firebug shows this error when this occurs:



Any thoughts?
Is there an element with ID #messageList present on the page? Looks like jQuery is trying to find it to place the new post in.
 
Top Bottom