Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Last seen: 23 Aug 2017 9H04
I downloaded the 3.2.2 on monday 25th at 09:44. I extract again my archive and the bug is here.
Bug found :silly: Edit ./model/Document.php Line 216 replace: mkdir($newLoc,'0777',true); with: mkdir($newLoc,0777,true);
This is a bug ! When subdirectory does not exists into '../files/documents/' it created with this right: dr----x--t and not with this right: drwx...
Before update to 3.2.2 I can do upload file. I can upload file from ticket or task, but not from the Documennts module. In the input file I see c:...
ok. Thanks.
ok. Sorry I have not saw Ticket #498.
Thanks. All is good.