* Database error: no itemid could be generated.
This seems to confuse me though. It's not because the mysql user doesn't have insert privs because it does. And if I go into mysql and run select * from log; the results show that something is being written.
| ownerid | posterid | eventtime | logtime | itemid | compressed | security | allowmask | replycount | year | month | day |
+---------+----------+------------------
| 1 | 1 | 2001-05-17 23:30:00 | 2001-05-17 23:31:07 | 1 | N | public | 0 | 0 | 2001 | 5 | 17 |
| 1 | 1 | 2001-05-27 02:42:00 | 2001-05-27 02:42:41 | 2 | N | public | 0 | 0 | 2001 | 5 | 27 |
| 1 | 1 | 2001-05-27 02:43:00 | 2001-05-27 02:43:26 | 3 | N | public | 0 | 0 | 2001 | 5 | 27 |
| 1 | 1 | 2001-05-27 02:43:00 | 2001-05-27 02:44:59 | 4 | N | public | 0 | 0 | 2001 | 5 | 27 |
| 1 | 1 | 2001-05-27 02:50:00 | 2001-05-27 02:50:38 | 5 | N | public | 0 | 0 | 2001 | 5 | 27 |
| 3 | 3 | 2001-05-27 03:15:00 | 2001-05-27 03:15:47 | 6 | N | public | 0 | 0 | 2001 | 5 | 27 |
| 3 | 3 | 2001-05-27 03:27:00 | 2001-05-27 03:27:00 | 7 | N | public | 0 | 0 | 2001 | 5 | 27 |
+---------+----------+------------------
Now, am I just missing something completely? I followed the INSTALL file step by step, but this just isn't working right. Any and all suggestions are helpful. Thanks.