-2

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.

shajis001
  • 3
  • 3
  • you need to describe your problem better, give details about what is not working, and what were your procedures – jxs Dec 07 '12 at 19:18
  • check if permissions and user and group on files are set correctly.The tmp files should be 777. – huzefam Dec 08 '12 at 07:37

1 Answers1

0

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.

Adam McArthur
  • 950
  • 1
  • 13
  • 27