Internal Server Error (500) - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Internal Server Error (500) (/thread-14304.html) |
Internal Server Error (500) - djabit - 07-04-2011 04:12 AM Hi, i am using ispcp-1.07 on a debian squeeze server (fastgi). I moved several sites from a cpanel server to the new ispcp server without problems. But one site (eticket support ticket system) gives me a internal server error and i have no idea why... Thank you. RE: Internal Server Error (500) - joximu - 07-04-2011 08:46 AM check the logs (suexec.log, error.log, maybe enable php-logging for the site...) /J RE: Internal Server Error (500) - kilburn - 07-04-2011 10:41 PM The script is looking for a file in "/home/delux/public_html", which is not a valid path in your new (ispcp) setup. Look at eticket's configuration files and change the "home/base directory" (or whatever eticket calls it) configuration variable to point to the correct path (/var/www/virtual/delux.me/htdocs). |