000-CMS
avatar sven420
sven420
10 Jan 2019

When Path::canChmod($file) returns false method throws an exception as if deletion is not possible but some servers have such setup that chmod is not but file deletion is possible.

Because of this I got errors when trying to update extensions but after commenting out this and line below that is trying to chmod file to 0777 update was success.

In my opinion unlink($file) should be executed even if chmod is not possible and this is a bug that can cause issues for some users.

avatar sven420 sven420 - open - 10 Jan 2019
avatar zero-24
zero-24 - comment - 10 Jan 2019

Hi @sven420

it seams you are talking about an issue with the Joomla! CMS so please open an issue here: https://github.com/joomla/joomla-cms/issues/new?template=Bug_report.md this repo here is for the issue tracker application we build.

avatar sven420
sven420 - comment - 10 Jan 2019

Ok, didn't know that, I've opened it there, you can delete this one.

avatar zero-24
zero-24 - comment - 10 Jan 2019

@mbabker can you please hit the close button here?

avatar mbabker mbabker - change - 10 Jan 2019
Labels Added: 000-CMS
avatar mbabker mbabker - labeled - 10 Jan 2019
avatar mbabker mbabker - change - 10 Jan 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-01-10 20:55:36
Closed_By mbabker
avatar mbabker mbabker - close - 10 Jan 2019

Add a Comment

Login with GitHub to post a comment