WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
define('ADMIN_DIRECTORY', 'admin'); // no leading/trailing slash or backslash!! A simple directory name only!!
Exception: "Access denied for user ''@'localhost'
There was an uncatched exceptionInvalid admin-directory:in line (306) of (/framework/initialize.php):
define('ADMIN_PATH', WB_PATH.'/admin');define('ADMIN_URL', 'http://domain.tld/admin');
Ist klar dass ich das nicht einfach so aus der Hand geben möchte.
Nur sind nun leider alle umlaute verschossen. gibt es da auch eine lösung?
define('DB_CHARSET', 'utf8mb4_unicode_ci');
define('DB_CHARSET', 'utf8_unicode_ci');
<meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" />
<meta charset="utf-8" />
define('DB_CHARSET', 'utf8mb4_unicode_ci'); dagegen ging
kann oder soll ich denn nun auch das update auf 2.11.0 wagen?