Charset problem after server re-installation [ojs-3.2.0-3]

  • Application Version: OJS 3.2.0-3
  • Description:
    After a problem with the server was necesary to re-install the box [debian-strech] with the same versions of Apache, PHP and MariaDb, when I put all such as was running a problem with the diacritics characters (ñ, á, é, ó, etc) appears in the place where they are in the frontend a character ? is showed. The database collation is UTF8 such as the tables. I try updating to the 3.2.1-1 version but after make it the problem continues. In both version the result is teh next:

image

The bckend no run, when I make login the interface continusly load a no error is showed:
image

Thanks.

Hi @cridum,

There are two potential causes for this: Either…

  • your config.inc.php character set configuration changed, or
  • your database character set configuration changed.

The easy one to confirm is your config.inc.php. Does its character set configuration match your old installation exactly?

Regards,
Alec Smecher
Public Knowledge Project Team

Hello

Thaks for you reply, the problem was in the default values for Mariadb chartset (latin-1) in /etc/mysql/mariadb.cnf, after change to utf8 all goes ok.

Merci beaucoup.