| Author |
Topic Search Topic Options
|
rimco
Newbie
Joined: 08 October 2003
Location: Norway
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Topic: Blank page when creating new post Posted: 08 October 2003 at 7:26am |
Hi, I'm running a clean installation of version 7.5 (sql2000/win2k) . The installation went completly error free, and the forum seems to work ok.
When I try to make a new post or poll. All I get is a blank page. No error messages. http://217.8.139.45/webwiz/post_message_form.asp?mode=new&am p;FID=1
I have a version 7 up and running on the same server, without any problems.
|
 |
Gullanian
Senior Member
Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2003 at 7:39am |
The error is hidden:
Microsoft VBScript runtime error '800a000d'Type mismatch: '[string: "6.0"]' webwiz/functions/functions_common.asp line 164
|
 |
rimco
Newbie
Joined: 08 October 2003
Location: Norway
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2003 at 8:50am |
Thx Gullanian.
I have found som other topics conserning this error, and after what I can undrstand it has something to do with input locales, and the desimal separator sign. I have tryed to set input locales to English (united states) rebooted the server but it didn't solve the problem.
I find it strange that this isn't a problem in older versions. There must be more in to it than just a input locale issue.
Any suggestions?
Edited by rimco
|
 |
ask023
Groupie
Joined: 16 February 2003
Status: Offline
Points: 130
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2003 at 9:12am |
All,
I have the same problem with Win2003 server and Russian locale...Changes to US not help :-( Could anyone please help us?
Thank you in advance!
|
 |
ask023
Groupie
Joined: 16 February 2003
Status: Offline
Points: 130
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2003 at 9:42am |
All,
It seems I found some info from MS: http://support.microsoft.com/default.aspx?scid=/servicedesks /bin/kbsearch.asp?article=271587 But it totally crash forum :-( So, we needed in patch for WebWiz forum...
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2003 at 5:51pm |
|
The server must use a dot to indicate decimal numbers eg.
2.1
not
2,1
If your server uses anything other than a dot in decimal numbers then
the forum will not be compatible with your server and you won't beable
to use the present version. I don't beleive that there is anyway to fix
this problem without changing the way your server views decimal numbers.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2003 at 6:15pm |
|
I have been looking for a solution and there appears to be no fix with MS on this.
The only way for this to run is if the server uses a period '.' as the
sepporator for decimal numbers otherwise you will receive this error.
Contact your web hosts to correct this problem with your server.
|
|
|
 |
michael
Senior Member
Joined: 08 April 2002
Location: United States
Status: Offline
Points: 4670
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2003 at 9:04pm |
You can do something like that with js if that is possible with the forum. Example:
var myString = "1,111.22"; // shall become "1.111,22"; var europeanformat = myString.forceToNumber().fixedDigits(",",".");
Dunno if that helps
|
|
|
 |