1

I have installed agile toolkit on CentOS 6(php 5.3) lamp stack and when I pull up the index.php start page, it gives me a 500 error.

romaninsh
  • 10,606
  • 4
  • 50
  • 70
Ralanyo
  • 61
  • 9
  • Nice. You should add answer to your own question after 24 hours I guess and accept it. That will give you +score and also will mark this question as answered. – DarkSide Jan 08 '13 at 23:44
  • Please @Ralanyo add your own answer below and accept it. That will give you bonus and also this question will not show up as unanswered all the time :) – DarkSide Jan 10 '13 at 10:57
  • I moved solution into a community-wiki answer. – romaninsh Jan 15 '13 at 09:37

1 Answers1

0

I figured this out. Went into the error logs and found the following error.

SoftException in Application.cpp:256: File: /public_html/index.php" is writeable by group

Basically that means the permissions on the index.php file need to be changed. I change them to 644 and all works well.

romaninsh
  • 10,606
  • 4
  • 50
  • 70