aaroneiche / do-want

Do Want - Open Source Gift Registry
18 stars 4 forks source link

Circular wait/hourglass overlay on page does not go away. #52

Closed aaroneiche closed 11 years ago

aaroneiche commented 11 years ago

Original author: cclo...@gmail.com (December 03, 2012 15:18:25)

What steps will reproduce the problem?

  1. Fresh install of beta 5.
  2. Log in using newly created user.

What is the expected output? What do you see instead? User logged in successfully without overlay.

Instead, a circular wait/hourglass box is overlaid on the screen that does not go away.

What version of the product are you using? On what operating system? Beta 5 on SL 6.3 (Apache 2.2.15-15, PHP 5.3.3-14)

Please provide any additional information below.

Original issue: http://code.google.com/p/do-want/issues/detail?id=52

aaroneiche commented 11 years ago

From aaron.ei...@gmail.com on December 03, 2012 18:36:28 I think this might be a caching issue. I experienced the same kind of thing on a test installation upgrading. I think it's related to an old method being called that no longer exists.

Recommended test: install into different directory/different URL path and see if the issue persists. If so then there may be a deeper problem at hand.

aaroneiche commented 11 years ago

From cclo...@gmail.com on December 03, 2012 21:16:17 I tried a few things, all without a change in the problem:

Regarding the directory changes you mentioned, I might use a different way of setting up Apache. I install most web-based software into /opt/-, then symlink it to /opt/. I find it makes updating apps easier. Therefore I tried different combinations of directory, symlinks, and apache aliases to see if that made a difference.

aaroneiche commented 11 years ago

From aaron.ei...@gmail.com on December 04, 2012 17:08:11 Thanks Chris, It's a slightly different problem than I first suspected. My previous thought was this was being caused by a call to a method that didn't exist. I now think the problem was a call to sort on an empty list. It was failing and never made it to the call to hide the loading indicator.

If you want, you can pull down 692c3056014e (source->browse there's a 'zip' link) and you can update that way, or you can wait for another Beta, which will probably be in the next day or two.