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.

I am trying to set up a Facebook Application in PHP using Heroku. I've been going through this tutorial.

Whenever I try to deploy my edited index.php file, this error message shows up:

Samantha-Stuarts-MacBook-Pro-2:floating-rain-5194 kungfulemon$ git push heroku
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 251 bytes, done.
Total 2 (delta 1), reused 0 (delta 0)

-----> Heroku receiving push
-----> Git submodules detected, installing
       Submodule 'sdk' (https://github.com/facebook/facebook-php-sdk.git) registered for path 'sdk'
       Initialized empty Git repository in /tmp/build_ekapnewj2avf/sdk/.git/
       Submodule path 'sdk': checked out '6c82b3fdfb8efd27751de028d75fd3ab1f2c1ade'
 !     Heroku push rejected, no Cedar-supported app detected

To git@heroku.com:floating-rain-5194.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:floating-rain-5194.git'

Any ideas as to what I could do? I've tried re entering the command for the Git remote already to no avail.

share|improve this question
2  
Have you placed the index.php file in the root? Take care of the name, it must be index.php. Cedar needs it to determine you application is written in PHP. – hakre Jun 19 '12 at 3:18

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.