Error after installing SMF Ver 2 Table XXXXsmf_related_subjects\' doesn\'t exist

Started by shereif, October 01, 2008, 09:48:31 AM

Previous topic - Next topic

shereif

Dear Colleagues,

I installed SMF V2 Beta and when trying to create a new topic I get this error:

sapnmec_smf1.smf_related_subjects' doesn't exist
File: /home/sapnmec/public_html/smf/Sources/Subs-RelatedFulltext.php
Line: 86

Can you please tell me what is the reason for this error? is it a code error or I need to manuallt create this table?

regards

pepeanibal

 I pass the same. exactly the same error. Now my forum this fall.
SMF 2.0 Beta version of 3.1 public

( a mi me paso lo mismo, y perdi todo )

shereif

 :(

Dear pepeanibal

And you didn't find any solution for this error yet????


babjusi

It seems like you guys have a missing table at the database where your forum resides on. You will have to recreate the missing table and hopefully the error will go away

shereif

I got the upgrade file from 1.1.6 to SMF 2 from the official site !! anyways I can create the table manually but I need the parameters ( fields, attributes,...)

Can anyone tell me those details about this missing table???

shereif

Dear All

I fixed the error

I looked in the PHP code and then I created the missing table with the following SQL code:

CREATE TABLE IF NOT EXISTS smf_related_subjects(
id_topic int( 10 ) unsigned NOT NULL ,
subject tinytext NOT NULL ,
PRIMARY KEY ( id_topic ) ,
FULLTEXT KEY subject( subject )
)

this will do it


Advertisement: