Apen / additional_scheduler

Useful tasks in the scheduler module : full backup, send query result in mail, exec SH script with reports...
Other
8 stars 9 forks source link

Can't save scheduler task, error missing execution rights for shell script #32

Open kanow opened 2 months ago

kanow commented 2 months ago

TYPO3 12.4.14 Composer based instance additional_scheduler installed by composer in a local environment with docker PHP 8.2.4

After installing the extension and setup extension with console command I tried to configure a scheduler Task. Choosing "Backupa website". I filled in needed configuration and saved entry.

Then I had an error: The script /app/vendor/apen/additional_scheduler/Resources/Shell/save_typo3_website.sh must be executable

image

I looked into the folder and file save_typo3_website.sh was not executable. Error message was absolutely correct ;-) Is that intentional? Or is this an issue in my locally installed composer package of the extension?

Apen commented 2 months ago

It's intentional, but when we install the extension with composer, it seems that we lost this right on this file.