Print Page | Close Window

The mistake at loading a file WWF8.0 beta 1

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=17907
Printed Date: 13 April 2026 at 4:57pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: The mistake at loading a file WWF8.0 beta 1
Posted By: Ritchie
Subject: The mistake at loading a file WWF8.0 beta 1
Date Posted: 13 January 2006 at 8:12am
At attempt of loading of a file on a server arises pop-up the message on a mistake. The file thus is normally loaded on a server
 



Replies:
Posted By: WebWiz-Bruce
Date Posted: 13 January 2006 at 1:55pm
Sorry I don't understand what you are saying.

Could you please explain further?

What type of file are you uploading and what type of name does the file have?


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Ritchie
Date Posted: 13 January 2006 at 2:14pm
Forgive for my bad EnglishEmbarrassed
I tried upload a file of archive with a name samples.zip which was on a file of archive with a name samples.zip which was on a local disk of my computer. At appeared pop-up a window with symbols " .  , "  And button " OK " which you is represented on a screenshot. If to press on "OK" a file it was normally loaded on server .


Posted By: WebWiz-Bruce
Date Posted: 13 January 2006 at 2:35pm
Looks like, looking at what you have the langauge file is failing to load so you are getting incorrect labels and text.

Try reuploading the original, unmodified, files again.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Ritchie
Date Posted: 13 January 2006 at 4:15pm
Many thanks, Bruce! Clap
The problem really was in a file of localization RTE_language_file_inc.asp.


Posted By: Ritchie
Date Posted: 13 January 2006 at 8:43pm
The problem takes place if to translate contents of a file RTE_language_file_inc.asp on Russian. Cyrillic symbols thus are not displayed at all. What it is necessary to make to solve this problem? Or the given file cannot be localized?


Posted By: WebWiz-Bruce
Date Posted: 14 January 2006 at 12:09pm
I believe I answered this for you in another post.

You need to change the browser_page_encoding_inc.asp file in the includes directory to a browser encoding that supports the Rissian language.

Also you need to ensure that for things like JavaScript parts that you don't break the JavaScript string and escape some characters, otherwise the Javascript may fail to run correctly.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Ritchie
Date Posted: 14 January 2006 at 4:04pm
The coding in a file browser_page_encoding_inc.asp is chosen correctly "Const strPageEncoding = "windows-1251"", I checked it earlier. Working capacity of code JAVA also has not been broken by me. The problem arises if for example a line 168 RTE_language_file_inc.asp to change to its Russian analogue:
 
String 168:   Const strTxtPleaseWaitWhileFileIsUploaded = "Please be patient while the file is being uploaded to the server."
 
The line has been translated on Russian:
 
String 168:   Const strTxtPleaseWaitWhileFileIsUploaded = "Пожалуйста подождите пока файл загружается на сервер."
 
 
At such replacement cyrillic symbols leave all Cry
 
 
 If the line contains both latin and cyrillic symbols - are displayed only latin.
 
String 168:   Const strTxtPleaseWaitWhileFileIsUploaded = "Please(пожалуйста) be patient(подождите) while(пока) the file(файл) is being uploaded(загружаетя) to(на) the server(сервер)."
 
 
I can assume, that any function RTE can filter not latin symbols. If it so it is probably exact the same problem exists and in other codings (for example windows-1255, windows-1253 and others)
 
 


Posted By: WebWiz-Bruce
Date Posted: 16 January 2006 at 4:21pm
The part you are encoding is within a Javascript function.

I've not had much experience at non-Latin languages, but could it be that javascript doesn't support these characters?

Dies javascript usually work in Russian when you make your own sites?


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Ritchie
Date Posted: 16 January 2006 at 7:47pm
Javascript without problems works with cyrillic symbols. It is a problem of code WWF, but not Javascript. I can assume that in a code of a forum there is some part of a code which can influence not latin symbols, for example with a view of safety of a forum. I have lead following experiment:
 
The part of a code:
 
 <input type = "submit" name = "Submit" id = "Submit" value = " <% = strTxtOK %> ">
 
has been copied by me so:
 
<input type = "submit" name = "Submit" id = "Submit" value = "ДА">.
 
I have placed this part of a code directly here: RTE_popup_file_atch.asp
 
At start of file RTE_popup_file_atch.asp these symbols have been displayed in not readable kind. But as soon as the coding in a file browser_page_encoding_inc.asp was is changed on "utf-8"
 
String 58 Const strPageEncoding = "utf-8"
 
these symbols it is possible was normal prohonour.
 
But if to place translation of a word "OK" on Russian "ДА" in file RTE_language_file_inc.asp:
 
String 139: Const strTxtOK = "OK"
 
we Replace on
 
String 139: Const strTxtOK = "ДА"
 
Symbols "ДА" are not displayed At all:
 
 
 


Posted By: WebWiz-Bruce
Date Posted: 17 January 2006 at 10:26am
I don't have any experince with non-Latin character sets so sorry I don't know what else to suggest

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Eurgene I
Date Posted: 17 January 2006 at 4:10pm

The problem really exists.  It has appeared in WWF v.8. Up to version 7.96 (inclusively) all operated normally.
Javascript fine interacts with Russian. Thus, a problem in WWF v.8.

By the way, after transition of a forum ( http://forums.webwiz.net/ - http://forums.webwiz.net/ ) on beta version 8 of a problem with the coding have appeared at a forum of russification (http:// http://forums.webwiz.net/forum_posts.asp - www.webwiz.net/bbs/forum_posts.asp ? TID=2730*TPN=14). The coding of page permanently is spontaneously knocked down on ISO (even after manual installation in WIN-1251). Therefore, for example, at trying to edit the message - numerals in a field of editing become not readable.



-------------
"If you healthy one, you hadn't been examined." . All about of laboratory tests on http://www.primer.ru - www.primer.ru


Posted By: WebWiz-Bruce
Date Posted: 17 January 2006 at 4:19pm
I not saying the problem doesn't exsits, what I am saying is as someone who has never used a characterset other than English I have no-idea what courses it or why.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: WebWiz-Bruce
Date Posted: 17 January 2006 at 4:22pm
Posiably the following at the top of the page is coursing the problem:-

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Ritchie
Date Posted: 17 January 2006 at 7:44pm
It does not solve a problem.
 
Originally posted by -boRg- -boRg- wrote:

Posiably the following at the top of the page is coursing the problem:-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 
 
It does not solve a problem. I am ready to offer the decision of the given problem, but all over again would like to be assured, that it takes place at other users.
 
 
 
 
 
 2 -Borg-
 
At me such immodest question to you: you used What editor for a writing of a code of a forum?
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net