forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: sIRoTTER on March 12, 2006, 01:18:46 pm

Title: "  " Problem
Post by: sIRoTTER on March 12, 2006, 01:18:46 pm
hello guys,

i've got a Problem with "  ". I'm using a cpp 1.3.3 updated to 1.4.4 . When I'm opening a picture in an extra window to show the full size picture the gallerie shows a  and the picture. I've got also problems with the german "umlaute". I'm using the german language file.
Also when I'm doing some batch-inserts the new pictures aren't shown like bevor.

My Gallerie ist hosted on http://kks06.kk.funpic.de/gallerie/index.php

Would be nice if theres a solutions for this problem.


Andy
Title: Re: "  " Problem
Post by: Joachim Müller on March 12, 2006, 01:28:09 pm
That's a BOM - my guess is that you haven't upgraded all files. Use versioncheck.php to find out. Another reason might be that your free webhost is injecting code into the output.
Title: Re: "  " Problem
Post by: sIRoTTER on March 12, 2006, 01:50:02 pm
everything looks fine.
Only a problem with the ukrainian language file but it doesn't matter.
still the same problem. I'm not sure about my hosting. But why does it now matters and not with the 1.3.3 version?


Andy
Title: Re: "  " Problem
Post by: closer on March 12, 2006, 10:52:23 pm
I had this problem with something else a couple of months ago, it was something dreamweaver added only when the file was saved... when I used notepad to edit the file the signs were gone... never had it again though but thought I should mention this...
Title: Re: "  " Problem
Post by: martl on March 12, 2006, 11:34:49 pm
i had the very same problem at my gallery. Close resarch showed that my "template.html" contained these characters at the very behginning, before the "<!DOCTYPE html PUBLIC" stuff.
 i needed to change my editor to hex mode to see it, Textpad suppressed them  :-\

i have no idea what caused that to go there. possibly some editor put that in, i suspect either Textpad or Notepad...
Title: Re: "  " Problem
Post by: Joachim Müller on March 13, 2006, 09:51:06 am
some editors add those funny characters for utf-8 files, but don't display them. Get a decent text editor that doesn't add unwanted stuff. Template.html shouldn't be utf-8 anyway.
Read more by searching this board for the term "BOM" (byte order mark).
Title: Re: "  " Problem
Post by: sIRoTTER on March 14, 2006, 06:27:05 pm
I'm going to test it but currently I'm not able to edit the template.html. I dont know why?!!?
I try it a little bit later.


Andy

edit: I've to change the access modus. But it's the same problem.
edit2: I've got a problem with uploading the template.html : it is 1.562 kbyte but it should be 1.609kbyte. When I upload the file I allways get the smaller size.
Title: Re: "  " Problem
Post by: Joachim Müller on March 14, 2006, 07:01:25 pm
what FTP app are you using? Are you sure that your operating system and your FTP app use the same method to calculate file sizes? As you may know, 1k is not exactly 1000, but actually 1024, so there might be slight differences. To verify that the file didn't get changed during upload, download it again to another location and compare the two local copies of the file.