• 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 1717

    How to reproduce:

    1. Create an agent.
    2. View the agent’s profile.
    3. Scroll to “Other Agents” section.

    Problem:
    The function ere_do_shortcode does not properly handle attributes that are arrays.

    Suggested fix:
    Add an is_array() check and convert arrays to strings using implode().

    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.