After install new version, this message keep appear in all pages.

"Excluding shoutbox_add_form"

Comments

Optalgin’s picture

Assigned: Unassigned » Optalgin

I missed that debug print, to fix this you can just remove the line (around line 126)
from the hide_submit.module file.

   drupal_set_message("Excluding ". $exclude_form_id);

or you can walkaround this by clearing the form exclude text-area if you don't
use shoutbox module.

I'll limit printing of messages to debug mode only and issue new release soon

parasolx’s picture

working.. and it disappear.. thanks

Optalgin’s picture

Status: Active » Reviewed & tested by the community
Optalgin’s picture

Version: 6.x-1.8 » 6.x-1.9
Status: Reviewed & tested by the community » Fixed
Optalgin’s picture

Version: 6.x-1.9 » 6.x-1.8

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.