Support

Account

Home Forums Bug Reports Illegal string offset 'field_group' Reply To: Illegal string offset 'field_group'

  • I solved my problem finally when I checked my php.ini file.

    The extension mbstring.so was loaded and that was no necessary.

    I also deleted a string in the php.ini like this: mbstring.func_overload = 7

    This solved the error coming, and now it works great!