Moving a site from windows to linux box

Permalink
Im trying to move a site from a Windows server to a Linux server.

I am getting this error

An unexpected error occurred.
htmlentities(): Invalid multibyte sequence in argument

Any ideas on whats going on

Thanks

wavemedia
 
hutman replied on at Permalink Reply
hutman
What is the default charset you're using? You might need to specify that as specified in the manualhttp://php.net/htmlentities

PHP 5.4 and 5.5 will use UTF-8 as the default.
Earlier versions of PHP use ISO-8859-1