Support

Account

Home Forums General Issues Catchable fatal error Reply To: Catchable fatal error

  • Hi @and0r1995

    The post_object field will return an object. An object in PHP cannot be converted to a string.

    Please use get_field to get the object value, and then display the data from the object as you desire.

    Please read the docs to learn more.

    Thanks
    E