Disable PSR extension #13
Replies: 2 comments 4 replies
-
Hello 👋 It looks like the issue is a compatibility problem with the version of Monolog you're using. The emergency() method expects a different parameter type (Stringable|string) than what's defined in the LoggerInterface, causing a conflict. Try running composer update to ensure all dependencies are up to date and compatible. Also, make sure your autoloading is set up properly by running composer dump-autoload. You can deactivate the psr in the php config. |
Beta Was this translation helpful? Give feedback.
-
sorry for the question but how can i disable it on the php config? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to install azuriom using the egg on my panel but i got this error anytime i tried to install it https://pastebin.com/nvEKuDG3
Beta Was this translation helpful? Give feedback.
All reactions