Project

General

Profile

Bug #67897

Updated by Alexander Opitz almost 9 years ago

The API of GeneralUtility::rmdir works with returning TRUE/FALSE if removing was possible. But If you try to remove an extension, where the implementation can throw Exceptions webserver user do not have enough access rights, an exception is thrown which isn't intended by catched. So the API yet. "Oops, an error occurred!" will be responded to the Ajax request.

Back