![]() |
|
Thread Tools |
#1
|
|||
|
|||
query_read error?
I'm using this code
$outcomes = $db->query_read("SELECT SUM(outcomes) FROM picks_groups"); And getting this error: Fatal error: Call to a member function query_read() on a non-object Can I not use SUM with query_read? No members have liked this post.
|
#2
|
|||
|
|||
Try either
a. Putting the code global $db; before you use it. b. Use $vbulletin->db instead of $db. No members have liked this post.
|
#3
|
|||
|
|||
Didn't work, I'm using this function several times in this script and it hasn't given me any problems till now.
EDIT: Never mind, I put global $db in the actual function and I no longer get the error. I no longer get any output either, but that could be due to some logic problem. Thanks. No members have liked this post.
Last edited by subnet_rx; 09 Sep 2007 at 01:10. Reason: Automerged Doublepost |
#4
|
|||
|
|||
Chage query_read() to query_first().
__________________
Marco van Herwaarden Ex vBulletin.org Coordinator No members have liked this post.
|
![]() |
«
Previous Thread
|
Next Thread
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 20:33.