|
Joined: Mar 2005
Posts: 15
stranger
|
stranger
Joined: Mar 2005
Posts: 15 |
I emptied the shout box by deleting the single messages by clicking on their individual close boxes.
When I try to "shout" now, a remark keeps telling me "Sending..." but nothing happens.
|
|
|
|
Joined: Nov 2006
Posts: 3,095 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Nov 2006
Posts: 3,095 Likes: 1 |
What browser are you using and what version of UBBT ?
|
|
|
|
Joined: Dec 2006
Posts: 1,235
veteran
|
veteran
Joined: Dec 2006
Posts: 1,235 |
I get this on here with IE7 but not with Firefox, the whole forum freezes. I have opted to hide the left column that contains the shoutbox and the problem has gone.
Note: I don't use the shoutbox on my own site.
|
|
|
|
Joined: Nov 2006
Posts: 3,095 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Nov 2006
Posts: 3,095 Likes: 1 |
Yes it has been semi-problematic for some reason with IE7 for some users. Others don't seem to have this issue. I seem to be able to run IE7 just fine on this site.
This site also runs many other sites and customized beta software as well, it's possible that the site was just slow for a few minutes when you noticed it.
.
|
|
|
|
Joined: Mar 2005
Posts: 15
stranger
|
stranger
Joined: Mar 2005
Posts: 15 |
I'm using IE6 and 7.1.beta4
When I open the forum and I'm not yet logged in, I see the shouts, even my own from the last session! After login, the shout-box is empty and a new posted shout is freezing with "Sending".
|
|
|
|
Joined: Mar 2005
Posts: 15
stranger
|
stranger
Joined: Mar 2005
Posts: 15 |
Problem found (and solved)
A special German character (Umlaut) was, once again, the cause. In file /languages/german/portal_islands.php line 37 reads:
$ubbt_lang['DELETE_SHOUT'] = "Lösche Shout ID:";
Replacing "ö" with "oe" solved the problem. It seems that this is the text for a hint and this kind of text shouldn't contain special characters (or should be entered in a special way that I don't know).
Using special characters in other texts (e.g. window captions) doesn't seem to be a problem.
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
You should try using the ASCII varient of this character vs using it raw and it should function:
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
BTW, for anyone needs a decent ASCII map, I use this
|
|
|
|
Joined: Jun 2006
Posts: 956
Old Hand
|
Old Hand
Joined: Jun 2006
Posts: 956 |
This is a special case bacause the java function of the shout box. Using ASCII encoding dont work too in browser popup windows. The browser show the encoding itself.
All strings in Threads7 related to any kind of java coding should be without encodet chars or you run in trouble.
This is a point for a bigger review how to handle non-us chars. Actual I use 3 versions of one char in the language file according to the function where it is used to force the correct output. Plain, 'benannte Zeichen' and ascII encodet
Last edited by Zarzal; 01/19/2007 5:06 AM.
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
I think in the end this is another reason why we might need to look at changing everything to UTF-8 encoding which will probably eliminate these types of problems.
I've been doing a bit of testing and haven't found any issues with doing so yet, but it definitely needs to be tested for awhile. Maybe something we can look at for the next release.
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
Would it be possible for the brave to change it prior to 7.2? I think it's what's causing some occasional errors on my site as well.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
All I can say is you can try it  Basically all you have to do is change the encoding in the generic.php language string.
|
|
|
|
Joined: Jun 2006
Posts: 956
Old Hand
|
Old Hand
Joined: Jun 2006
Posts: 956 |
Thats an bad idea on sites running non english chars. If you do it all previous entered special chars are displayd in wrong encoding. I have such a try while playing with language files on my old 6.5 board.
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
|
|
|
|
Joined: Jun 2006
Posts: 956
Old Hand
|
Old Hand
Joined: Jun 2006
Posts: 956 |
I check my old V6.5 database and this runs in: latin1_swedish_ci The new V7.0.2 runs in latin1_swedish_ci too. I dont have any utf formats in my database.
|
|
|
1 members (Gizmo),
103
guests, and
103
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|