You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@logan-christensen I know this was raised a few years ago but did you manage to resolve the issue as ive just tried it to connect to our rackspace and getting the same error
We actually engaged their engineering team and it was pointless. We since moved to AWS. However, I was able to get curl commands to work creating DNS A records, etc.
In a fresh install of Laravel, running the following code:
Causes the error:
Class 'Symfony\Component\EventDispatcher\Event' not found
I'm using Laravel Version 8.12
PHP 7.4
I have symfony/event-dispatcher: ^5.1
I'm sure if it's related but when installing php-opencloud via composer I got the warning:
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
To Reproduce
composer require rackspace/php-opencloud:dev-master
/routes/web.php
I've shared the exception on flare: https://flareapp.io/share/pPvl0AY5#F55
The text was updated successfully, but these errors were encountered: