Has anyone come across this php error before, Warning: imagejpeg()?

前端 未结 3 663
旧巷少年郎
旧巷少年郎 2021-01-28 12:56
Warning: imagejpeg() [function.imagejpeg]: Unable to open \'/home/SITENAME/public_html/files/cache/052f225905c1618003df0c5088aec7a9.jpg\' for writing: Permission denied          


        
3条回答
  •  庸人自扰
    2021-01-28 13:49

    1. Check that directory exists.
    2. Check if web server daemon, most of the time - www-data, has write permissions to that particular directory.

提交回复
热议问题