PHP Warning
-
Hello,
I’m getting the following php warnings using php 7.3. The functionality of the plugin seems to work great otherwise.
Warning: Illegal string offset 'eventful' in /app/wp-content/plugins/events-manager/classes/em-locations.php on line 475
Warning: Cannot assign an empty string to a string offset in /app/wp-content/plugins/events-manager/classes/em-locations.php on line 475
Warning: Illegal string offset 'eventless' in /app/wp-content/plugins/events-manager/classes/em-locations.php on line 476
Warning: Cannot assign an empty string to a string offset in /app/wp-content/plugins/events-manager/classes/em-locations.php on line 476
I dug into it a little and it seems that
location=148
is being passed in as a string for the $array_or_defaults variable but should really be an array I think.I’m going to try and dig into the code a little more to see where this string is being passed from.
Let me know if there is any other info you need from me.
Thanks!
Ryan
The page I need help with: [log in to see the link]
- The topic ‘PHP Warning’ is closed to new replies.