-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No suitable autoloader found #143
Comments
I ran into the same issue. Tried forking the repo and updating the Composer installer to 2.0. Didn't work. In the end I ran |
@wimkroegman I finally did get it working without including all the dependencies. I ran |
Hi, I'm sorry. I tried to use composer as you mention, or downloading the zip from releases ... and set the plugins in the mu-plugins but nothing works. Is there a way to download the plugin without any use of composer? |
Thx @stefthoen. Will have a look at your solution. |
having the same issues as the above |
Here's a link to the fork that includes the the autoload files. I'm not planning to maintain it and keep it in sync with this repo. @ferdydurque @thebananaland |
Don't get it. The instructions don't say anything about composer (whatever that is) being a requirement. Can someone from the developer team confirm this? Is using composer REQUIRED or not? I have tried a regular plugin install AND placing the release (downloaded from the release page as instructed!) in the mu-plugins folder. Neither works. "No suitable autoloader found. Multisite Global Media cannot be loaded correctly." never goes away. |
@peteratomic this plugin hasn't been updated in a while and the main developer is unresponsive, so I don't think you'll get an answer anytime soon. Composer is a PHP dependency manager. It's like npm for PHP. You can use Composer to pull in packages from packagist.org, but you can also use it to create an autoloader. This is a file that tells your PHP project where it can find the classes that your code needs. If you need to use a class in another file you use to do require, or The developer of this plugin requires a autoload file, but forgot to include one in this codebase. You need to generate it yourself. |
thanks @stefthoen ! |
Hi. I found this same issue too so here is steps that I did and it helped me. I just share in case if someone don't familiar with composer.
If you do this way then it won't throw error. I tested and it works for PHP. (I found other issue on JS on latest Wordpress but it's another topic.) BTW I think someone might aware as exists of |
Hi, I keep on getting a 'No suitable autoloader found' message with the 0.2.0 version. I've used the .zip file in the tagged version and tried to build via composer. Both give the same error.
Also clearing browser cache and installing new WP installs doesn't help.
When I use 0.1.0-beta, all works fine. Any suggestions?
The text was updated successfully, but these errors were encountered: