Error 500 in CakePHP version 1.3.15

0

I'm working on a CakePHP project that I can not test on localhost .

I took the project already started and as I can not do the tests, direct post always keeping the backup and work like this is horrible.

I installed CakePHP in version 1.3.15 which is the same one that is on the server and is working perfectly. I can run any version of CakePHP, except the one that works on the web.

I ran the tests on a CentOS 6.7 virtualized server running PHP 5.3.3 and Apache and it still did not work.

Does anyone have any suggestions?

    
asked by anonymous 15.01.2016 / 17:05

2 answers

1

Normalized after giving the following command:

chmod -R 777 ArqRio
    
28.01.2016 / 19:41
1

Fabrício, error 500 is an internal server error. You have to see what's in the log.

When I develop php I always choose to do it in linux. My nomination would be virtualization.

I suggest you take a look at Linux Turnkey:

link

To start a development, there is Red Hat OpenShift, which is free and for testing and study, and it's very interesting. After creating the account, create an Application using the GitHib CakePhp project

    
15.01.2016 / 17:10