Event Results Array error
-
Hey friends
I’m helping out the local handball club with their website and I encountered a problem.
When i put in the results for a match they had last sunday, it displays correctly on all pages except the event page itself – the subpage after clicking on the “Læs mere” (read more) button.
Where it should display the result, it hits me with this string: array(4) {
[“firsthalf”]=>
string(2) “14”
[“secondhalf”]=>
string(2) “15”
[“goals”]=>
string(2) “29”
[“outcome”]=>
array(1) {
[0]=>
string(3) “win”
}
}
29 : 26How do I fix this?
Thanks in advance
~BaraknaThe page I need help with: [log in to see the link]
The topic ‘Event Results Array error’ is closed to new replies.