Hallo zusammen,
ich habe leider ein Problem beim Abschicken von Blog-Kommentaren. Ich wäre sehr dankbar wenn mir da jemand helfen könnte.
Aktuell läuft Shopware noch in der Entwicklungsumgebung als Setup mit der Shopware-Vagrant-Box und phpStorm.
Wenn ich einen Blog-Kommentar abschicken möchte kommt folgender Fehler:
( ! ) Fatal error: Uncaught Zend_Mail_Transport_Exception: Unable to send mail. in /home/vagrant/www/shopware/engine/Library/Zend/Mail/Transport/Sendmail.php on line 137
( ! ) Zend_Mail_Transport_Exception: Unable to send mail. in /home/vagrant/www/shopware/engine/Library/Zend/Mail/Transport/Sendmail.php on line 137
Call Stack
# Time Memory Function Location
1 0.0001 367408 {main}( ) .../shopware.php:0
2 0.0023 717424 Shopware\Components\HttpCache\AppCache->handle( ) .../shopware.php:117
3 0.0024 720560 Symfony\Component\HttpKernel\HttpCache\HttpCache->handle( ) .../AppCache.php:114
4 0.0025 722680 Shopware\Components\HttpCache\AppCache->invalidate( ) .../HttpCache.php:206
5 0.0025 722680 Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate( ) .../AppCache.php:133
6 0.0025 722680 Symfony\Component\HttpKernel\HttpCache\HttpCache->pass( ) .../HttpCache.php:275
7 0.0025 723056 Shopware\Components\HttpCache\AppCache->forward( ) .../HttpCache.php:258
8 0.0052 996328 Symfony\Component\HttpKernel\HttpCache\HttpCache->forward( ) .../AppCache.php:255
9 0.0053 997184 Shopware\Kernel->handle( ) .../HttpCache.php:491
10 0.0177 1887240 Enlight_Controller_Front->dispatch( ) .../Kernel.php:180
Die Datei Sendmail.php sieht so aus:
Kann es sein das das kein Fehler ist? Liegt das an der Ebtwicklungsumgebung?
Würde es live funktionieren?
Wäre echt super wenn mir da jemand helfen könnte.
Vielen Dank