1

Most of the time i am getting

"htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: Invalid multibyte sequence in argument"

in laravel even for syntax error. I didnt understand and I am unable to track the actual error.

How can i track the actual error in laravel 4

Rufinus
  • 29,200
  • 6
  • 68
  • 84
Prabhash
  • 11
  • 2

1 Answers1

0

It seems to be a encoding issue. Be sure to specify the encoding UTF-8 :

Check here

Community
  • 1
  • 1
jody_lognoul
  • 817
  • 7
  • 15