Modify

Opened 13 years ago

Last modified 7 years ago

#8798 new defect

Unhandled exception regarding subscribing

Reported by: trac@… Owned by:
Priority: normal Component: DiscussionPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

I have a problem subscribing to forums / topics. (I have tags plugin enabled, if that makes a difference. Also Ajax.) When I press the subscribe button, a bad thing happens.

In "tags.py", there is a problem in "forum_changed()" and "topic_changed()" -- the new "forum" and "topic" objects don't contain and "id". I think the same happens for "author". (For instance, see api.py where "elif action == 'topic-subscriptions-post-edit':" -- only "subscribers" is created in the new topic.)

I changed the operations in those functions to use "old_forum" and "old_topic" to (apparently) fix the problem. I'm not sure if that's actually correct, but it seems so far to do what I need it to do.

Attachments (0)

Change History (2)

comment:1 Changed 13 years ago by Radek Bartoň

Status: newassigned

Thank you for your description. Error back trace will be also useful. Current trunk version contains unfinished work on TagsPlugin support. Please use some older revision for now. See also #8632.

comment:2 Changed 7 years ago by Ryan J Ollos

Owner: Radek Bartoň deleted
Status: assignednew

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.