The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help w/ pulling subscribers out of the database
This is what I have and I am getting an error stating that userid is abiguous. Please help. By the way running 3.5.1.
PHP Code:
|
#2
|
|||
|
|||
Are you sure you're getting the error from the above line? You shouldn't get it here.
PS You should change: PHP Code:
PHP Code:
|
#3
|
|||
|
|||
Well that little change you told me to make worked. Whether it was supposed to work, I don't know but that took care of the problem. Thanks!!!!!
EDIT.....Actually as I looked closer I was using $DB instead of $db. Would that make a difference. Also, what is the difference between $db and $db_site? As you can probably tell, I am just learning. Thanks for your time! |
#4
|
|||
|
|||
Yes $db or $DB makes a difference. $DB_site is the vB3.0 notation, in vB3.5 replaced by $vbulletin->db, or simply $db depending on the scope in the script.
|
#5
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|