Well, I tried switching the post and thread creation and it just creates an empty thread. I think the problem is with this line:
$log_threadid=$DB_site->insert_id();
I think the insert_id() function is no longer valid in vB3, so it enters a thread id that is NULL. So, it doesn't show up until the next day. Make sense?
Anyone know what the function insert_id() was replaced with?
|