modmore / VersionX

Resource & Element Versioning Extra for MODX Revolution (supports 2.2 and up). Extends the core in a future-proof manner to keep copies of every change to resources, templates, template variables, chunks, snippets and plugins.
https://modmore.com/extras/versionx/
40 stars 20 forks source link

Warning: htmlentities : charset `utf8' not supported, assuming iso-8859-1 #44

Closed Spheerys closed 11 years ago

Spheerys commented 12 years ago

Hi,

When I want to see the details of one of the stored version, I have this error on the top of the manager :

Warning: htmlentities() [function.htmlentities]: charset `utf8' not supported, assuming iso-8859-1 in /var/www/virtual/spheerys.fr/gravillas/htdocs/core/components/versionx/model/versionx.class.php on line 727

All my website is set on utf8, and I'm using the last version of MODx (2.2.5) and VersionX (2.0.0)

ChrstnMgcn commented 11 years ago

I have the same issue.

Mark-H commented 11 years ago

What is the value of your "charset" system setting?

Spheerys commented 11 years ago

modx_charset is set on UTF-8 for me

dbendt commented 11 years ago

Same issue here. Doesn't seem to have any noticeable effects. I've turned off php notices and warnings and the utility seems to run fine.

Mark-H commented 11 years ago

I've seen this on some installs, but haven't been able of figuring out where the issue is actually coming from yet... it should use what's in modx_charset, which is UTF-8 whereever I've looked, yet it seems to be using utf8...???

Mark-H commented 11 years ago

Teehee.