Hello
if Any one have this Error:
Quote:
Warning: array_walk() [function.array-walk]: Unable to call array_lower() - function does not exist in [path]/calendar.php(1224) : eval()'d code on line 473
|
And if you are using 3.8.4:
- download the mod from admincp
- open it via "notebook" and search for :
- function array_lower(&$item, $key)
replace it with
//function array_lower(&$item, $key)
- array_walk($valid_responses,'array_lower');
replace it with
//array_walk($valid_responses,'array_lower');
And ur Done