Jump to content

[SOLVED] Error - This page contains the following errors


Recommended Posts

Hi snaketec,

I looked at this a little deeper with one of our developers, and it appears that there is an error in your PHP code. You are missing the encoding directive at the end of this string:

 

html_entity_decode('hállo', ENT_QUOTES, "utf-8")

 

You will need to find that in the first line of one of your files in order to identify where this issue is cropping up exactly.

 

I hope this helps.

 

-Mike

Link to comment
Share on other sites

×
×
  • Create New...