vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   The Itemshop v5 (Original) (https://vborg.vbsupport.ru/showthread.php?t=38090)

tdphillipsjr 12-04-2002 03:48 PM

Quote:

Invalid SQL: SELECT field5 FROM userfield WHERE userid=Array
Looks like you declared an array and didn't give it any values. Whatever variable your using (userid = '$myarray'), you're probably not defining an index for it to look at.

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.

Mijae 12-04-2002 09:54 PM

Code:

Database error in vBulletin 2.2.6:

Invalid SQL: SELECT field5 FROM userfield WHERE userid=Array
mysql error: Unknown column 'Array' in 'where clause'

mysql error number: 1054

Date: Wednesday 04th of December 2002 04:57:07 PM
Script: http://www.invoid.net/forum/forum/itemshop.php
Referer: http://www.invoid.net/forum/itemshop.php?action=donate

PHP Code:

if($action==donate && isset($user)) {
    if (
$bbuserinfo['userid']==0) {
    eval(
"dooutput(\"".gettemplate("error_notreg")."\");");
    } else {
        if(
$user == $bbuserinfo[userid]) {
        eval(
"dooutput(\"".gettemplate("itemshop_donate-self")."\");");
        exit;
        } else {
            if(
$points 0) {
            eval(
"dooutput(\"".gettemplate("itemshop_donate")."\");");
            exit;
            } else {
            eval(
"dooutput(\"".gettemplate("itemshop_donate-error")."\");");
            exit;
            }
        }
    }
}
if (isset(
$iddonate)) {
    if(
$points >= $amount) {
    
$dpointss=$DB_site->query_first("SELECT $pointfield FROM userfield WHERE userid=$iddonate");
    
$dpoints = (int) $dpointss[$pointfield];
    
$donated = ($dpoints $amount);
    
$substr = ($points $amount);
    
$DB_site->query("UPDATE userfield SET $pointfield='$donated' WHERE userid=$iddonate");
    
$DB_site->query("UPDATE userfield SET $pointfield='$substr' WHERE userid=$bbuserinfo[userid]");
    eval(
"dooutput(\"".gettemplate("itemshop_donate-thanks")."\");");
    exit;
    } else {
    eval(
"dooutput(\"".gettemplate("itemshop_donate-more")."\");");
    exit;
    }


Something has to be wrong there, but since I am a newbie I have no idea what it can be.

tdphillipsjr 12-05-2002 03:07 AM

is $iddonate set somewhere in this file? That looks to be the problem in the query.

Mijae 12-05-2002 07:51 AM

Nope, thats the only part.

tdphillipsjr 12-05-2002 02:50 PM

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?

Bitsys 12-05-2002 07:31 PM

tdphillipsjr, here is the view source on my forums:

Code:

<input type="hidden" name="iddonate" value="23">
Here is the code from the itemshop_donate template that corresponds to the above code:

Code:

<input type="hidden" name="iddonate" value="$user">
As you can see, "iddonate" comes from yet another variable. Here is the code from postbit that sets the "$user" variable:

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>
I am not having the "Array" problem on my forum with any of the above code, and that's why I don't know how to solve the problem. Let me know if you figure it out for v0id! :cool:

Mijae 12-05-2002 08:39 PM

Code:

{htmldoctype}
<html>
<head>
$metarefresh
<title>$bbtitle - Itemshop</title>
$headinclude
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
  <tr>
    <td valign="middle" align="center">
<form action="$PHP_SELF" method=post>
<input type="hidden" name="iddonate" value="$user">
<input type="text" class="bginput" name="amount" value="0">
<input type="submit" class="bginput" value="Donate!"></form></td>
  </tr>
</table>

that is my itemshop_donate template, looks fine to me.

Mijae 12-05-2002 08:41 PM

Oh, I did a view source and I have this:

Code:

<input type="hidden" name="iddonate" value="Array">

tdphillipsjr 12-05-2002 11:55 PM

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]

Mijae 12-06-2002 08:44 AM

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
  • Page Generation 0.01598 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete