vb.org Archive

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

Jack Crazy 10-06-2006 07:09 AM

Attachments Problem:
 
Quote:

Database error in vBulletin 3.5.1:

Invalid SQL:
INSERT INTO attachmentviews (attachmentid)
VALUES (27);

MySQL Error : Can't find file: 'attachmentviews.MYD' (errno: 2)
Error Number : 1017
Date : Friday, October 6th 2006 @ 04:09:21 AM
Script : http://www.vegasimports.com/forum/at...7&d=1160132817
Referrer :
IP Address : **.***.***.***
Username : **********
Classname : vb_database
What can i do to fix this?

Jack Crazy 10-14-2006 04:19 AM

any help?

calorie 10-14-2006 04:39 AM

Check via say phpMyAdmin whether or not you have an attachmentviews table. If not, run the following query:
Code:

CREATE TABLE attachmentviews (attachmentid INT UNSIGNED NOT NULL DEFAULT '0', KEY postid (attachmentid));
Note though that attachmentviews is part of a default vB install. If it was dropped, you might try to find why.

G0F0RBR0KE 10-14-2006 05:15 AM

If the table was drop, I can help you get it back.

Contact: Alexanderjm316@hotmail.com

We will need to find a perfect day, it might take 1 to 2 hrs or less depending on how big your forum is.

I had this issue before.

My backup had a drop file and i had to do a lot of recoding to do. I'll be glad to get it up and running again.

If that want you want or ask the vBulletin to do it for you (i think they'll charge you).


All times are GMT. The time now is 01:14 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.00942 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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