Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 2 Gast/Gäste
SideBar Menu
#21
Kannst Du testweise alle Plugins mal deaktivieren, und dann schauen ob die Umlaute richtig angezeigt werden in den Beiträgen ?
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#22
Okay,
auch wenn alle anderen Plugins aus sind, ist das Problem noch vorhanden
Zitieren
#23
Welche MyBB Version hast Du ?
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#24
die 1.6.13
Zitieren
#25
Kannst Du mal den Inhalt aus der config.php hier posten ? Entferne aber deine Zugangsdaten, muss ja nicht jeder hier sehen Big Grin
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#26
PHP-Code:
<?php
/**
 * Database configuration
 *
 * Please see the MyBB Docs for advanced
 * database configuration for larger installations
 * http://docs.mybb.com/
 */

$config['database']['type'] = 'mysql';
$config['database']['database'] = '*****';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = '*****';
$config['database']['password'] = '******';

/**
 * Admin CP directory
 *  For security reasons, it is recommended you
 *  rename your Admin CP directory. You then need
 *  to adjust the value below to point to the
 *  new directory.
 */

$config['admin_dir'] = '*******';

/**
 * Hide all Admin CP links
 *  If you wish to hide all Admin CP links
 *  on the front end of the board after
 *  renaming your Admin CP directory, set this
 *  to 1.
 */

$config['hide_admin_links'] = 0;

/**
 * Data-cache configuration
 *  The data cache is a temporary cache
 *  of the most commonly accessed data in MyBB.
 *  By default, the database is used to store this data.
 *
 *  If you wish to use the file system (cache/ directory), MemCache, xcache, or eAccelerator
 *  you can change the value below to 'files', 'memcache', 'xcache' or 'eaccelerator' from 'db'.
 */

$config['cache_store'] = 'db';

/**
 * Memcache configuration
 *  If you are using memcache as your data-cache,
 *  you need to configure the hostname and port
 *  of your memcache server below.
 *
 * If not using memcache, ignore this section.
 */

$config['memcache']['host'] = 'localhost';
$config['memcache']['port'] = 11211;

/**
 * Super Administrators
 *  A comma separated list of user IDs who cannot
 *  be edited, deleted or banned in the Admin CP.
 *  The administrator permissions for these users
 *  cannot be altered either.
 */

$config['super_admins'] = '1';

/**
 * Database Encoding
 *  If you wish to set an encoding for MyBB uncomment
 *  the line below (if it isn't already) and change
 *  the current value to the mysql charset:
 *  http://dev.mysql.com/doc/refman/5.1/en/charset-mysql.html
 */

$config['database']['encoding'] = 'utf8';

/**
 * Automatic Log Pruning
 *  The MyBB task system can automatically prune
 *  various log files created by MyBB.
 *  To enable this functionality for the logs below, set the
 *  the number of days before each log should be pruned.
 *  If you set the value to 0, the logs will not be pruned.
 */

$config['log_pruning'] = array(
    
'admin_logs' => 365// Administrator logs
    
'mod_logs' => 365// Moderator logs
    
'task_logs' => 30// Scheduled task logs
    
'mail_logs' => 180// Mail error logs
    
'user_mail_logs' => 180// User mail logs
    
'promotion_logs' => 180 // Promotion logs
);

?>
Zitieren
#27
Da ist alles richtig. Nun bin ich so ziehmlich am Ende meiner Vermutungen angelangt, evtl. kann noch jemand anders einen Tipp abgeben.
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#28
Also ich hab jetzt nochmal um alles Auszuschließen das Forum nochmal Neuaufgesetzt. Es geht auch selbst da nicht.
Zitieren
#29
Forum neu aufgesetzt und geht nicht ?
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#30
Jap! Ich habe Komplett alles gelöscht den Rohzustand gelassen und nur das Plugin Installiert.
Und da klappt es schon nicht. Komisch Irgendwie....

EDIT:
Ich habe es auch auf meinem Localhost mal versucht da klappt es wiederum
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Latest Posts on sidebar MyBB.de Bot 30 7.600 01.03.2020, 00:47
Letzter Beitrag: Exodus
  SideBar Menu MyBB.de Bot 1 1.239 16.03.2018, 23:25
Letzter Beitrag: MyBB.de Bot
  Contact in sidebar MyBB.de Bot 0 1.200 27.11.2016, 15:15
Letzter Beitrag: MyBB.de Bot
  Recent Threads Forum Sidebar MyBB.de Bot 18 6.574 16.10.2014, 17:05
Letzter Beitrag: frage7
  Google Plus in Sidebar MyBB.de Bot 0 1.304 01.04.2014, 22:40
Letzter Beitrag: MyBB.de Bot