Skip to content
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

Whiteboard 1.0.0 not loading in NC30 #155

Closed
jmechnich opened this issue Sep 14, 2024 · 1 comment
Closed

Whiteboard 1.0.0 not loading in NC30 #155

jmechnich opened this issue Sep 14, 2024 · 1 comment

Comments

@jmechnich
Copy link

jmechnich commented Sep 14, 2024

Installing and enabling the Whiteboard app in NC30 produces a string of the following two errors:

{
  "reqId": "GYbghBaCIvQGdErrMOu1",
  "level": 3,
  "time": "2024-09-14T22:47:07+02:00",
  "remoteAddr": "70.53.232.5",
  "user": "--",
  "app": "PHP",
  "method": "POST",
  "url": "/settings/apps/disable",
  "message": "include_once(/var/www/nextcloud/apps/whiteboard/lib/AppInfo/../../vendor/autoload.php): Failed to open stream: No such file or directory at /var/www/nextcloud/apps/whiteboard/lib/AppInfo/Application.php#38",
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0",
  "version": "30.0.0.14",
  "data": {
    "app": "PHP"
  }
}
{
  "reqId": "GYbghBaCIvQGdErrMOu1",
  "level": 3,
  "time": "2024-09-14T22:47:07+02:00",
  "remoteAddr": "70.53.232.5",
  "user": "--",
  "app": "PHP",
  "method": "POST",
  "url": "/settings/apps/disable",
  "message": "include_once(): Failed opening '/var/www/nextcloud/apps/whiteboard/lib/AppInfo/../../vendor/autoload.php' for inclusion (include_path='/var/www/nextcloud/3rdparty/pear/archive_tar:/var/www/nextcloud/3rdparty/pear/console_getopt:/var/www/nextcloud/3rdparty/pear/pear-core-minimal/src:/var/www/nextcloud/3rdparty/pear/pear_exception:/var/www/nextcloud/apps') at /var/www/nextcloud/apps/whiteboard/lib/AppInfo/Application.php#38",
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0",
  "version": "30.0.0.14",
  "data": {
    "app": "PHP"
  }
}

No file vendor/autoload.php exists within the application directory, so commenting the inclusion in whiteboard/lib/AppInfo/Application.php#38 fixes the issue of logging the error, but no idea if the app actually works then...

@juliushaertl
Copy link
Member

Thanks for reporting. The vendor error was fixed with #157 and the 1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants