Internal Server Error in localhost

Jetzt… :grinning:

wie habe jetzt…

$this->dbType = 'mysql';
$this->dbCharset = 'utf8';
$this->dbHost = 'localhost'; // database host name
$this->dbPort  = 3306; // tcp port to which the database is bound
$this->dbName = 'xxxxx'; // database name
$this->dbUser = 'root'; // database user name
$this->dbPwd  = 'xxxx'; // database user password
$this->dbDriverOptions = []; // database driver options
$this->dbUnixSocket = null; // unix domain socket, optional
$this->sShopURL     = 'http://localhost/oxid/source'; // eShop base url, required
$this->sSSLShopURL  = 'https://localhost/oxid/source';            // eShop SSL url, optional
$this->sAdminSSLURL = 'http://localhost/oxid/source/admin';           // eShop Admin SSL url, optional
$this->sShopDir     = '/var/www/html/oxid/source';
$this->sCompileDir  = '/var/www/html/oxid/source/tmp';

Jetzt bekomme alles beiden der Verwaltung Fenster und der Webseite…

Ich wünsche alle euch eine schöne Abends!

1 Like