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
PHP Fatal error: Uncaught Error: Class 'AZGFDRIVE\Vendor\Monolog\Logger' not found
All seemed to go well. My prefix was added everywhere in vendor directory as expected. But when Logger is called, the class is not found. What step(s) am I missing to get the Monolog files included? There are no other errors. Composer autoload files look suspect as they do not contain the prefix where I would expect it. I tried composer dump-autoload but that doesn't do anything.
Thanks!
The text was updated successfully, but these errors were encountered:
PHP Fatal error: Uncaught Error: Class 'AZGFDRIVE\Vendor\Monolog\Logger' not found
All seemed to go well. My prefix was added everywhere in vendor directory as expected. But when Logger is called, the class is not found. What step(s) am I missing to get the Monolog files included? There are no other errors. Composer autoload files look suspect as they do not contain the prefix where I would expect it. I tried composer dump-autoload but that doesn't do anything.
Thanks!
The text was updated successfully, but these errors were encountered: