-
Notifications
You must be signed in to change notification settings - Fork 122
S3 Connection problem #26
Comments
Are you using the installation on onlineftp.ch or are you self hosting? Are you sure, that you entered the correct credentials? |
I am using it at self hosting. |
Replace the following part with protected function error($e)
{
info('Login error', [$e]);
return redirect()->back()->withErrors(['connection' => 'Cannot connect to server!'])->withInput();
} Then check your This part of the error handling can definitely be improved. |
I am thankful for the proposal. |
I'm getting this error:
Any idea what might be wrong? Thanks |
Your PHP version is too new. Either downgrade PHP or update the project's dependencies |
When connected to S3, "Can not connect to server!" Is displayed. What should I do?
The text was updated successfully, but these errors were encountered: