shop icon indicating copy to clipboard operation
shop copied to clipboard

Fehlende Datei /config/mail.php

Open HTML-Wiki opened this issue 3 years ago • 2 comments

Wenn ich deinen Quellcode hier runterladen und mir mal live auf meinem Server anschauen will kommt die Fehlermeldung 404 und drunter steht "Missing configuration file: config/mail.php Rename the corresponding example file and adapt the data it contains to your project."

Was muss ich nun machen?Sorry, bin etwas lost :D

HTML-Wiki avatar Apr 30 '21 11:04 HTML-Wiki

Und wenn ich nun mail.example.php in mail.php umbenenne kommt folgender Fehler: `Warning: require_once(/var/www/html/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/includes.php on line 12

Fatal error: require_once(): Failed opening required '/var/www/html/vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/includes.php on line 12`

HTML-Wiki avatar Apr 30 '21 11:04 HTML-Wiki

Du musst noch composer install ausführen. Das wird in der Installationsanweisung beschrieben.

BibaltiK avatar Apr 30 '21 13:04 BibaltiK