![]() |
Quote:
Try, before that query doing something like: $temp = $arrayname[userid] where $arrayname is the name of the array that is being returned by mysql_fetch_array() and replacing your query with: SELECT field5 FROM userfield WHERE userid = '$temp' Just a quick guess without actually seeing any of the files. |
Code:
Database error in vBulletin 2.2.6: PHP Code:
|
is $iddonate set somewhere in this file? That looks to be the problem in the query.
|
Nope, thats the only part.
|
Void, on the form where you enter the donations... the one where there's a text field to enter how much you are donating and a submit botton that says "Donate!"
Do a view source on that. There shoudl be a hidden field in the form that looks like <input type="hidden" name="iddonate" value="something"> Can you tell me what the Value is? |
tdphillipsjr, here is the view source on my forums:
Code:
<input type="hidden" name="iddonate" value="23"> Code:
<input type="hidden" name="iddonate" value="$user"> Code:
<a href="#" onclick="javascript:window.open('itemshop.php?action=donate&user=$post[userid]', '', 'toolbar=no,scrollbars=no,resizable=no,width=200,height=50');">Donate</a> |
Code:
{htmldoctype} |
Oh, I did a view source and I have this:
Code:
<input type="hidden" name="iddonate" value="Array"> |
OK, we are tracking it down. The value in your view source should be a digit, as in the code chunk bitsys posted.
which means the problem is further back in the postbit code. $post[userid] is not being set correctly. When it pops open the window, $post[userid] should have a userid, and instead it's still returning it's object... which means it never gets the userid it's supposed to. window.open('itemshop.php?action=donate&user=$post[userid] |
Doesnt matter where I enter the ID, I even typed the url manually, I still get "Array"
|
All times are GMT. The time now is 02:24 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:
|