server icon indicating copy to clipboard operation
server copied to clipboard

[Bug]: Class "RemoteException" not found

Open fancycode opened this issue 1 year ago • 1 comments

⚠️ This issue respects the following points: ⚠️

Bug description

The check for "webfinger" causes the following to be logged in my nextcloud.log:

{"reqId":"9hxvgm2X8w9eL5RBw6WA","level":3,"time":"2024-04-08T11:35:44+00:00","remoteAddr":"127.0.0.1","user":"--","app":"public","method":"GET","url":"/.well-known/webfinger","message":"Class \"RemoteException\" not found","userAgent":"Nextcloud Server Crawler","version":"29.0.0.15","exception":{"Exception":"Error","Message":"Class \"RemoteException\" not found","Code":0,"Trace":[],"File":"/path/to/nextcloud/server29/public.php","Line":80,"message":"Class \"RemoteException\" not found","exception":{},"CustomMessage":"Class \"RemoteException\" not found"}}

Steps to reproduce

  1. Checkout stable29 (I'm runing bad51ef63bd84c69e6cc39bb0d09701d48980ec2)
  2. Browse the admin settings
  3. Check the nextcloud.log

Expected behavior

No error should be logged.

Looks like this was introduced by https://github.com/nextcloud/server/commit/7b6a650b6e09b07d4b85a4ae84eb64a6c32b217f (cc @skjnldsv).

Installation method

None

Nextcloud Server version

29

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.2

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • [ ] Default user-backend (database)
  • [ ] LDAP/ Active Directory
  • [ ] SSO - SAML
  • [ ] Other

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

fancycode avatar Apr 08 '24 11:04 fancycode

Same here

tuxick avatar Jun 28 '24 11:06 tuxick