The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm working on a plugin to forumhome_complete.
When I try to load the forum index, I get this error: Quote:
Code:
$DB->query("INSERT INTO test (userid, dateline, text) VALUES (1,1130351299,boo)"); I've tried using $DB->query_write as well as $DB->query. No difference. I've tried putting single quotes or double quotes around any and all of the values. No difference. (I'm using hard-coded data for now, as you can see; I'll work on getting variables in there later.) I've looked at INSERT queries in various stock vB files and all seem to be formatted the same way as this, except for how it's written out over multiple lines. I've tried it that way, too, but it made no difference. What am I doing wrong? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|