-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Balloon mapping page missing? #807
Comments
Yikes, this could be related to On Sep 8, 2016 5:01 PM, "BeckiC" notifications@github.com wrote:
|
Yes, looks like that's it. On Sep 8, 2016 5:08 PM, "Jeffrey Warren" jywarren@gmail.com wrote:
|
I'm seeing that the record shows: I believe we'd fixed this record already, so I want to check if there's something resetting it. |
Ugh, so there's another record which I moved to "balloon-mapping-2" -- but this seems to be a different error: ActionView::Template::Error (undefined method `username' for nil:NilClass):
3: <p>
4: <span id="tags">
5: <% @node.community_tags.each do |tag| %>
6: <span id="tag_<%= tag.id %>" class="label label-primary" data-toggle="tooltip" data-html="true" title="created by <strong><%= tag.author.username %></str
ong> <%= time_ago_in_words(Time.at(tag.date)) %> ago">
7: <a href="<%= "/maps" if @node.type == "map" %>/tag/<%= tag.name %>"><%= tag.name %></a>
8: <% if current_user && (tag.uid == @node.uid || current_user.role == "admin" || current_user.role == "moderator") %>
9: <a class="tag-delete" data-remote="true" href="/tag/delete/<%= @node.id %>/<%= tag.id %>" data-tag-id="<%= tag.id %>">x</a>
app/views/tag/_tagging.html.erb:6:in `block in _app_views_tag__tagging_html_erb___1417291621532041840_73621280'
app/views/tag/_tagging.html.erb:5:in `_app_views_tag__tagging_html_erb___1417291621532041840_73621280'
app/views/wiki/show.html.erb:113:in `_app_views_wiki_show_html_erb___3529977177811974228_68466720' Fix in testing: #808 |
Fixed in #808. |
What happened just before the problem occurred
Clicked through from Tools page and got an error.
Relevant URLs
https://publiclab.org/wiki/balloon-mapping
PublicLab.org username
Becki
(to help reproduce the issue)
Browser, version, and operating system
For bug reports, fill out the above template; for feature requests, you can delete the template.
To learn how to write really great issues, which increases the chances they'll be resolved, see:
https://publiclab.org/wiki/developers#Contributing+for+non-coders
The text was updated successfully, but these errors were encountered: