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

前端 未结 3 657
旧巷少年郎
旧巷少年郎 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:31

    For future reference the problem was the PHP handler. It has been changed to CGI mode (as opposed to DSO) and they turned suEXEC ‘off’ - might be useful for someone down the line.

提交回复
热议问题