menatwork / syncCto

Contao Extension :: Synchronize multiple contao installations with each other
https://packagist.org/packages/menatwork/synccto
25 stars 14 forks source link

Missing file/folder "files\syncCto_backups\…". #246

Open fritzmg opened 8 years ago

fritzmg commented 8 years ago

When you have a fresh Contao (and syncCto) installation and want to create a backup for the first time, the backup cannot be created, because the folder files\syncCto_backups\database (for example) does not exist yet.

In past versions this folder was automatically created, but now it seems you have to do it manually?

stefanheimes commented 8 years ago

You are right, there is a run once which should create it. I will take a look.

fritzmg commented 8 years ago

Yeah, I just confirmed it in a fresh installation. When installing syncCto (via Composer), the folder does not get created.

fritzmg commented 8 years ago

This also poses a security threat if you create these folders without the .htaccess files in it.

m-vo commented 8 years ago

+1 adding an .htaccess file is important, especially if folder listing is somehow enabled.