Bug Report: Array to string conversion in ere_do_shortcode function when shortco
-
Hello,
I found a bug when displaying the “Other Agents” block on an agent profile page.
Error:
Warning: Array to string conversion in ere-core-functions.php on line 1717How to reproduce:
- Create an agent.
- View the agent’s profile.
- Scroll to “Other Agents” section.
Problem:
The functionere_do_shortcodedoes not properly handle attributes that are arrays.Suggested fix:
Add anis_array()check and convert arrays to strings usingimplode().Thank you for your great plugin. Hope this helps improve it!
Regards,
Rafael
The topic ‘Bug Report: Array to string conversion in ere_do_shortcode function when shortco’ is closed to new replies.