XF 2.1 Avatar update permission denied... XF 2.1.2

  • ErrorException: [E_WARNING] fopen(/home/forum/public_html/myforum.com/data/avatars/o/12/12645.jpg): failed to open stream: Permission denied
  • src/vendor/league/flysystem/src/Adapter/Local.php:158
I recently "upgraded" my VPS and they just copied everything to a new VM. I've run into some issues w/ php config and whatnot that I've resolved. I'm not seeing this when new users try to update their avatars. Any advice? Thanks!
 
That's going to be a server related issue to permissions or ownership of the directories/files.

the /data and /internal_data directories should be chmod recursively to 0777.

Your host will have to resolve that.
 
Top Bottom