Menu

#3247 Sectional-polls not working

Slash 2.5/3.0
open
5
2005-03-17
2005-01-13
shane
No

Sectional-polls possibly not working - they don't ever seem to show
up:

the topic is setup as a nexus

mysql> select * from topics where tid=23;
+-----+---------+----------------------+--------+-------+-------+--------
+-------------+------------+---------------+
| tid | keyword | textname | series | image | width | height
| submittable | searchable | storypickable |
+-----+---------+----------------------+--------+-------+-------+--------
+-------------+------------+---------------+
| 23 | shane | Shane's bits o' blog | no | | 0 | 0 |
yes | yes | yes |
+-----+---------+----------------------+--------+-------+-------+--------
+-------------+------------+---------------+
1 row in set (0.00 sec)

and the nexus has a current_qid defined

mysql> select * from topic_nexus where tid=23;
+-----+-------------+
| tid | current_qid |
+-----+-------------+
| 23 | 16 |
+-----+-------------+
1 row in set (0.01 sec)

that qid links to this poll:

mysql> select * from pollquestions where qid=16;
+-----+---------------------------------+--------+-------+------------
+---------------------+-----+-------------+----------+-------+----------+
| qid | question | voters | topic | discussion | date
| uid | primaryskid | autopoll | flags | polltype |
+-----+---------------------------------+--------+-------+------------
+---------------------+-----+-------------+----------+-------+----------+
| 16 | What type of camera do you own? | 1 | 17 | 330 |
2005-01-13 07:33:16 | 3 | 5 | no | ok | section |
+-----+---------------------------------+--------+-------+------------
+---------------------+-----+-------------+----------+-------+----------+
1 row in set (0.00 sec)

and the skin points to the correct nexus for this section:

mysql> select skid,nexus,name,title,max_rewrite_secs,last_rewrite
from skins where nexus=23;
+------+-------+-------+----------------------+------------------
+----------------+
| skid | nexus | name | title | max_rewrite_secs |
last_rewrite |
+------+-------+-------+----------------------+------------------
+----------------+
| 5 | 23 | shane | Shane's bits o' blog | 3600 |
20050113075103 |
+------+-------+-------+----------------------+------------------
+----------------+
1 row in set (0.00 sec)

however, hit the section's url

<a href="http://shane.lottadot.com/">http://shane.lottadot.com/</
a> and it's not showing that poll. (yes, httpd and slashd have been
stopped and started, well after posting of the poll and before filing
this)

I'm not sure if this is a problem on my website, or if it exists on
anyone else's slashcode install. If someone could test this on their
own system I'd appreciate it.

Discussion

  • Rob Malda

    Rob Malda - 2005-03-17

    Logged In: YES
    user_id=288856

    This will be part of the great poll fixup.

     
  • Rob Malda

    Rob Malda - 2005-03-17
    • assigned_to: jamiemccarthy --> tvroom
     

Log in to post a comment.