The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
Of course it's an unknown column 'user.userid' in the field list - you aren't joining to the user table, so how would it get that field? But in the query you wrote, you use "$vbulletin->GPC['i']" which is a variable that is passed. That doesn't mean that line is still in the database. Have you looked at that table which testing this process and seen whether the row you want is still there?
What I was saying about global.php is that it's called in the register.php page, so I'm not sure it needs to be called again. |
#22
|
||||
|
||||
PHP Code:
|
#23
|
|||
|
|||
Quote:
I knew that about the unknown column, I was just showing how I got a database error that confirmed the correct activationID was being associated with the user. Quote:
I replaced PHP Code:
Quote:
|
#24
|
||||
|
||||
Try removing the global.php line and see what happens.
|
#25
|
|||
|
|||
Hi Lynne,
Still comes back with the same error. |
#26
|
||||
|
||||
Again I'll suggest that you take a look at the useractivation table during this process. I'm still not convinced that that row isn't deleted and thus you wouldn't get any result from that query.
|
#27
|
|||
|
|||
Hi Lynne,
Looking through register.php it looks like your right. Line 1023 PHP Code:
PHP Code:
Looks like I might be a bit stuffed! I dont suppose you know of any other ways I may be able to resolve this. |
#28
|
||||
|
||||
Catch and hold the username at an earlier hook?
|
#29
|
|||
|
|||
Thanks dismounted.
Is this an easy thing to do? |
#30
|
||||
|
||||
Again, look at register.php. That is the best thing to do. Find this right around line 1000:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|