pmelchior / des-exp-checker

Crowdsourced image quality control for the Dark Energy Survey
MIT License
9 stars 2 forks source link

Sign up module causing freeze #43

Closed SanchitAggarwal closed 10 years ago

SanchitAggarwal commented 10 years ago

I was trying to signup as the new user and the signup modal is getting freeze.

pmelchior commented 10 years ago

Are you sure that you can access the user database? Do you see the user ranking on index.html?

SanchitAggarwal commented 10 years ago

Yes I can see the statistics and user ranking on index page

pmelchior commented 10 years ago

Could you send me the network trace. There is a shake-hand going on between the server and the client, and apparently something gets stuck. No worries about passwords, all communication is encrypted.

SanchitAggarwal commented 10 years ago

screen shot 2014-06-13 at 3 24 19 am [12-Jun-2014 04:20:28 Europe/Berlin] PHP Notice: Undefined variable: stmt in /Applications/XAMPP/xamppfiles/htdocs/des-exp-checker/signup.php on line 25 [12-Jun-2014 04:20:28 Europe/Berlin] PHP Notice: Trying to get property of non-object in /Applications/XAMPP/xamppfiles/htdocs/des-exp-checker/signup.php on line 25 [12-Jun-2014 04:22:31 Europe/Berlin] PHP Notice: Undefined index: qa_id in /Applications/XAMPP/xamppfiles/htdocs/des-exp-checker/db.php on line 42 [12-Jun-2014 04:30:08 Europe/Berlin] PHP Warning: readfile(http://...DECam_00168965_27_field.fits.fz): failed to open stream: Operation timed out in /Applications/XAMPP/xamppfiles/htdocs/des-exp-checker/getImage.php on line 11

SanchitAggarwal commented 10 years ago

@pmelchior please find the php log.

pmelchior commented 10 years ago

Could you send me the log for only that one transaction, please. I can't see where the problem actually starts. Also, What I wanted is the network log to see what the client sent to the server and how the server responded.