Hi, Have just now purchased and install this. On the first (and subsequent) attempts creating a new banner, and uploading the banner, I get the following error ... Seems it's unable to create a new directory to save the uploaded image within? Correction please?
Hmm it looks like no proper permissions check is being done for the folder I put the banners in. You can simply make the directory manually. It is the external-data-path(which is 'root/data' by default)/banners. So 'root/data/banners'. See if that fixes your issues. Another fix would be to change the permissions of the external data path to 755 at minimum, I think... (not so good with permissions).
Thanks, that resolved it. Had to manually create data/banners directory, and set 775 permissions for it.