-
Notifications
You must be signed in to change notification settings - Fork 453
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
Web root error in server logs when opening talk app #1186
Comments
Can you please include your server config as requested by the issue template:
|
@nickvergessen I have already uploaded the server config, section "configuration" That is the same as the output of config:list Do I need to provide more information? |
Right, I missed it inline, is spreed installed in /var/www/cloud.domain.com/apps or /usr/share/webapps/nextcloud/apps |
All apps default installed by nextcloud are in the non writable folder. |
The problem is, that this dir is not accessible from the web, and the webroot you specified If you move the spreed app to the non writable dir it should work without the log message. |
I'm using a nginx alias to make the secondary app folder accessible from the web. Like this:
The browser is loading the assets (css ,js etcetera) without issues except from the warning message in the logs of nextcloud. Do I need to include both app directories in the same webroot? |
Well the php code which is trying to make the path does not go through nginx ;) |
Steps to reproduce
Expected behaviour
No errors in the logs regarding the setting of the web root
Actual behaviour
Error meesage: ResourceLocator can not find a web root (root: /usr/share/webapps/nextcloud/apps/spreed, file: css/spreed/4950-4beb-autocomplete.css?v=7a173342cb0e112d3b11053e87e64a8e, webRoot: , throw: true)
But the css is loading fine.
Server configuration detail
Operating system: Linux 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64
Webserver: nginx/1.12.2 (fpm-fcgi)
Database: mysql 5.5.56
PHP version:
7.1.8
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, cgi-fcgi, bcmath, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, intl, json, exif, mysqlnd, PDO, Phar, posix, shmop, SimpleXML, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlwriter, xsl, zip, mysqli, pdo_mysql, pdo_sqlite, wddx, xmlreader, apcu, igbinary, redis, Zend OPcache
Nextcloud version: 14.0.0 - 14.0.0.19
Updated from an older Nextcloud/ownCloud or fresh install: 13
Where did you install Nextcloud from: Manual install with zip file
Signing status
Array
(
[news] => Array
(
[FILE_MISSING] => Array
(
[vendor/ezyang/htmlpurifier/maintenance/.htaccess] => Array
(
[expected] => 4d51270ac56b1600199cd52c4f0fc34171bb306db59761863c87978049b771a053ebb80c8dda03b4d98bf5e43361ec0e1e1d2ad4b01fc315fb809b40acd23843
[current] =>
)
)
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: local storage
Are you using encryption: false
Are you using an external user-backend, if yes which one:
Client configuration
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
Operating system: Windows 10 1803
Logs
Browser log
Nextcloud log
Browser log
The text was updated successfully, but these errors were encountered: