Foundation conflict
-
Hello,
When activating Amelia, I have the following error :
Fatal error: Declaration of Symfony\Component\HttpFoundation\ResponseHeaderBag::all() must be compatible with Symfony\Component\HttpFoundation\HeaderBag::all(?string $key = null) in /app/web/app/plugins/ameliabooking/vendor/symfony/http-foundation/ResponseHeaderBag.php on line 91 Fatal error: Uncaught Error: Class "Symfony\Component\HttpFoundation\ResponseHeaderBag" not found in /app/web/app/plugins/ameliabooking/vendor/symfony/http-foundation/Response.php:205 Stack trace: #0 /app/vendor/roots/acorn/src/Illuminate/Foundation/Exceptions/Handler.php(505): Symfony\Component\HttpFoundation\Response->__construct('
I already have HttpFoundation in my composer project. There is a conflict.
How can I handle that ?Thanks ??
- The topic ‘Foundation conflict’ is closed to new replies.