I've been trying many different things in the "Messages to be disabled" field, without luck.... The message I'm trying to disable is :
warning: urlencode() expects parameter 1 to be string, array given in /home/guy/agency.onlinebusinessbuilders.co.uk/html/sites/all/modules/lightbox2/lightbox2_handler_field_lightbox2.inc on line 134.
Ideally I'd like to set it to hide "warning: urlencode() expects parameter 1 to be string*"
Can some kind soul show me the light please....
Guy
Comments
Comment #1
aufumy commentedInspect the warning to make sure there are no hidden html, and then include the html, or use ".+" to take them into account
e.g. something like:
warning: urlencode() expects parameter 1 to be a string.+
Comment #2
anish.a commented