mysql> select * from variable where name like 'event_nodeapi_%'; +-------------------------+------------+ | name | value | +-------------------------+------------+ | event_nodeapi_flexinode | s:3:"all"; | +-------------------------+------------+ 1 row in set (0.00 sec)
I think this means I configured one, which sounds right. And it would have been a flexinode type, as there were only two other choices and neither of them seemed right (I think they were the drupal default types).
Gerhard Killesreiter wrote:
On Mon, 23 May 2005, Petre Scheie wrote:
No, the event table appears to be empty:>> mysql> select * from event;> Empty set (0.00 sec)>> That would explain why nothing shows up in the calendar. ;-) So,> the question becomes, why aren't the events getting into the event> table?
Can you have a look at the variables that start with event_nodeapi_ inthe variables table? If there are none, you didn't configure any nodetypes as events. Cheers, Gerhard -- [ Drupal support list | http://lists.drupal.org/ ]