| Author |
Topic Search Topic Options
|
asplearning
Newbie
Joined: 26 July 2006
Status: Offline
Points: 21
|
Post Options
Thanks(0)
Quote Reply
Topic: Code Image didn't show when I modified lang. file Posted: 28 July 2006 at 2:53pm |
I have posted my issue from the Modifications Forum and Dpyers
told me to post this issue to the Support Forum so I can get help from Borg. Since I had posted my issue from the
Modifications, you can read it from HERE.
Thanks
Edited by asplearning - 28 July 2006 at 2:54pm
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 July 2006 at 9:09pm |
|
The best way to see why your security image is not displaying is to type into Firefox the path to your CAPTCHA_image.asp.
This is the file that creates the security image, and should display an error message in Firefox if there is an issue with this file loading.
|
|
|
 |
asplearning
Newbie
Joined: 26 July 2006
Status: Offline
Points: 21
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 July 2006 at 10:50pm |
boRg,
Here is what I got:
The image http://192.168.0.2/forum/CAPTCHA_image.asp
cannot be displayed, because it contains errors.
Then I tried changing it back to the way it was before and it showed the
image. I am not to sure why modify language_file_inc.asp file is effect
Code Image.
Thanks
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 July 2006 at 12:44am |
|
You need to turn off friendly HTTP errors in IE, or use Firefox to get a complete error message, this will tells us what is wrong.
|
|
|
 |
asplearning
Newbie
Joined: 26 July 2006
Status: Offline
Points: 21
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 July 2006 at 5:16am |
-boRg- wrote:
You need to turn off friendly HTTP errors in IE, or use Firefox to get a complete error message, this will tells us what is wrong.
|
Here is what I got boRg: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Language" content="vi"> </head>
GIF89ap#3f!,p#|C+FXߔ& 8 ى( CTt(kh!0̦uz@b<WePxF]ʲM,9UjwGuS4hw8gIsӥ&9YRbyi&'"juj c3:aЋg(d&lz|Pw3hV8|[F >)+\zBJٌjYBw4j5o=3`NiR rv8H`F<q_z8+J! B']@#W я=>4iGM)}EHE@Rdz]үd{V6mjB}6rڽ7|(; Thanks
Edited by asplearning - 29 July 2006 at 5:17am
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 July 2006 at 8:35am |
It looks like you may have edited an include file somewhere to add in :- <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Language" content="vi"> </head> This is the problem as it is sending data it shouldn't to the browser. To remove the part that you have added that ads the above HTML to your forum, then instead edit the file includes/browser_page_encoding_inc.asp and change the page encoding in that file to UTF-8
|
|
|
 |
asplearning
Newbie
Joined: 26 July 2006
Status: Offline
Points: 21
|
Post Options
Thanks(0)
Quote Reply
Posted: 31 July 2006 at 4:49am |
If I take these lines out then all the words will change to
a different look. Please see the images below:
Code: Web: Even though I have enabled UTF-8 from the includes/browser_page_encoding_inc.asp file. Thanks
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 31 July 2006 at 11:07am |
Also add in your :- <meta http-equiv="Content-Language" content="vi"> Into the browser_page_encoding_inc.asp file By only modifying the file mentioned above to include your page encoding it will only be used in the correct pages. At the moment the file you are modifying is coursing your page encoding tags to be used in pages it shouldn't, such as the security image file which is why this part is not working.
|
|
|
 |