FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Topic Exchange notification, but none to approve
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Topic Exchange notification, but none to approve [message #35751] Wed, 07 February 2007 15:34 Go to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
index.php?t=getfile&id=2775&private=0
  • Attachment: image002.jpg
    (Size: 14.45KB, Downloaded 1286 times)
Re: Topic Exchange notification, but none to approve [message #35761 is a reply to message #35751] Thu, 08 February 2007 00:08 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Run the consistency checker and this false topic exchange request will disappear.

FUDforum Core Developer
Re: Topic Exchange notification, but none to approve [message #35775 is a reply to message #35761] Thu, 08 February 2007 05:29 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Done. However, the topic exchange request is still there.
Re: Topic Exchange notification, but none to approve [message #35787 is a reply to message #35775] Fri, 09 February 2007 01:12 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Can you select the entry from the thr_exhcange table to see what topic it tries to reference?

FUDforum Core Developer
Re: Topic Exchange notification, but none to approve [message #35799 is a reply to message #35787] Fri, 09 February 2007 19:18 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
mysql> select * from fud26_thr_exchange;
+----+-------+-----+--------+-------------+
| id | th    | frm | req_by | reason_msg  |
+----+-------+-----+--------+-------------+
|  2 | 69763 |  26 |      0 | wrong forum |
+----+-------+-----+--------+-------------+
1 row in set (0.00 sec)


mysql> select id, forum_id, root_msg_id, last_post_date, replies, moved_to, thread_opt from fud26_thread where id=69763;
+-------+----------+-------------+----------------+---------+----------+------------+
| id    | forum_id | root_msg_id | last_post_date | replies | moved_to | thread_opt |
+-------+----------+-------------+----------------+---------+----------+------------+
| 69763 |       26 |      194035 |     1170857020 |       3 |        0 |          0 |
+-------+----------+-------------+----------------+---------+----------+------------+
1 row in set (0.00 sec)

Re: Topic Exchange notification, but none to approve [message #35835 is a reply to message #35799] Wed, 14 February 2007 23:26 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
What is suspect is that req_by normally used to represent the id of the user making the request is empty. Do you allow anon users to request thread movement?

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Geolocation upload failure
Next Topic: Top line of [Show what people are doing] always the same
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 27 13:55:00 GMT 2024

Total time taken to generate the page: 0.02671 seconds