mantisbt-plugins / Announce

Announcements plugin for MantisBT, lets privileged accounts create and post announcements that can be shown to users on a global or per-project basis, and allow users to dismiss individual messages.
MIT License
20 stars 14 forks source link

Dismiss announcement doesn't work #11

Closed vboctor closed 7 years ago

vboctor commented 7 years ago

Clicking the dismiss X doesn't have any effect and no javascript console errors.

dregad commented 7 years ago

Can you please check your settings for $g_display_errors, specifically the value for _E_USERDEPRECATED ?

I noticed that the plugin still relies on deprecated db_query_bound() function, which triggers a warning in the dismissal script; when I tested, I had it on inline, so the request executed successfully, but when it's set to halt the ajax fails.

I'll fix the deprecated call, and add logging in case of failure.