SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
Posted:  23 Apr 2009 23:06   Last Edited By: jesser
Hi Hristo,

From time to time, some Spanish language characters (such as ñ, tildes, etc.) were converted into squares as shown in the following picture.
I can do to fix this?

Quote:
http://i293.photobucket.com/albums/mm50/sergiocabo/Clipboard02-2.jpg



Thank you,
Sergio.
Posted:  24 Apr 2009 08:16
You probably need to tweak the charset setting in the language file (lang directory) or the mysql charset/collation. What are their values?
Posted:  25 Apr 2009 06:03
This is what appears in my language file

Quote:
http://i293.photobucket.com/albums/mm50/sergiocabo/Clipboard03-1.jpg


and this in mysql charset / collation

Quote:
http://i293.photobucket.com/albums/mm50/sergiocabo/Clipboard02-3.jpg


Thanks!
Sergio.
Posted:  25 Apr 2009 09:03
Try this. Below the mysql_select_db command in index.php, put this:
Code:

mysql_query("SET NAMES utf8");

Let me know if it fixes the problem. If it does, add it to your admin file. Note: (it may fix the problem on newly added posts, but not fix older ones). Let me know.
Posted:  26 Apr 2009 07:39
Hristo,

I added this line in the file index.php and when I tried again to enter forum gave me this error.

http://i293.photobucket.com/albums/mm50/sergiocabo/Clipboard02-4.jpg

I removed the command line, and went back to upload the index.php file to the server and still continues to show me this error?

what should I do?
thanks
Sergio.
Posted:  26 Apr 2009 08:25   Last Edited By: Hristo
The error basically says it cannot open seo-board_options.php. Do you have that file in the same folder as the index.php?
Posted:  30 Apr 2009 06:15
already solved the problem with these error messages.
Respect to the characters, there is nothing to do. I needed to modify the characteristics of the messages that had already been written. With the new messages will not have this problem.

thanks,
Jesser
Posted:  30 Apr 2009 08:57
The problem is in the utf8 chars. There are chars that are multi byte and seo-board was not build to handle them.