Quote:
Originally Posted by dvL-den
charcter set?
Where to find that 
|
That can be set in the config.php file, but I don't think you should change it. If you don't know about it you're probably using the default.
Did you try disabling all plugins? You can do it by editing includes/config.php and putting:
PHP Code:
define('DISABLE_HOOKS', true);
as the first line, right under the <?php at the top.
See if that makes any difference, then remove that line when you're done.