Bug tracking post for nolaschoolvolunteers.org

Uncategorized

BarcampNOLA created a website for the New Orleans Recovery School District on their second day. This post is for tracking bugs related to that site.

Please leave any open bugs/issues/changes needed in the comments.

Related posts:

  1. First post on new Blog; expect posts concerning MediaWiki
11 Comments

11 Responses to “Bug tracking post for nolaschoolvolunteers.org”

  1. Ryan Lane says:

    The Flickr plugin needs to be fixed, or replaced with something that works.

  2. Rob Schafer says:

    Map links in the Calendar widget only contain the street address, which isn’t precise enough for Google Maps:

    example: http://maps.google.com/maps?hl=en&q=3819%20St.Claude

    These links should have “New Orleans, LA” appended to them.

  3. Matthew Tritico says:

    As soon, as I get Ray’s pics, I will be adding more details to the two BarCampNola posts…

  4. George Mauer says:

    The About page needs a going over. Its currently a block of text full of improper grammar and oddly placed commas.

  5. Jess Planck says:

    If that WordPress install isn’t version 2.8.2 it will need to be upgraded to fix an XSS issue.

  6. Ryan Lane says:

    Plugins can’t be installed. There is likely a misbehaving plugin, or an issue with WordPress. We need to have the php logs enabled.

    See: http://ryandlane.com/sandbox/WordPress_info#PHP_error_logs

  7. Barrett Conrad says:

    I fixed the rewrite so both the .com and .org, with or without the www, redirect to http://www.nolaschoolvolunteers.org.

    However, the attempt to add PHP error logging didn’t work. Crashed the site completely.

    Any thoughts?

  8. Jess Planck says:

    Ryan, depending on the manner of execution WordPress may attempt to manipulate the error_reporting() function. Remember WordPress makes some attempts at the lowest user and developer audience.

    You can try to change the error_reporting() in the main plugin file that needs changes.

    Contact me by e-mail or via @ev3rywh3re on twecrack.. I mean twitter.

    • Ryan Lane says:

      The issue is that we don’t know what plugin is causing the problem, or if it is even a plugin causing the problem. We need the error logs enabled for the entire site for debugging purposes.

      I’m actually really surprised the error logs aren’t already on. I don’t really know of a good reason not to enable them. It is fairly impossible to do much debugging without error logs.

Leave a Comment