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
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
joaopedro@joaopedro-HP-EliteDesk-800-G1-DM:~/oci/oci-arm-host-capacity$ ls
composer.json composer.lock images index.php LICENSE README.md src tests
joaopedro@joaopedro-HP-EliteDesk-800-G1-DM:~/oci/oci-arm-host-capacity$ php index.php
PHP Warning: require(vendor/autoload.php): Failed to open stream: No such file or directory in /home/joaopedro/oci/oci-arm-host-capacity/index.php on line 8
PHP Fatal error: Uncaught Error: Failed opening required 'vendor/autoload.php' (include_path='.:/usr/share/php') in /home/joaopedro/oci/oci-arm-host-capacity/index.php:8
Stack trace:
#0 {main}
thrown in /home/joaopedro/oci/oci-arm-host-capacity/index.php on line 8
I tried with sudo but get the same error. This autoload.php is nowhere to be found
The text was updated successfully, but these errors were encountered:
I keep getting this error:
joaopedro@joaopedro-HP-EliteDesk-800-G1-DM:~/oci/oci-arm-host-capacity$ ls
composer.json composer.lock images index.php LICENSE README.md src tests
joaopedro@joaopedro-HP-EliteDesk-800-G1-DM:~/oci/oci-arm-host-capacity$ php index.php
PHP Warning: require(vendor/autoload.php): Failed to open stream: No such file or directory in /home/joaopedro/oci/oci-arm-host-capacity/index.php on line 8
PHP Fatal error: Uncaught Error: Failed opening required 'vendor/autoload.php' (include_path='.:/usr/share/php') in /home/joaopedro/oci/oci-arm-host-capacity/index.php:8
Stack trace:
#0 {main}
thrown in /home/joaopedro/oci/oci-arm-host-capacity/index.php on line 8
I tried with sudo but get the same error. This autoload.php is nowhere to be found
The text was updated successfully, but these errors were encountered: