![]() |
Please help me with this code
In my php application I got this function
Code:
require_once('./global.htm'); |
Check whether the following is actually set:
Code:
$threadinfo['firstpostid'] Code:
$postdm->fetch_field('firstpostid'); |
Quote:
|
It thinks your trying to save a new thread. You need to use the set_existing() method to tell it your working on an existing thread.
Docs for the datamanagers can be found here: http://www.vbulletin.com/docs/html/data_managers Thanks, Alan. |
Look in the class_dm_threadpost.php file for the following bit of code:
Code:
if ($this->fetch_field('userid', 'post') == 0 AND $this->fetch_field('username', 'post') == '') |
Quote:
|
Your welcome :)
Thanks, Alan. |
All times are GMT. The time now is 03:39 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|