El error Fatal error: Uncaught TypeError: Cannot access offset of type string on string
El error Fatal error: Uncaught TypeError: Cannot access offset of type string on string indica que estás intentando acceder a un índice de un array, pero en su lugar estás trabajando con un string. Esto puede ocurrir si el array que esperabas recibir es, de hecho, un string
Comentarios
Publicar un comentario