vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Database error after server move (https://vborg.vbsupport.ru/showthread.php?t=326547)

itilm 07-08-2018 11:07 AM

Database error after server move
 
I am getting data base error on new thread

I have run Rebuild Search Index But result was same Please help me

If i Select Remove Fulltext Indexes to NO Every thing start working fine

can any one also explain what Fulltext indexes do ?

nvalid SQL:

SELECT thread.threadid, MATCH(thread.title) AGAINST ('Assalam o alikum') AS score
FROM thread AS thread

WHERE MATCH(thread.title) AGAINST ('Assalam o alikum')
AND thread.open <> 10


LIMIT 5;

MySQL Error : Can't find FULLTEXT index matching the column list
Error Number : 1191
Request Date : Saturday, July 7th 2018 @ 06:50:45 AM
Error Date : Saturday, July 7th 2018 @ 06:50:45 AM
Script : http://www.domain.com/newthread.php?do=postthread&f=49
Referrer : http://www.domain.com/newthread.php?do=newthread&f=49
IP Address :
Username : username
Classname : vB_Database_MySQLi
MySQL Version : 10.2.16-MariaDB
Server :
User Agent :


Stack Trace:

#0 vB_Database->halt() called in [path]/includes/class_core.php on line 1254
#1 vB_Database_MySQLi->execute_query() called in [path]/includes/class_core.php on line 479
#2 vB_Database->query_read_slave() called in [path]/includes/functions_search.php on line 368
#3 fetch_similar_threads() called in [path]/includes/class_dm_threadpost.php on line 1174
#4 vB_DataManager_Thread->pre_save() called in [path]/includes/class_dm_threadpost.php on line 1614
#5 vB_DataManager_Thread_FirstPost->pre_save() called in [path]/includes/functions_newpost.php on line 468
#6 build_new_post() called in [path]/newthread.php on line 216

Brandon Sheley 07-08-2018 01:10 PM

Add FULLTEXT to that column

Code:

ALTER TABLE table ADD FULLTEXT index_name(column1);
enter your table and column names and try this

always make a backup before doing any work ;)

snakes1100 07-08-2018 01:17 PM

Verify the fulltext indexes exist in phpmyadmin on the post & thread tables.

Remove the fulltext index in phpmyadmin
Add the fulltext index manually in phpmyadmin or vb's admincp

itilm 07-08-2018 04:18 PM

Quote:

Originally Posted by Brandon Sheley (Post 2595445)
Add FULLTEXT to that column

Code:

ALTER TABLE table ADD FULLTEXT index_name(column1);
enter your table and column names and try this

always make a backup before doing any work ;)

can you please provide more information , i am unaware of this, how can i do this

DCD.RB 07-08-2018 06:52 PM

Quote:

Originally Posted by itilm (Post 2595450)
can you please provide more information , i am unaware of this, how can i do this

It's a PHPMyAdmin SQL Query.


All times are GMT. The time now is 10:26 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.00993 seconds
  • Memory Usage 1,721KB
  • 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
  • (2)bbcode_code_printable
  • (2)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