vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Pm problems (https://vborg.vbsupport.ru/showthread.php?t=172222)

almac 03-06-2008 06:10 AM

Pm problems
 
Got error message when tried to send pm

Database error in vBulletin 3.6.5:

Invalid SQL:

SELECT pm.*, pmtext.*
, icon.title AS icontitle, icon.iconpath
FROM pm AS pm
LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
WHERE pm.userid=7910 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 50;

MySQL Error : Can't create/write to file '/tmp/#sql_67a9_0.MYD' (Errcode: 17)
Error Number : 1

What do i do?

SEOvB 03-06-2008 06:34 AM

make the /tmp directory world writable and readable

snakes1100 03-06-2008 08:46 AM

I doubt that there is a need to make the tmp dir writable/readable, if this is a vhost, have your host check the server and send them that error msg.

Please verify your hosting account hasnt ran out of disk space, if you have cpanel or another hosting panel, it should show you how much disk space your using, im guessing you have ran out of disk space on your account.

Marco van Herwaarden 03-06-2008 09:38 AM

Please contact your host. MySQL is trying to write a temporary file that already exists and no permission to overwrite.

Sometimes a reboot of the server will also solve this issue as the /tmp is often emptied on a reboot.

almac 03-06-2008 11:50 AM

Quote:

Originally Posted by Marco van Herwaarden (Post 1458338)
Sometimes a reboot of the server will also solve this issue as the /tmp is often emptied on a reboot.

Hey presto! works after reboot.

Thanks!!!!!


All times are GMT. The time now is 10:00 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.00992 seconds
  • Memory Usage 1,713KB
  • 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_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