-
Notifications
You must be signed in to change notification settings - Fork 20
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
file upload error - netxcloud 22.2.3 #471
Comments
Unfortunately, it doesn't seem to be actively maintained. There are some issues that I described in other posts but I haven't received any feedback. |
@christoschronopoulos app was updated to 1.1.3 1d ago Debian 11.2 official, php7.4 official, nextcloud 22.2.3, flowupload 1.1.3 NOT WORKING.
|
It is maintained :). But it is hard to keep up with the frequent nextcloud updates. |
Are you on the Nextcloud 22 beta we provided ? |
No. N22.2.3 notifications show you push a new version. I updated this new version ... The beta did not work before... |
I can confirm that release 1.1.3 seems to be broken (at least on nextcloud 23). I have debugged a bit and come closer to a fix, but don't have one yet. My time is very limited right now. |
I can confirm that the beta version works on nextcloud 23 |
On my nextcloud 23.0.0 only an empty content appears under the menu. The source of the html shows
|
hi there, my setup: I can't upload any (small or big) file via the flowupload app. Attached you can see the log entry of the nginx webserver and the error in the nextcloud webinterface.
here the nextcloud log file:
Is there a workaround or known bug? |
Try the beta mentioned here. |
Thanks @jason5545 |
Same error with 1.1.3 and Nextcloud 24.0.3 and 24.0.4.
|
how did you installed the app ? npm ERR! code 7
npm ERR! path /var/snap/nextcloud/37720/nextcloud/extra-apps/flowupload/node_modules/iltorb
npm ERR! command failed
npm ERR! command sh -c node ./scripts/install.js || node-gyp rebuild
npm ERR! info install installing standalone, skipping download.
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | linux | x64
npm ERR! gyp info find Python using Python version 3.11.3 found at "/usr/bin/python3"
npm ERR! gyp http GET https://nodejs.org/download/release/v20.7.0/node-v20.7.0-headers.tar.gz
npm ERR! gyp http 200 https://nodejs.org/download/release/v20.7.0/node-v20.7.0-headers.tar.gz
npm ERR! gyp http GET https://nodejs.org/download/release/v20.7.0/SHASUMS256.txt
npm ERR! gyp http 200 https://nodejs.org/download/release/v20.7.0/SHASUMS256.txt
npm ERR! gyp ERR! UNCAUGHT EXCEPTION
npm ERR! gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'
npm ERR! gyp ERR! stack at createConfigFile (/var/snap/nextcloud/37720/nextcloud/extra-apps/flowupload/node_modules/node-gyp/lib/configure.js:117:21)
npm ERR! gyp ERR! stack at /var/snap/nextcloud/37720/nextcloud/extra-apps/flowupload/node_modules/node-gyp/lib/configure.js:84:9
npm ERR! gyp ERR! stack at FSReqCallback.oncomplete (node:fs:189:23)
npm ERR! gyp ERR! System Linux 5.15.120-1-MANJARO
npm ERR! gyp ERR! command "/home/server/.nvm/versions/node/v20.7.0/bin/node" "/var/snap/nextcloud/37720/nextcloud/extra-apps/flowupload/node_modules/.bin/node-gyp" "rebuild"
npm ERR! gyp ERR! cwd /var/snap/nextcloud/37720/nextcloud/extra-apps/flowupload/node_modules/iltorb
npm ERR! gyp ERR! node -v v20.7.0
npm ERR! gyp ERR! node-gyp -v v7.1.2
npm ERR! gyp ERR! Node-gyp failed to build your package.
npm ERR! gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. |
Centos8 PHP8 Nextcloud 22.2.3
log:
[index] Error: Call to a member function mkdir() on null
POST /seacloud/index.php/apps/flowupload/upload
from 127.0.0.1 by admin at 2021-12-07T05:45:57+00:00
| Exception: Call to a member function mkdir() on null/var/www/html/seacloud/lib/private/AppFramework/App.php - line 156: OC\AppFramework\Http\Dispatcher->dispatch()/var/www/html/seacloud/lib/private/Route/Router.php - line 302: OC\AppFramework\App::main()/var/www/html/seacloud/lib/base.php - line 1006: OC\Route\Router->match()/var/www/html/seacloud/index.php - line 36: OC::handleRequest()造成的原因是 Error: Call to a member function mkdir() on null/var/www/html/seacloud/apps/flowupload/lib/Controller/UploadController.php - line 85: OC\Files\Filesystem::mkdir()/var/www/html/seacloud/lib/private/AppFramework/Http/Dispatcher.php - line 217: OCA\flowupload\Controller\UploadController->upload()/var/www/html/seacloud/lib/private/AppFramework/Http/Dispatcher.php - line 126: OC\AppFramework\Http\Dispatcher->executeController()/var/www/html/seacloud/lib/private/AppFramework/App.php - line 156: OC\AppFramework\Http\Dispatcher->dispatch()/var/www/html/seacloud/lib/private/Route/Router.php - line 302: OC\AppFramework\App::main()/var/www/html/seacloud/lib/base.php - line 1006: OC\Route\Router->match()/var/www/html/seacloud/index.php - line 36: OC::handleRequest()
The text was updated successfully, but these errors were encountered: