SourceMod-Store / WebPanel-Core

The Core for the New WebPanel
GNU Affero General Public License v3.0
6 stars 4 forks source link

composer autoload.php #30

Closed Skootie812 closed 1 year ago

Skootie812 commented 1 year ago

I used curl -sS https://getcomposer.org/installer | PHP and it created the vendor folder when I go to the /public folder on the website it shows me these 2 lines

Warning: require(/var/www/html/smstore2/bootstrap../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/smstore2/bootstrap/autoload.php on line 17

Fatal error: require(): Failed opening required '/var/www/html/smstore2/bootstrap../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/smstore2/bootstrap/autoload.php on line 17

I'm using PHP 7.4.