 |
 |
 |
 |
Registered: 05/13/08
Posts: 596
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#166757 - 10/21/06 03:15 PM
Re: Accessing Topic Error
[Re: Daryl Fawcett]
|
addict
|
Registered: 06/05/06
Posts: 469
Loc: Canada
|
|
I discovered one topic that I can read, however, when I reply to it I receive the following error message: Script: /home/virtual/site5/fst/var/www/html/forums/scripts/addpost.inc.php Line#: 760 SQL Error: Can't find file: 'ubbt_TOPIC_VIEWS.MYD' (errno: 2) SQL Error #: 1017 Query: select count(*),TOPIC_ID from ubbt_TOPIC_VIEWS group by TOPIC_ID
The strange thing though is that when I hit my back button, I can see the new post, but, so far, this only works in this one topic, which, so far, is the only topic I can view. I do hope somebody will be able to tell me exactly what to do in relation to this missing ubbt_TOPIC_VIEWS.MYD file, which seems to be causing the whole mess.
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#166764 - 10/21/06 03:48 PM
Re: Accessing Topic Error
[Re: Gizmo]
|
addict
|
Registered: 06/05/06
Posts: 469
Loc: Canada
|
|
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#166774 - 10/21/06 05:35 PM
Re: Accessing Topic Error
[Re: Rick]
|
addict
|
Registered: 06/05/06
Posts: 469
Loc: Canada
|
|
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#166779 - 10/21/06 05:59 PM
Re: Accessing Topic Error
[Re: Rick]
|
addict
|
Registered: 06/05/06
Posts: 469
Loc: Canada
|
|
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#169059 - 11/25/06 06:24 PM
Re: Accessing Topic Error
[Re: ntdoc]
|
|
Registered: 11/09/06
Posts: 3384
|
|
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#169072 - 11/25/06 08:48 PM
Re: Accessing Topic Error
[Re: ntdoc]
|
|
Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
|
|
CREATE TABLE `ubbt_TOPIC_VIEWS` (
`TOPIC_ID` int(11) unsigned NOT NULL default '0',
KEY `topic_ndx` (`TOPIC_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|