Problem with Polish chars in Category Problem with Polish chars in Category
 

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

Problem with Polish chars in Category

Started by Rami, March 26, 2013, 01:10:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rami

Hi, I have a problem that I found online. The gallery is in Polish and there are problems in category of coding. I do not know how to solve this problem. Excuse my English. Gallery uses utf-8.

Gallery 1.5.22 - http://degrassi.pl/gallery/

config.php file:
<?php
// Coppermine configuration file

// MySQL configuration
$CONFIG['dbserver'] =                         'localhost';        // Your database server
$CONFIG['dbuser'] =                         'xxx_yyy';        // Your mysql username
$CONFIG['dbpass'] =                         'xxx_yyy';                // Your mysql password
$CONFIG['dbname'] =                         'xxx_yyy';        // Your mysql database name


// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =                'cpg14x_';
$CONFIG['dbcharset'] = 'utf8';
?>

Αndré

Does it also happen for newly added category titles / descriptions or if you edit already existing ones?

Rami

Quote from: Αndré on March 26, 2013, 01:39:13 PM
Does it also happen for newly added category titles / descriptions or if you edit already existing ones?

The problem already solved. It turned out that was incorrect coding in the database and changed it in phpMyAdmin. It's working :)

Joe Carver

@ Rami,
Your post looked to contain real names and passwords for the db.
I have made an edit to remove the information.