Otagowano: php

Stara wersja Joomla – po przeniesieniu na inny serwer brak polskich znaków

Należy otworzyć plik: libraries/joomla/database/database.php Następnie w funkcji: __construct() Zakomentować kod: //Set charactersets (needed for MySQL 4.1.2+) if ($this->_utf){ $this->setUTF(); } Na ten kod: //Set charactersets (needed for MySQL 4.1.2+) //if ($this->_utf){ $this->setUTF(); //} Oczywiście...