Hallo Forum,
Ich habe xampp installiert, geht. In den Ordner htdocs habe ich einen Ordner angelegt und dort befinden sich alle Dateien von de CE Version.
Eine DB habe ich auch angelegt.
Bei der Installation von Oxid kommt die Fehlermeldung:
FEHLER: Keine Datenbankverbindung möglich! - Access denied for user ‘root’@‘localhost’ (using password: YES)
$this->dbHost = 'localhost'; // database host name
$this->dbName = 'test'; // database name
$this->dbUser = 'root'; // database user name
$this->dbPwd = 'test'; // database user password
$this->dbType = 'mysql';
$this->sShopURL = '<sShopURL_ce>'; // eShop base url, required
$this->sSSLShopURL = null; // eShop SSL url, optional
$this->sAdminSSLURL = null; // eShop Admin SSL url, optional
$this->sShopDir = '<sShopDir_ce>';
$this->sCompileDir = '<sCompileDir_ce>';
Was muss ich nun tun?