vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Db error, looking for some advice please (https://vborg.vbsupport.ru/showthread.php?t=149152)

bashy 06-07-2007 04:08 PM

Db error, looking for some advice please
 
Hi

I created a new usergroup last night and created a promotion, and all users with 1 post or more went into the new usergroup, since doing this i have been getting this db error for certain members and i cannot figure out why, i have put all the members back in to the registered user group and removes the 1 i created, but still getting the error, can anyone advise please?

Code:

  Database error in vBulletin 3.6.7:
 
  Invalid SQL:
 
              SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
                    customavatar.width, customavatar.height
              FROM user AS user
              LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid
              LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid
              WHERE user.userid =;
 
  MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6 Error Number : 1064
  Date        : Thursday, June 7th 2007 @ 06:58:41 PM
  Script      : http://www.bashys-place.com/forums/


Lynne 06-08-2007 02:42 PM

It's right here:

Code:

WHERE user.userid =;
It needs to have a userid there. I would check the php code and see why the userid isn't being passed.

bashy 06-08-2007 03:29 PM

Quote:

Originally Posted by Lynne (Post 1264212)
It's right here:

Code:

WHERE user.userid =;
It needs to have a userid there. I would check the php code and see why the userid isn't being passed.

Thanks Lynne by bottled it, I ended up restoring a backup from two days ago, I ended up losing a little bit but not too much i suppose,

Thanks anyway Lynne


All times are GMT. The time now is 01:16 PM.

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.01869 seconds
  • Memory Usage 1,716KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete