Hey.
I have a problem with this module.
I install everything properly (i think). I can add game and bet on it, but i have error when i want to enter result of game
Fatal error: Unsupported operand types in /sites/default/modules/betting/betting.module on line 960 this is :
'#options' => $def_value + $ABONENTS, that line. When i change it to : '#options' =>$ABONENTS, it's work. Game is ended when i enter results, but status o tip and ticket is still 'pending'.

When i enter result - that error appears in the log : Invalid argument supplied for foreach() w pliku /includes/form.inc on line 1435. form.inc :1435 foreach ($choices as $key => $choice) {- maybe this is the reason?

Can u help me with that ?

Comments

PavelV’s picture

You have to create therm this way.
-something1
-something2
-something3

not
-something1
--something2
--something3

then disappear error

/sites/default/modules/betting/betting.module on line 960
/includes/form.inc on line 1435