Skip to content
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

Closed
BeckiC opened this issue Sep 8, 2016 · 5 comments
Closed

Balloon mapping page missing? #807

BeckiC opened this issue Sep 8, 2016 · 5 comments
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed

Comments

@BeckiC
Copy link

BeckiC commented Sep 8, 2016

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

@jywarren
Copy link
Member

jywarren commented Sep 8, 2016

Yikes, this could be related to
#802 which is my top priority
first thing tomorrow. Thanks.

On Sep 8, 2016 5:01 PM, "BeckiC" notifications@github.com wrote:

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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#807, or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJ6F_oa3bWtdr2eymghvtdNMbNJItks5qoHepgaJpZM4J4ct3
.

@jywarren
Copy link
Member

jywarren commented Sep 8, 2016

Yes, looks like that's it.

On Sep 8, 2016 5:08 PM, "Jeffrey Warren" jywarren@gmail.com wrote:

Yikes, this could be related to https://github.com/publiclab/
plots2/issues/802 which is my top priority first thing tomorrow. Thanks.

On Sep 8, 2016 5:01 PM, "BeckiC" notifications@github.com wrote:

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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#807, or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJ6F_oa3bWtdr2eymghvtdNMbNJItks5qoHepgaJpZM4J4ct3
.

@jywarren
Copy link
Member

jywarren commented Sep 9, 2016

I'm seeing that the record shows: #<DrupalNode nid: 22, vid: 27209, type: "page", language: "", title: "Balloon & Kite Mapping", uid: 1, status: 1, created: 1292007214, changed: 1471733029, comment: 0, promote: 0, moderate: 0, sticky: 0, tnid: 0, translate: 0, cached_likes: 5, drupal_comments_count: 0, drupal_node_revisions_count: 117, path: "/wiki/balloon-mapping", main_image_id: nil, slug: "--234">

I believe we'd fixed this record already, so I want to check if there's something resetting it.

@jywarren
Copy link
Member

jywarren commented Sep 9, 2016

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

@jywarren
Copy link
Member

jywarren commented Sep 9, 2016

Fixed in #808.

@jywarren jywarren closed this as completed Sep 9, 2016
@jywarren jywarren added the bug the issue is regarding one of our programs which faces problems when a certain task is executed label Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed
Projects
None yet
Development

No branches or pull requests

2 participants