orangescrum-community icon indicating copy to clipboard operation
orangescrum-community copied to clipboard

Weird random issue after setting up docker

Open ats-developer opened this issue 8 years ago • 3 comments

Hi, I am getting random urls and end up with error.

http://192.168.31.191:9090/users/HTTP_APPusers/HTTP_ROOTmydashboard

screen shot 2017-08-09 at 12 44 27 pm

Please suggest.

ats-developer avatar Aug 09 '17 07:08 ats-developer

When this is happening to me I notice that app/Config/constants.php is an empty file. Replacing constants .php and re-entering the site from the main page seems to restore functionality except the task I was adding has the date Nov. 29th, 1999.

This has happened twice - so far.

hgNeal avatar Aug 14 '17 23:08 hgNeal

I have app/Config/constants.php preset and all of sudden it stops working and falls into infinite loop and finally result into error which i shared screenshot.

ats-developer avatar Aug 23 '17 07:08 ats-developer

I just installed this today via Docker and am seeing the same problem: v1.6.1

Since the docker image is considered to be an 'official' offering, can someone from the Orangescrum team please take a look.

Basically the steps to reproduce:

  1. run the docker image
  2. edit the app/Config/constants.php and update the SMTP settings
  3. sh start.sh
  4. go through the 3 step setup process
  5. Create a new Task
  6. it will redirect to: //dashboard#tasks >> this is the transitional point where constants.php becomes empty

I think this is a permissions problem, because alongside that empty constants.php, there is a new file constants_tmp.php that is owned by 'apache:apache'.

To test, I executed: chown -R apache:apache /var/www/orangescrum

Unfortunately, when I tried to click on the new task created earlier 'Foundation', the constants.php file was once again be empty.

TerraTech avatar Jul 07 '18 21:07 TerraTech