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.
index.phpfile in the root? Take care of the name, it must beindex.php. Cedar needs it to determine you application is written in PHP. – hakre Jun 19 '12 at 3:18