Hi,
I am using the FileService upload function.
The Upload and Cancel button only show two very narrow buttons with no words on them.
The functions work fine.
And all the text on that page do not appear.
How this can be fixed?
file service upload page button and text not showing well.
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 272
- Joined: Fri Dec 14, 2012 2:55 pm
- Location: Ottawa
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
-
- Ebase User
- Posts: 272
- Joined: Fri Dec 14, 2012 2:55 pm
- Location: Ottawa
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
Can you check if the other system texts display ok. If you display a list (any type of list will do) do you see "Please Select" at the top of the list? This is system text 21. If it's missing, it implies that the form is running in a language for which there are no configured texts. You can check the runtime language with script statement form.language. If you don't explicitly specify a language, this should be the default language which is usually EN.
0 x
-
- Ebase User
- Posts: 272
- Joined: Fri Dec 14, 2012 2:55 pm
- Location: Ottawa
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
Xiaoli,
I haven't seen this before. I don't know why all your system texts are missing. I still think that the most likely cause is a mismatch between the runtime language and the language the system texts are configured in. Though it looks as if both will be English (EN) on your system. Have you made any configuration changes to the languages setup?
Things to try (one at a time):
1. Delete all files in UfsServer\tomcat\work\Catalina\localhost\ufs and restart the server.
2. Export system texts (They are under "System" in the export dialog). Check the export file contains the correct content e.g. for system text 21, you should see the English "Please select" text like this:
Then re-import the export file.
Regards
Jon
I haven't seen this before. I don't know why all your system texts are missing. I still think that the most likely cause is a mismatch between the runtime language and the language the system texts are configured in. Though it looks as if both will be English (EN) on your system. Have you made any configuration changes to the languages setup?
Things to try (one at a time):
1. Delete all files in UfsServer\tomcat\work\Catalina\localhost\ufs and restart the server.
2. Export system texts (They are under "System" in the export dialog). Check the export file contains the correct content e.g. for system text 21, you should see the English "Please select" text like this:
Code: Select all
<text textId="21">
..
<languageText>
<languageId>EN</languageId>
<content>Please select</content>
</languageText>
</text>
Regards
Jon
0 x
-
- Ebase User
- Posts: 272
- Joined: Fri Dec 14, 2012 2:55 pm
- Location: Ottawa
Who is online
Users browsing this forum: No registered users and 21 guests