evrawad Posted April 26, 2024 Posted April 26, 2024 how can find or install '/../vendor/autoload.php' I haven't it in my dir Quote
wolstech Posted April 26, 2024 Posted April 26, 2024 It should come with the application. That file and all the stuff it references will vary depending on the program and version. More often than not this file is generated by composer. If the app uses composer, this error could be that you either didn’t run the composer script or said script failed. Quote
wolstech Posted April 26, 2024 Posted April 26, 2024 You need to either: Find a complete copy of the application that's not missing that folder. Or, if it has a composer.json file, you need to use composer to assemble it. Plesk has a composer tool which can be used for this, or you can follow the application developer's directions (you'll need to do these locally on your PC as most need command line access which we don't offer), then upload the final folder structure that's output by composer. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.