I have installed the module, Disable Message to disable core drupal message, but can not figure out how to tell Disable Message, not to show this:
Warning: Invalid argument supplied for foreach () in og_field_widget_form () (line 69 of / var / www / www.ourefriskole. com / www / sites / all / modules / and / includes / og.field.inc).
The guide says: Regular expressions are supported. You do not have to include the opening and closing forward slashes for the regular expression...
There is also a link (http://us3.php.net/manual/en/book.pcre.php)to a page where I can read about Regular expressions, but it is too complicated for me to understand :-(
I hope someone can help me to understand this.
Comments
That's not a core message,
That's not a core message, it's a php message. You can suppress php error reporting (and should do so on a production environment) at Admin -> Configuration -> Development -> Logging and Errors, setting 'Error messages to display ' to 'none'.
Jaypan We build websites
Thank you! I think the
Thank you!
I think the reason to that message is due to the module Entity reference prepopulate. If it is, do I then have to write an issue about it?
Or can you see out of it, what this message is about?
Thank you in advance,
I am new user of Drupal...
The error is being reported
The error is being reported in the Organic Groups module. It's impossible to know from the error message alone whether the problem is in their code, or in the code one of your other modules is passing to Organic Groups. You can open an issue in the support queue for that module and see if they can help you.
Also note that while you will not be able to see PHP errors anymore on the screen, they will still be written to the log, so if you have funny stuff going on on your site, check the recent errors log to see if you can find out anything.
Jaypan We build websites
Thank you
If you in addition to that have time to look at this problem, you should not hear anything for that :-)
http://drupal.org/node/1861730
The viking from Denmark
I am new user of Drupal...