My website is hosted by another company. I foud a php page that makes a discussion board. The board itself is working great and keeping information. I am able to retrieve and reply to posts with no issues. However, I do have the following message:
File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2) Character set '#33' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file
This appears on the pages created by the php file. I am not sure what to do. The hosting company says it is a glitch in mysql?
What can I do to hide this message? The board itself is working great. My hosting company said I should try the following in my php page but it does not hide the error as I had hoped.
ini_set ('display_errors', '0');
What else can I try???
Thanks in advance!