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
Using composer I got the following error: Fatal error: Class 'OpenNode\Unauthorized' not found in /root/www/lightning-flip/vendor/opennode/opennode-php/lib/Exception.php on line 31
However without composer there was no issue. I tried requiring the same library directly
Using composer I got the following error:
Fatal error: Class 'OpenNode\Unauthorized' not found in /root/www/lightning-flip/vendor/opennode/opennode-php/lib/Exception.php on line 31
However without composer there was no issue. I tried requiring the same library directly
require_once("/composer/opennode/opennode-php/init.php");
And it worked like a charm! Am I doing something wrong?
The text was updated successfully, but these errors were encountered: