helpdesk-z / helpdeskz-dev

HelpDeskZ is a free PHP based software which allows you to manage your site's support with a web-based support ticket system.
http://www.helpdeskz.com/
GNU General Public License v2.0
83 stars 64 forks source link

Can't upload image #64

Open citro333 opened 1 year ago

citro333 commented 1 year ago

Hello,

First of all, thank you very much for great application. I've got problem to upload the image in the article. Everything works fine and I can create new article and add it. But when I try to upload the image in the editor I've got "Error 500" response (access denied ). When I check the "upload" directory directly on the server the image is uploaded but I can't open it either - access denied. Have you got any idea how to solve this problem?

Best regards,

citro333 commented 1 year ago

Hello,

Well, I found the problem. I need to enable the GD extension in php.ini file. Please mention this in the "Server Requirements" document.

B.R.

PedroJACorreia commented 1 year ago

Hi. I seem to have the same problem. I've enabled the GD extension but the problem persists. What led you to that extension?