Error deleting user picture
-
Alright so basically, everything was working fine until we pulled the git repo from master on Monday (perhaps we shouldn't have?). I do not have access to the server console so I cannot tell you precisely which git hash we're on.
Since then, users on our forums cannot change their account pictures. This pops up in the NodeBB log everytime a user tries to change their picture:
29/10 14:06 [15435] - error: unable to delete picture /tmp/ZBXRoFYlE-3oKz3fQst8hjbH.jpg
Could it be a permission issue? Or is it an issue with NodeBB itself?
-
Nodebb automatically tries to delete a image if it is unused. This error is nothing crital since the image in question has already been deleted there. Would like to show you the source but mobile has no search
-
@Kowlin Hmm I see, thank you for your reply. What do you mean by unused image? This particular one I posted is my own (I am active daily) which I tested after reports from users not being able to change their picture.
Could this be the source of the problem or is it something else? I'm not seeing anything else in the logs. I should also note that we are using nodebb-plugin-imagemagick and have "Convert to PNG" enabled in the user settings.
-
Can you post this on our GH issue tracker please
-