Error in charset for 'File information' links: Rating, Displayed Error in charset for 'File information' links: Rating, Displayed
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Error in charset for 'File information' links: Rating, Displayed

Started by Makc666, April 21, 2006, 03:21:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Makc666

Open any image, lets it be:
http://coppermine-gallery.net/demo/cpg14x/displayimage.php?album=28&pos=0&4x=&displayimage_php?album=28&lang=english

There are links to:
Rating (19 votes): (https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fcoppermine-gallery.net%2Fdemo%2Fcpg14x%2Fimages%2Frating3.gif&hash=7c9bc5ace72e60f51cb53b964b95ccf29827b010) (Details) (<<---- you can hit here)

Displayed: 8 times (Details) (<<---- you can hit here)
(this link will see only CPG admins and only if statistics/loging is enabled)

If you hit Details for both links new pages will open and there will be in header:
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

and must be:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Makc666

The same problem for files:
keyword_select.php
keyword_create_dict.php

Paver

Fixed in stat_details.php and keyword_select.php.

No charset defined in keyword_create_dict.php.  I think you were looking at the output of keyword_select.php again.

Fix committed to stable & devel.