Cakephp site does not work on localhost

Asked

Viewed 245 times

1

Hello.
I have a cakephp site running on an internet server.
I’m trying to move to my local machine (Windows 8.1) where I already have xampp running with Cakephp in version 2.1.0.
I downloaded the entire site to the folder C: Webserver xampp htdocs RJ I backed up the database and did the Restore in local mysql.
I changed the app/config/database.php file by placing my database settings locally. When testing the site is giving http error 500. Does anyone know what it can be ?

  • Oops, if you delete . htaccess, what happens?

  • I deleted in httpdocs and app, but it made no difference. Thanks for trying.

  • 1

    Your php.ini is with display_erros=On? Your httpd.conf is with AllowOverride All? Your httpd.conf is with AccessFileName .htaccess?

  • php.ini is display_errors=On My httpd.conf is as shown below <Directory />&#xA; AllowOverride All&#xA; Require all denied&#xA;</Directory> How do I set Accessfilename and how should it be valued? Thanks.

  • Hello @Felipedouradinho. Vc can help me, please?

  • 1

    What you see last (after accessing the page) on \xampp\apache\logs\error.log?

  • I did not find the error and I ended up leaving for another solution. Thanks @Felipedouradinho.

  • 1

    Imagine what a shame you couldn’t solve it...

Show 4 more comments

1 answer

-1


Normalized.I did not find the error and I ended up leaving for another solution. Thanks @Felipedouradinho

Browser other questions tagged

You are not signed in. Login or sign up in order to post.