Unable to install the plugin
tjaynl opened this issue · 3 comments
Hello i'm trying to install the plugin on WinterCMS which is a fork of OctoberCMS, and it seems there is an error when trying to install the plugin it gives me this error:
`
Update failed
File from server is corrupt.
`
If I upload module myself it breaks the website, is there a fix for this?
I got the Same issue with OctoberCMS (Build 473), ill post the debug info.
During plugin installation:
Update failed
"Class 'SocialiteProviders\Manager\ServiceProvider' not found" on line 635 of /home/nvandgd180/domains/codeskullz.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php
We're sorry, but an unhandled error occurred. Please see the details below.
Class 'SocialiteProviders\Manager\ServiceProvider' not found
/home/nvandgd180/domains/codeskullz.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 635
*
* @param string $provider
* @return \Illuminate\Support\ServiceProvider
*/
public function resolveProvider($provider)
{
return new $provider($this); <<-- Problem indicated --
}
/**
* Mark the given provider as registered.
*
* @param \Illuminate\Support\ServiceProvider $provider