We have dotproject project management application installed on LAMP platform. Ticket module stopped working, and we can't submit a new ticket. Can anyone help?
admin
07-05-18 23:08
Try turning magic_quote_gpc=On in the /etc/php.ini file. Some applications rely on magic quotes to parse text correctly when body contains special characters such as single or double quotes. This isn't dotproject problem, but server configuration problem.