Page 1 of 1

Error Couldn't create directory "files/2/9"

Posted: 22 Feb 2018, 00:57
by AcePilot
I am trying to create to upload pictures in products within Aimeos and I am getting this error:

Error Couldn't create directory "files/2/9", /var/www/html/amnascloset/vendor/aimeos/aimeos-core/lib/mwlib/src/MW/Filesystem/Standard.php:78

Re: Error Couldn't create directory "files/2/9"

Posted: 22 Feb 2018, 21:27
by tenkraD
dont know which framework or aimeos version you use but have you tried to set the content baseurl config like described in the docs

plugin.tx_aimeos.settings.client.html.common.content.baseurl = https://your-domain/uploads/tx_aimeos/
Docs for aimeos with typo3: https://aimeos.org/docs/TYPO3/Install_A ... gure_TYPO3

and has the uploads directory file permission 0755

Re: Error Couldn't create directory "files/2/9"

Posted: 22 Feb 2018, 23:59
by aimeos
Seems to me like a permission problem. Your web server is not allowed to create the necessary directories.