Bug #14132
closedDeleting an extension in Extension Manager generates an unnecessary PHP error
0%
Description
Seen with Typo3 3.6.0, on Linux platform (Gentoo)
When deleting an extension in the EM (this example was css_styled_content but it is the same behaviour with others), I get the following error displayed at the
top of the page that describes the results:
Warning: rmdir (/data/www/default/new/typo3conf/ext/css_styled_content/): No such file or directory in /data/www/lib/typo3_src-3.6.0/typo3/mod/tools/em/index.php on line 1653
The extension is however properly removed, and so is the directory. I guess the EM tries to remove the directory twice or in two locations ?
(This is for extensions I downloaded from TER and installed as local through EM)
This was already present in 3.6.0RC2.
(issue imported from #M44)
Updated by Peter Niederlag over 20 years ago
seems related to
http://bugs.typo3.org/bug_view_page.php?bug_id=0000079
should be fixed in 3.6.2
Updated by Ingmar Schlecht over 20 years ago
I have fixed this already in version 3.6.2 as well as 3.7-dev.