-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
NC14 RC1 - Managing files #10863
Comments
I cant open Apps from menu. |
Can't open settings/apps too. Error: Call to undefined method GuzzleHttp\Client::request()
Error: Call to undefined method GuzzleHttp\Client::request()
|
Can confirm Guzzle seems to be properly autoloaded though. 🤔 |
| Error: Call to undefined method GuzzleHttp\Client::request() |
I have a system on |
I have also the 14.0.0RC1 and I can't access the apps |
I had the same issue. I did a new checkout on spreed and the run the upgrade wizard and the error was gone. |
how can I do that? |
I think i found the issue. You use the Bookmarks app? "Clean fix" - adjust the version in bookmarks (composer) or replace it with nextcloud version. rm -rf apps/bookmarks/vendor/guzzlehttp/
cp -r 3rdparty/guzzlehttp apps/bookmarks/vendor/ Issue in Bookmarks Edit: @jookk this fixes only the first error. Spreed works fine with git and make command. Edit: Forgot another workaround - set has_internet_connection in the config and no test will be done. Maybe some other internet requiring features will stop working/disabled, but no visible error. (Maybe) no update checks with disabled internet |
I disabled bookmarks app and all seems fine now. Thanks ✋
Dňa 27. augusta 2018 2:04:14 PM používateľ Xaver Maierhofer
<notifications@github.com> napísal:
… I think i found the issue. You use the Bookmarks app?
It has another version of guzzlehttp without request functionClean fix -
adjust the version in bookmarks (composer) or replace it with nextcloud
version.
Temp solution: disable? or maybe remove bookmarks (not tested)
Quickfix (no warranty, works for me):rm -rf
apps/bookmarks/vendor/guzzlehttp/ cp -r 3rdparty/guzzlehttp
apps/bookmarks/vendor/
Issue in Bookmarks
nextcloud/bookmarks#542
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I also had bookmarks app enabled |
@mraitisoja I had the same error with the bookmars app enabled. |
I can confirm that the new bookmarks app breaks things on nextcloud v14. We'll release a new version with support for v14 soon. Until then disabling or simply removing it should do the trick. Sorry for the inconvenience. |
Heads up, Google Drive External apps Failed upgrade with NC 14.0 Final. |
fyi, there's now a new version of the bookmarks app compatible (only) with nc >14. So, after upgrading to v14 and updating the app you can enable it app again. :) |
FYI, This is also breaking during upgrade NC 13 => 14 with the plugin files_external_dropbox |
Steps to reproduce
Expected behaviour
Files are uploaded successfuly, deleted without problem.
Server configuration
Ubuntu 18.04 lts 64 bit:
NGINX 1.14.0:
MariaDB 10.2:
7.2.8:
NC 14 RC1: (see Nextcloud admin page)
Updated from an older Nextcloud (NC 13.0.5 -> NC 14 b4) :
from Nextcloud webpage:
Signing status:
Signing status
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here.
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM
oc_appconfig
WHEREappid
= 'user_ldap';Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
2018/08/26 12:51:43 [error] 1799#1799: *5620 FastCGI sent in stderr: "Unable to open primary script: /var/www/nc/index.php/settings/ocs/v2.php (No such file or directory)" while reading response header from upstream, client: 192.168.1.1, server: nc, request: "GET /settings/ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "nc"
2018/08/26 12:52:13 [error] 1799#1799: *5620 FastCGI sent in stderr: "Unable to open primary script: /var/www/nc/index.php/settings/ocs/v2.php (No such file or directory)" while reading response header from upstream, client: 192.168.1.1, server: nc, request: "GET /settings/ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "nc"
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: