TohurTV / oc-socialconnect-plugin

Allows users to sign-in with their Social accounts on your OctoberCMS website
https://octobercms.com/plugin/tohur-socialconnect
5 stars 3 forks source link

Unable to install the plugin #10

Open tjaynl opened 3 years ago

tjaynl commented 3 years ago

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?

nvandendries1984 commented 2 years ago

I got the Same issue with OctoberCMS (Build 473), ill post the debug info.

nvandendries1984 commented 2 years ago

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

nvandendries1984 commented 2 years ago
 *
 * @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