@JJVG @niaou73
I tried new installation on same server and have same result.
I found below solutions on this forum and GitHub but right now my provider is investigating it.
I use commercial service and don’t have access to sudo, other root commands and server configuration. I will update you.
Support intro Sorry to hear you’re facing problems
<a href="http://help.nextcloud.com">help.nextcloud.com</a> is for home/non-enterprise users. If you’re running a business, paid support can be accessed via <a href="http://portal.nextcloud.com">portal.nextcloud.com</a> where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of t…
After upgrading to Nextcloud version 10 from 9, creating and syncing files and folders with special characters (space, áéűú etc.) not possible. On version 9 this was not a problem.
Server configuration is Apache 2.4 with ProxyPassMatch to PHP-FPM 5.6.26.
Hello,
i have the same problem when i’m using:
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://localhost:9003/var/www/owncloud/$1
I’m getting errors like:
[proxy_fcgi:error] [pid 8704] [client 93.209.104.xx:38672] Invalid status line from script ‘…’: 0
But disabling the ProxyPassMatch and creating a
<FilesMatch \.php$>
SetHandler "proxy:fcgi://localhost:9003"
</FilesMatch>
does not fix the error for me… after that i’m getting the php source in browser…nothing is interpreted
I’m run…
opened 04:29PM - 22 Oct 16 UTC
closed 10:10AM - 07 Aug 17 UTC
bug
needs info
feature: filesystem
I have a fresh installation of Nextcloud 10.0.1.
In the web-ui I can't create a… ny files / folders with spaces in the name. Neither can I rename or delete any existing files or folders with a space. The existing files with spaces were added on the command line.
I'm running Ubuntu 16.04. Apache 2.4, php 7.4 (through php-fpm). I've had this problem both with mysql and postgresql as the database.
To reproduce this:
- Get a fresh copy of ubuntu
- Install through apt apache2, php, php-fpm, mysql-server
- Install nextcloud 10.0.1
- From the web UI create a new folder and use the default name "New Folder".
The result is no folder is created and an error is left in the log.
The error from the logs is:
```
"Message":"Requested uri
(\/cloud\/remote.php\/webdav\/New%20folder) is out of base uri
(\/remote.php\/webdav\/)","Exception":"LogicException","Code":0,"Trace":"#0
\/srv\/apache\/www.example.com\/content\/cloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(1225):
Sabre\\HTTP\\Request->getPath()\n#1
\/srv\/apache\/www.example.com\/content\/cloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(454):
Sabre\\DAV\\Server->checkPreconditions(Object(Sabre\\HTTP\\Request),
Object(Sabre\\HTTP\\Response))\n#2
\/srv\/apache\/www.example.com\/content\/cloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(248):
Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request),
Object(Sabre\\HTTP\\Response))\n#3
\/srv\/apache\/www.example.com\/content\/cloud\/apps\/dav\/appinfo\/v1\/webdav.php(60):
Sabre\\DAV\\Server->exec()\n#4
\/srv\/apache\/www.example.com\/content\/cloud\/remote.php(165):
require_once('\/srv\/apache\/www...')\n#5
{main}","File":"\/srv\/apache\/www.example.com\/content\/cloud\/3rdparty\/sabre\/http\/lib\/Request.php","Line":214,"User":"philip"}
```
For PHP I have installed:
```
php-common 1:35ubuntu6
php-curl 1:7.0+35ubuntu6
php-fpm 1:7.0+35ubuntu6
php-gd 1:7.0+35ubuntu6
php-mbstring 1:7.0+35ubuntu6
php-mysql 1:7.0+35ubuntu6
php-zip 1:7.0+35ubuntu6
php5-common 5.6.17+dfsg-3ubuntu1
php5-curl 5.6.17+dfsg-3ubuntu1
php5-gd 5.6.17+dfsg-3ubuntu1
php5-mysql 5.6.17+dfsg-3ubuntu1
php7.0-cli 7.0.8-0ubuntu0.16.04.3
php7.0-common 7.0.8-0ubuntu0.16.04.3
php7.0-curl 7.0.8-0ubuntu0.16.04.3
php7.0-fpm 7.0.8-0ubuntu0.16.04.3
php7.0-gd 7.0.8-0ubuntu0.16.04.3
php7.0-json 7.0.8-0ubuntu0.16.04.3
php7.0-mbstring 7.0.8-0ubuntu0.16.04.3
php7.0-mysql 7.0.8-0ubuntu0.16.04.3
php7.0-opcache 7.0.8-0ubuntu0.16.04.3
php7.0-readline 7.0.8-0ubuntu0.16.04.3
php7.0-xml 7.0.8-0ubuntu0.16.04.3
php7.0-zip 7.0.8-0ubuntu0.16.04.3
```
1 Like