vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   MYSQL Error IN UserProfile (( err no.1)) (https://vborg.vbsupport.ru/showthread.php?t=270435)

IRANCITY 09-17-2011 08:05 AM

MYSQL Error IN UserProfile (( err no.1))
 
hi dear i have a problem in user profile
after i reboot my server i receive this err in user profile
Code:

Database error in vBulletin 3.8.7:

Invalid SQL:

                                SELECT user.*, (user.options & 512) AS invisible , avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.filedata_thumb, customavatar.height AS avheight, customavatar.width AS avwidth, customavatar.width_thumb AS avwidth_thumb, customavatar.height_thumb AS avheight_thumb
                                       
                                FROM userlist AS userlist
                                INNER JOIN user AS user ON (user.userid = userlist.relationid)
                                LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)
                                LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
                               
                                WHERE userlist.userid = 2989
                                        AND userlist.type = 'buddy'
                                        AND userlist.friend = 'yes'
                                       
                                ORDER BY RAND()
                                LIMIT 0, 6;

MySQL Error  : Can't create/write to file '/tmp/#sql_d1e_0.MYI' (Errcode: 13)
Error Number  : 1
Request Date  : Saturday, September 17th 2011 @ 11:02:57 AM
Error Date    : Saturday, September 17th 2011 @ 11:02:57 AM
Script        : http://forum.iecloob.com/member.php?u=2989
Referrer      :
IP Address    : 78.39.63.2
Username      : Mr . Saeed
Classname    : vB_Database
MySQL Version : 5.1.56


kh99 09-17-2011 10:44 AM

The server can't create a temporary file in the /tmp directory because of a permission error (maybe a mount failed?).

IRANCITY 09-17-2011 10:54 AM

how can i fix it ?


All times are GMT. The time now is 10:08 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.01025 seconds
  • Memory Usage 1,715KB
  • 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)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