SITE REVIEW: Urgent help please

  • davidaus
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Dec 27, 2004
  • Posts: 184
  • Loc: Indo
  • Status: Offline

Post February 10th, 2005, 3:19 am

I make this site, http://www.primegallery.net
Everything goes well except you will be promted to install language pack before seeing the gallery.
I remember that i did not use any foreign language or unicode setting other than utf-8. But amazingly, some people get this message "install language pack" and if you reject it, the gallery stop loading. I test this with my own computer, it seems nothing wrong.
I need help here, would you mind browsing through the gallery section and see whether you are also be promted like the others did ?
If yes, please tell me the url.

I surf my whole site but did not find anything like that.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 10th, 2005, 3:19 am

  • snicksnack
  • Beginner
  • Beginner
  • User avatar
  • Joined: Feb 06, 2005
  • Posts: 35
  • Loc: China
  • Status: Offline

Post February 10th, 2005, 4:19 am

I had a look at your site and check the gallery. I didn;t get any message regarding installing a language pack.
  • davidaus
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Dec 27, 2004
  • Posts: 184
  • Loc: Indo
  • Status: Offline

Post February 10th, 2005, 4:47 am

Maybe the main reason is you are from china
It is a chinese language pack
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post February 10th, 2005, 5:25 am

Hi, I am viewing from the UK - not asian font thingys installed, browsing using Firefox.

Everything view fine and did not ask me to install anything, went into the gallery section and into a few sub folders still no problem.

Cheers,
Rose
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • davidaus
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Dec 27, 2004
  • Posts: 184
  • Loc: Indo
  • Status: Offline

Post February 10th, 2005, 6:45 am

Really ?
How come people saying that they are promted to install chinese language pack..
Can you please try to right click my homepage or anywhere you like, and see whether you are promted or not ?

Once again Thanks for your help
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post February 10th, 2005, 6:52 am

I went everywhere in the site in both Firefox and Internet Explorer, it did not ask to install anything.
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • lioness
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jun 23, 2004
  • Posts: 1616
  • Status: Offline

Post February 10th, 2005, 6:59 am

Using IE (it's all we have at work :evil: ) I was not prompted to install any language packs. It is a strange situation that some got prompted and others didn't...
  • daremedy
  • Professor
  • Professor
  • No Avatar
  • Joined: Oct 29, 2004
  • Posts: 911
  • Status: Offline

Post February 10th, 2005, 7:39 am

Yup, I got it! From Canada, in Internet Explorer. But your page still loads up and you can still view the pictures (although the language pack thing keeps popping up every time). Its like this for every single gallery selection you have.

Checking your code, you have a line near the bottom that may be a problem:

Code: [ Select ]
<td width="100%"> <script type="text/javascript">

//EDIT ^-- My code didnt display correct, between the td and script there's a square character, which means its unrecognizable. The line is just before your google ad.

Also, since the gallery is an automatically generated script from adobe, are you using the english version of adobe? It shouldnt have anything to do with the code they output, but you have to look at all of the options.
  • davidaus
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Dec 27, 2004
  • Posts: 184
  • Loc: Indo
  • Status: Offline

Post February 10th, 2005, 8:39 am

yes, I'm using english version of photoshop.
Thanks for reviewing my site.
  • davidaus
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Dec 27, 2004
  • Posts: 184
  • Loc: Indo
  • Status: Offline

Post February 10th, 2005, 8:48 am

Is it possible to format all pages without creating it again ?
  • daremedy
  • Professor
  • Professor
  • No Avatar
  • Joined: Oct 29, 2004
  • Posts: 911
  • Status: Offline

Post February 10th, 2005, 8:55 am

Just manually edit the line that may be the problem (the one before the google ad), then I can test it to see if that is in fact the problem. No need to re-do all of them yet until you know what the main problem is. All your other lines look fine to me, its just that one section before your script call that I think may be the problem.

Code: [ Select ]
                          <p align="left"><script type="text/javascript"><!--
google_ad_client = "pub-0131859704027169";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  1.                           <p align="left"><script type="text/javascript"><!--
  2. google_ad_client = "pub-0131859704027169";
  3. google_ad_width = 468;
  4. google_ad_height = 60;
  5. google_ad_format = "468x60_as";
  6. google_ad_channel ="";
  7. google_color_border = "336699";
  8. google_color_bg = "FFFFFF";
  9. google_color_link = "0000FF";
  10. google_color_url = "008000";
  11. google_color_text = "000000";
  12. //--></script>
  13. <script type="text/javascript"
  14.  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  • daremedy
  • Professor
  • Professor
  • No Avatar
  • Joined: Oct 29, 2004
  • Posts: 911
  • Status: Offline

Post February 10th, 2005, 8:58 am

By the way, go through your code and look for ANY special characters that may be in there. I wont be able to see your full code because I can only see the code that my browser can understand, so I wont know what your error is. I've never had a single problem when I created a picture gallery with adobe, so it may be something you added yourself, possibly in the google ad.
  • davidaus
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Dec 27, 2004
  • Posts: 184
  • Loc: Indo
  • Status: Offline

Post February 10th, 2005, 9:13 am

No, i didn't anything to the google script or the adobe script. It just go like it should be. May be the unicode is automatically changed as this laptop is bought from china.

I had del the space within <TD> and <SCRIPT>
It is a "&nbsp" .

Can you check it at http://www.primegallery.net/photo/animals/index.htm

See whether you got the promt message!
Thanks
  • daremedy
  • Professor
  • Professor
  • No Avatar
  • Joined: Oct 29, 2004
  • Posts: 911
  • Status: Offline

Post February 10th, 2005, 9:21 am

Yeah, I still get the message. I just tried loading it in Firefox and it loads without any problems, its just Internet Explorer that seems to be you crap. I'll try and look for other possible corrections, but this is just weird!
  • daremedy
  • Professor
  • Professor
  • No Avatar
  • Joined: Oct 29, 2004
  • Posts: 911
  • Status: Offline

Post February 10th, 2005, 9:23 am

Try switching your meta tag http-equip to this:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 10th, 2005, 9:23 am

Post Information

  • Total Posts in this topic: 37 posts
  • Moderator: Website Reviewers
  • Users browsing this forum: No registered users and 47 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.