Posted on: 09/22/07 12:21am
By: denis
Hi...
I just installed my geeklog forum last version..
I created forum categories..I post new Topic and some comments yesterday.
Tonight ,when I like to post comments I have this error message:
An error has occurred:
2 - htmlspecialchars() [function.htmlspecialchars]: charset `iso-8859-2' not supported, assuming iso-8859-1 @ /home/nine/public_html/ba/forum/include/gf_format.php line 96
Please ,help me..
Re: Help..
Posted on: 09/22/07 03:03am
By: 1000ideen
Did you search the forum e.g. for "htmlspecialchars" ?
Re: Help..
Posted on: 09/22/07 09:50am
By: denis
yes,but I can not finde this file..
Where this file supposed to be?
Re: Help..
Posted on: 09/22/07 09:57am
By: Dirk
The error message you quoted clearly states where the file is located ...
bye, Dirk
Re: Help..
Posted on: 09/22/07 10:21am
By: denis
and...what i supposed to do to fix this problem?
Re: Help..
Posted on: 09/22/07 10:40am
By: Dirk
Searching the forums, as Markus suggested above, would have taken you to
this[*1] discussion ...
bye, Dirk
Re: Help..
Posted on: 09/22/07 12:31pm
By: denis
Hm..
still I can not figured out how I can fix this error..
An error has occurred:
2 - htmlspecialchars() [function.htmlspecialchars]: charset `iso-8859-2' not supported, assuming iso-8859-1 @ /home/nine/public_html/ba/forum/createtopic.php line 923
function.htmlspecialchars is not in my forum directory on my server..(/ba/forum/function.htmlspecialchars was not found on this server)
in /home/nine/public_html/ba/forum/createtopic.php I can not find this
function.htmlspecialchars
:banghead:
Re: Help..
Posted on: 09/22/07 02:02pm
By: Dirk
"htmlspecialchars" is the name of the function - in the files you quoted. Just open them at the line number given in the error messages. And as can be seen in the earlier discussion I pointed you to, all you need to do is to put a @ sign in front of the htmlspecialchars there (so that it reads @htmlspecialchars).
Of couse that's something Blaine should address in a future release of the forum, but it should at least get rid of the errors for now.
bye, Dirk
Re: Help..
Posted on: 09/23/07 10:15am
By: denis
Thanks Dirk..
My forum is now active..
Now I got another problem.
I see all my smiles but when I click on some smile ,this smile is not active and is not showing in my comment.
I can do "drop" this smile in comment box,but then I have:
javascript:emoticon('

'

Emoticon Smile, codes =>
Can you help me?