What is broken on this site
Please list here anything that is broken at http://ask.sagemath.org.
UPDATE: Please post bug reports at the main askbot development site: askbot.org.
asked 2010-08-18 21:06:43 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
Please list here anything that is broken at http://ask.sagemath.org.
UPDATE: Please post bug reports at the main askbot development site: askbot.org.
answered 2010-08-18 21:07:16 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
Harald pointed out that the RSS feed link gives the wrong URL. The right URL is http://ask.sagemath.org/feeds/rss/ which fortunately does work fine.
answered 2010-08-18 21:08:37 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
I tried to change the title to "What is broken on this site?" and got a big "key error" traceback. So that's something else broken.
By the way, we're using the development version of askbot's source code, as of Aug 18, 2010.
answered 2010-08-19 03:56:34 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
I have used ask.sagemath.org for ten minutes and have experienced an error like the above twice: Just after having registered, I got an error. Unfortunately, I didn't keep the error message. It was something to do with relaying a request to a funny email-address, like "qu777@something". However, my registration _was_ successful and my question was posted. When I tried to edit my question (to add "Thanks, Johan"), I got an "Index out of bounds" error. I still do, so if it is of interest, I should be able to get the full error message. Regards, Johan
This was because I hadn't setup the mailserver yet. I've now setup the mailserver.
answered 2010-08-19 06:56:57 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
I thought I could leave the 'birthdate' section of my profile blank, and got a similar long error traceback from DEBUG=True.
answered 2010-08-19 07:08:06 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
The title of each page ends with "ASKBOT: Open Source Q&A Forum". That's not really something broken, but maybe it makes sense to change it to something more specific.
answered 2010-08-19 07:17:15 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
Is "no answers" broken? So far every question on this site has at least one answer, but on the front page some are flagged as having no answers (e.g., the question about searching source for a particular algorithm) . . . is this somehow a feature instead of a bug?
Yes, that was an indirect result of the email issue. The author of askbot has written a script that will retroactively fix this, however, I can't run it until 1-2 days from now, due to a family vacation starting now.
answered 2010-08-19 12:31:43 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
There is some kind of syntax error in the question "File imports for polynomial rings in sage". Maybe it's user error, but it might be the kind of user error that's prone to happen a lot when there are angle brackets flying around.
answered 2010-08-19 17:24:51 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
I don't know if this is strictly speaking "broken", but it seems odd to me that each question is listed under its own list of "Related questions". For example, on this page the list includes "What is broken on this site". So maybe not broken, but at least tautologous to the point of being useless?
answered 2010-08-19 19:03:09 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
The privacy policy linked on the footer as "privacy policy" goes to a template page that is currently empty. IOW there is no privacy policy.
Its been more than a year that this is reported. The Privacy page and About page are still empty/useless.
Its been more than a year that this is reported. The Privacy page and About page are still empty/useless.
answered 2010-08-19 23:18:44 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
Trying to edit a previous comment, I still get another error page (different from the ones mentioning e-mail problems), main error being with list index out of range
, and Traceback mentions switch to copy-and-paste view
.
[note: I have no trouble editing this answer]
Strangely, I get the error when I try to edit some answers, but not others. The following gives an error: http://ask.sagemath.org/answers/65/edit/ it's a link to the "edit" button for my comment at http://ask.sagemath.org/question/20/the-tachyon-object-used-for-rendering-plots
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2010-08-18 21:06:43 +0100
Seen: 7,427 times
Last updated: Jul 19 '16
hi guys, would you consider posting these issues at http://askbot.org instead? It might actually serve two good purposes - (1) new users of this forum will be more likely to post b/c "what's broken on this site" will not be the first thing they see; (2) - you will increase activity at askbot.org
that said I don't mind at all to follow this thread as I receive updates by email, just thinking that some folks may be put off from using your forum by seeing this on top of the list :). btw, I've already fixed many of the issues mentioned here.
Can the default sort order be changed to "newest"? That might help.
actually you probably want "active" - that way people will see that something is going on at the site, otherwise they are less likely to post.
Presuming the backend is SQL, a "group by" clause could also help (a 2nd level of sorting). I know pure python lets you do multiple levels of sorting as well.