vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Avatar(forumhome) problem with me... (https://vborg.vbsupport.ru/showthread.php?t=103879)

The Chief 12-28-2005 02:26 AM

Avatar(forumhome) problem with me...
 
I am having a problem with MySql and avatars when I visit the forum home page. This is the error that i get whenever I am logged in and visit the forumhome.

Code:


Database error in vBulletin 3.5.2:

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        : Tuesday, December 27th 2005 @ 11:18:44 PM
Script      : http://www.myetalk.com/forums/index.php
Referrer    : http://www.myetalk.com/forums/login.php
IP Address  : 69.156.33.211
Username    : The Chief
Classname    : vb_database

Can anybody help me with this??

markbolyard 12-28-2005 02:35 AM

Go to phpmyadmin and run this query:

ALTER TABLE customavatar CHANGE filedata filedata MEDIUMBLOB NOT NULL

That should fix your problem.

Mark

The Chief 12-28-2005 02:47 AM

Quote:

Originally Posted by markbolyard
Go to phpmyadmin and run this query:

ALTER TABLE customavatar CHANGE filedata filedata MEDIUMBLOB NOT NULL

That should fix your problem.

Mark

well its fixed now and I didn't do anything, thanks for the offer though haha, I will be sure to run this if I ever encounter the problem again or if one of my members do, thanks! :)

markbolyard 12-28-2005 02:50 AM

Great. This is a past problem with 3.5.1, but since you are on 3.5.2, that should have fixed it. Anyway, glad you got it running.

Marco van Herwaarden 12-28-2005 06:08 AM

An empty userid in the WHERE clause is not caused by the datatype of a column.


All times are GMT. The time now is 01:12 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.01047 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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