avatar issue

Man

New Member
When I try to upload an avatar, I get this error:
The avatars storage directory(/var/www/newsletter/frontend/assets/files/avatars) does not exists and cannot be created!

That folder does exist, what is going on? I am working out of the backend and I do not want to use gravitar.
 
Ok, it was weird. The avatars file is in local, but for some reason, it is not going into my repo or production server. I manually created a avatars folder, now I have another error:

Cannot move the avatar into the correct storage folder!
 
@Man - make sure the folder: /var/www/newsletter/frontend/assets/files is chmoded to 0777 recursive.
(from command line: chmod -R 0777 /var/www/newsletter/frontend/assets/files)
 
Back
Top