i'm trying to deploy bugzilla-3.0.4 on my new hosting service at hostingrails.
i've uploaded all the files in tarball into a directory named bugzilla(I also created a subdomain for it) and created a new mysql database and updated the Localconfig.pm file inside Bugzilla/Install folder.
install guide says,
"Run ./checksetup.pl, look for unsolved requirements, and install them."
so i connected to my hosting server with putty and tried to run it but server said
"-jailshell: ./checksetup.pl: Permission denied"
I'm also getting "500 Internal Server Error" when i enter the application url into my browser.
what should i do?
thanks.