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
Have you read our Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect.
Description
the vendor folder for the autoloading is missing
Steps to Reproduce
Expected behaviour
expected to load the required classes and files.
Actual behaviour
Warning: require(C:\Users\Tohzyn\localhost\htdocs\schoolf-one -fusis\school-one\flw-payments/vendor/autoload.php): Failed to open stream: No such file or directory in
Fatal error: Uncaught Error: Failed opening required
Reproduces how often
Everytime
Configuration
API Version: v3
Environment: test mode
Browser: [all
Language: PHP 8.2
Additional Information
if vendor file is not present, notify developer to run composer install.
require DIR.'/vendor/autoload.php';
The text was updated successfully, but these errors were encountered:
Have you read our Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect.
Description
the vendor folder for the autoloading is missing
Steps to Reproduce
Expected behaviour
expected to load the required classes and files.
Actual behaviour
Warning: require(C:\Users\Tohzyn\localhost\htdocs\schoolf-one -fusis\school-one\flw-payments/vendor/autoload.php): Failed to open stream: No such file or directory in
Fatal error: Uncaught Error: Failed opening required
Reproduces how often
Everytime
Configuration
Additional Information
if vendor file is not present, notify developer to run composer install.
require DIR.'/vendor/autoload.php';
The text was updated successfully, but these errors were encountered: