Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

how i can published my project symfony 2.0?

I have never published a symfony project on some hosting, I were uploaded to the server but when i go to my addres site www.....eccc / symfony / web / app.php return this error:

Oops! An Error Occurred The server returned a "500 Internal Server Error". Something is broken. Please e-mail us at [email] and let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.

What else should I do besides sending files?

share|improve this question
Did you try running php app/check.php? (from shell). Also make sure the path to the symfony project is correct. Also, the server must have PHP 5.3+ installed for symfony 2 to work. – Tool Mar 8 '12 at 12:44
it is VPS or what? do you run apache? – Ferhad Mar 8 '12 at 12:50
Tool yes all are correctly; @seferov i not know if is vps or run apache....i never upload symfony2.0 project – Mark Cibor Mar 8 '12 at 13:49
Hi, i'm italian too and interested in the same question. I've asked the (quite same) thing here: stackoverflow.com/questions/9619351/… that could help you... – Gremo Mar 8 '12 at 14:51
instead app.php, go to app_dev.php and write down the error you get – Ferhad Mar 8 '12 at 15:04
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.