Należy otworzyć plik:
| 1 | libraries/joomla/database/database.php | 
Następnie w funkcji:
| 1 | __construct() | 
Zakomentować kod:
| 1 2 3 4 | //Set charactersets (needed for MySQL 4.1.2+)         if ($this->_utf){             $this->setUTF();         } | 
Na ten kod:
| 1 2 3 4 | //Set charactersets (needed for MySQL 4.1.2+)         //if ($this->_utf){             $this->setUTF();         //} | 
 Oczywiście pod warunkiem, że nasz CMS jest połączony z bazą MySQL i kodowanie to UTF.
Więcej…
 
		