Quote:
Originally Posted by thunder28
Hi
I have this error
Warnung: array_walk() [function.array-walk]: Unable to call array_lower() - function does not exist in [path]/calendar.php(1371) : eval()'d code (Zeile 524)
|
I managed to get rid of the error.
I take no responsibility. BACK UP.
Based on this post
https://vborg.vbsupport.ru/showpost....&postcount=206
Open plugin manager
FIND GETDAY_EVENT: Add RSVPs and Form to Event
Edit Plugin PHP Code
FIND function array_lower(&$item, $key)
REPLACE //function array_lower(&$item, $key)
FIND array_walk($valid_responses,'array_lower');
REPLACE //array_walk($valid_responses,'array_lower');
I also edited in the admin section Yes Maybe No to yes maybe no as well.
Edit: It's odd that it just stopped working. I'm running vB4.1.3 P2
I don't consider this a fix, just a workaround.