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.

In my localhost cakephp is working fine as like joomla i have uploaded by using filezilla but it is not working can any one tell me how to install it on server.

share|improve this question
you need to describe your problem better, give details about what is not working, and what were your procedures – joaoxsouls Dec 7 '12 at 19:18
check if permissions and user and group on files are set correctly.The tmp files should be 777. – huzefam Dec 8 '12 at 7:37

closed as not a real question by casperOne Dec 10 '12 at 15:21

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 0 down vote accepted

It's hard to no exactly whats going wrong, as you haven't supplied much information!

So I take it you developed your application on your localhost, and then just uploaded the files to your web server using FileZilla.

Some things you're going to want to check:

1) Have you updated your app/Config/core.php file to adapt to your new database?

2) Have you created a new database on your web server, with the same fields/and or data that you had on your localhost server?

3) This is a given, but is your web server's database setup correctly? Does the user have access to the database?

Hope this helps,

Adam.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.