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?
– Felipe Douradinho
I deleted in httpdocs and app, but it made no difference. Thanks for trying.
– fabricio_wm
Your php.ini is with
display_erros=On
? Your httpd.conf is withAllowOverride All
? Your httpd.conf is withAccessFileName .htaccess
?– Felipe Douradinho
php.ini is display_errors=On My httpd.conf is as shown below
<Directory />
 AllowOverride All
 Require all denied
</Directory>
How do I set Accessfilename and how should it be valued? Thanks.– fabricio_wm
Hello @Felipedouradinho. Vc can help me, please?
– fabricio_wm
What you see last (after accessing the page) on
\xampp\apache\logs\error.log
?– Felipe Douradinho
Let’s go continue this discussion in chat.
– fabricio_wm
I did not find the error and I ended up leaving for another solution. Thanks @Felipedouradinho.
– fabricio_wm
Imagine what a shame you couldn’t solve it...
– Felipe Douradinho