This topic is for posting of fatal PHP errors (White Screen Of Death)...
Fri, 03/04/2016 - 02:14
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
I need help ASAP plz.. it’s the flag module giving me a fatal error...
Fatal error is:
Unsupported operand types in sites/all/modules/contrib/flag/includes/flag/flag_flag.inc on line 132
Do you have a version of the flag module that doesn't have the bad flag typecasting?
Hi,
Please open file flag_flag.inc in folder sites/all/modules/contrib/flag/includes/flag/flag_flag.inc
line 132
Replace:
$options += $flag->options();
with:
$options = array_merge($options, $flag->options());