pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
869 stars 289 forks source link

pydio 8.2.0 upload error #1425

Open dorajjang opened 6 years ago

dorajjang commented 6 years ago

ajxp_log severity=error,user=shared,sourceSecureTokenMiddleware.php,message=error |.70,params=message=You are not allowed to access this resource repository_id=no-repository

dorajjang commented 6 years ago

INFO (id) conf.sql Switch Repository rep. id=ajxp_home INFO (id) conf.sql Switch Repository rep. id=1 upload error log

vinc76 commented 6 years ago

Hello We have this message when we try to upload large files. For small files we have no problem. We put a limit to 10GB, when we put a 7GB file we have the message. Can this be related to a proxy or other? We will try to do a test by performing a bypass of our proxy.

If not: Do we have a configuration problem? Do you have a workaround?

Thanks for your help,

Vincent

vinc76 commented 6 years ago

hi it seems Indeed, during a switch repository, the upload goes into error Vincent

Evilmachine commented 5 years ago

Hi,

we have the same error during a switch repository. It starts at files with 200mb.

The file is uploaded to 100% and then we got an error. Log says switch repository.

We are on 8.2.1

vinc76 commented 5 years ago

Hello, We are in version 8.2.2, we still have the problem. Following an error message in the Apache logs: [Fri Dec 07 08:42:47.266536 2018] [:error] [pid 1593] [client ...... ] PHP Fatal error: Maximum execution time of 60 seconds exceeded in Unknown on line 0, referer: https://..../ws-rpertoires-clients/.....

we were able to identify a problem with the following variables: max_execution_time Default 60 max_input_time Default 60

We have edit in apache php.ini but also in the php.ini file of the cli. On a file of 5GB which posed us problem before the modification, we can upload it without message of error.

Vincent