Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (Mike L, capnbob), 32 Guests and 17 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 05/13/08
Posts: 596
Top Posters (30 Days)
Ruben 49
Gizmo 24
DennyP 24
Dunny 17
SteveS 14
AllenAyres 12
dbremer 10
drkknght00 9
SD 9
driv 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 6 1 2 3 4 5 6 >
Topic Options
#166748 - 10/21/06 01:31 PM [NOTABUG] Accessing Topic Error
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I am receiving this error message when trying to access topics:

Quote:

Script: /home/virtual/site5/fst/var/www/html/forums/scripts/showflat.inc.php
Line#: 416
SQL Error: Can't find file: 'ubbt_TOPIC_VIEWS.MYD' (errno: 2)
SQL Error #: 1017
Query: insert into ubbt_TOPIC_VIEWS (TOPIC_ID) values ( 5698 )


Is there a MySql command for rebuilding topics?



Edited by Rick (10/23/06 11:51 AM)
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#166749 - 10/21/06 01:39 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
It seems to be a topic_views field problem.

Is there a command for rebuilding that field?
Top
#166752 - 10/21/06 02:11 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Will the repair field command fix the problem?
Top
#166755 - 10/21/06 02:50 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I tried the repair command and received the following error message:

Quote:
Can't find file: 'ubbt_TOPIC_VIEWS.MYD' (errno: 2)

I am at a loss on what to do next.

What kind of file is that?
Top
#166756 - 10/21/06 03:02 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I tried creating a new file to test out this viewing problem, however, I received the following error message instead:

Quote:

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

I guess I have no other choice now but to wait until somebody here is able to help me as it all seems to impact on this missing ubbt_TOPIC_VIEWS.MYD file.

In the meantime I have closed down my board/forum.
Top
#166757 - 10/21/06 03:15 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
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:

Quote:

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
#166761 - 10/21/06 03:44 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I looked at my fields and this is what I see:

Quote:

ubbt_TOPICS Browse Select Insert Properties Drop Empty 5,687 MyISAM 1.0 MB

ubbt_TOPIC_VIEWS Browse Select Insert Properties Drop Empty in use

ubbt_USERS Browse Select Insert Properties Drop Empty 748 MyISAM 218.0 KB

The one causing me all the problem is saying "in use" rather than "MyISAM" like the rest of the fields are also showing.

What does "in use" mean in relation to all of the others?
Top
#166763 - 10/21/06 03:47 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
MySQL databases are stored as flatfiles on the system; where the table "ubbt_TOPIC_VIEWS" has the flat file "ubbt_TOPIC_VIEWS.MYD" that holds the information on the server.

The erorr message is stating that the table is missing from the server; not sure why, or how, this would be missing however...
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#166764 - 10/21/06 03:48 PM Re: Accessing Topic Error [Re: Gizmo]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
How can I correct this?
Top
#166765 - 10/21/06 03:49 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
It also says this field is "in use" with zero rows.

What does that mean?
Top
#166766 - 10/21/06 04:04 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Is this a problem that only Rick can solve for me?
Top
#166772 - 10/21/06 05:14 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
I have no idea the cause, the original error message indicates the myd file isnt where it's supposed to be; so one would lead to think that something was deleted on the server somehow; has your host by chance disabled MySQL for your server?

Really grasping at straws here, I googled the error message and found a thread on a site stating that their host had disabled MySQL and had a similar error...

You could try the standard mysql tools, try to repair the table, and all that fun jazz...


Edited by Gizmo (10/21/06 05:19 PM)
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#166773 - 10/21/06 05:21 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Daryl,

Can you promote me to admin on your site. I'd like to login and do a couple database queries.
Top
#166774 - 10/21/06 05:35 PM Re: Accessing Topic Error [Re: Rick]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Will do.
Top
#166775 - 10/21/06 05:36 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
You are now an Admin there.
Top
#166776 - 10/21/06 05:44 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Everything else in MySql works.

Even one topic is accessible in a weird sort of way.
Top
#166778 - 10/21/06 05:58 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Ok, give it a shot now. Since this table is just a temporary table I just did the following:

delete from ubbt_TOPIC_VIEWS

and then

repair table ubbt_TOPIC_VIEWS
Top
#166779 - 10/21/06 05:59 PM Re: Accessing Topic Error [Re: Rick]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Will do.
Top
#166780 - 10/21/06 06:00 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Working OK now.

I wish I had your knowledge.
Top
#166783 - 10/21/06 06:05 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Do you know what caused the problem in the first place?
Top
#166786 - 10/21/06 07:01 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
It's hard to say. It's a table that does get accessed quite frequently, each time someone views a topic. We may try moving this to a table that just resides in memory instead of being written to disk.
Top
#166794 - 10/21/06 08:23 PM Re: Accessing Topic Error [Re: Rick]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Well, if it happens to somebody else, they can look at this topic to see how they can fix it.

Thank you once again.
Top
#168557 - 11/18/06 09:14 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
This problem has happened again, except it has also closed everything down including the Control Panel.

I am getting the following message when trying to access the forums:

Quote:

Script: /home/virtual/site5/fst/var/www/html/forums/libs/ubbthreads.inc.php
Line#: 1950
SQL Error: Got error 127 from table handler
SQL Error #: 1030
Query: delete from ubbt_CACHED_PERMISSIONS where CACHED_TIMESTAMP < 1163886997


When I try accessing the Control Panel, I get the following message:

Quote:

Fatal error: Call to a member function on a non-object in /home/virtual/site5/fst/var/www/html/forums/libs/mysql.inc.php on line 215


It looks like things will need to be corrected by going to the server itself via phpMyAdmin.
Top
#168558 - 11/18/06 09:17 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
error 127 is a crashed table. YOu can try to repair by running the following sql command via phpmyadmin

REPAIR table ubbt_CACHED_PERMISSIONS
Top
#168560 - 11/18/06 09:21 PM Re: Accessing Topic Error [Re: Rick]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Will do.

I can also drop the table and do the repair table command for the ubbt_TOPIC_VIEWS ???
Top
#168561 - 11/18/06 09:22 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Yes, I noticed both are saying in use.
Top
#168562 - 11/18/06 09:23 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I will do the topics one first and then the other one.
Top
#168563 - 11/18/06 09:23 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Yeah, you can repair the ubbt_TOPIC_VIEWS the same way as earlier. We are going to move this to a memory table in 7.1 that should stop these problems.
Top
#168564 - 11/18/06 09:26 PM Re: Accessing Topic Error [Re: Rick]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Everything is working again.

Thank you.
Top
#168565 - 11/18/06 09:28 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I am slowly learning a lot on all of this.

I may even be a pro someday. \:D
Top
#168567 - 11/18/06 10:17 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Originally Posted By: Daryl Fawcett
I may even be a pro someday. \:D


constantly break things, like us, and soon you'll be runnin the place hehe...
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#169051 - 11/25/06 06:04 PM Re: Accessing Topic Error [Re: Gizmo]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I need help on this again.

I dropped the ubbt_TOPIC_VIEWS table using MySql, however, when I do the repair table ubbt_TOPIC_VIEWS command it tells me the table no longer exists.

What now?
Top
#169052 - 11/25/06 06:09 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
You can't just drop the table. Now you will need to create table nameoftable;

Think you were just supposed to repair it.
http://dev.mysql.com/doc/refman/5.0/en/repair-table.html

I don't know enough of the internal workings of the board code to help you out much more than that.

Hopefully someone with more experience or knowledge will stop by soon to give you further advice.
 
Top
#169053 - 11/25/06 06:11 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I am trying to create the ubbt_TOPIC_VIEWS table again.

Can somebody give me the exact command here to do that with the proper number of columns, etc.???

Thank you in advance.
Top
#169054 - 11/25/06 06:13 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I dropped it before and did the repair command without any problem which you can read about earlier in this topic.
Top
#169055 - 11/25/06 06:14 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I am having a problem now though.
Top
#169056 - 11/25/06 06:20 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I know Rick could help me very quickly, if he were on here now.

Hopefully, somebody in the know will be able to help me really, really soon.
Top
#169057 - 11/25/06 06:20 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
mysql> describe ubbt_TOPIC_VIEWS;
+----------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------+------------------+------+-----+---------+-------+
| TOPIC_ID | int(11) unsigned | NO | MUL | | |
+----------+------------------+------+-----+---------+-------+
Top
#169058 - 11/25/06 06:21 PM Re: Accessing Topic Error [Re: ntdoc]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
mysql> show tables;
+------------------------------+
| Tables_in_ubbt7 |
+------------------------------+
| ubbt_address_book |
| ubbt_admin_searches |
| ubbt_announcements |
| ubbt_banned_emails |
| ubbt_banned_hosts |
| ubbt_cache |
| ubbt_cached_permissions |
| ubbt_calendar_events |
| ubbt_categories |
| ubbt_censor_list |
| ubbt_display_names |
| ubbt_files |
| ubbt_forum_last_visit |
| ubbt_forum_permissions |
| ubbt_forums |
| ubbt_graemlins |
| ubbt_groups |
| ubbt_import_map |
| ubbt_languages |
| ubbt_mailer |
| ubbt_member_searches |
| ubbt_moderator_notifications |
| ubbt_moderator_permissions |
| ubbt_moderators |
| ubbt_online |
| ubbt_poll_data |
| ubbt_poll_options |
| ubbt_poll_votes |
| ubbt_portal_boxes |
| ubbt_posts |
| ubbt_private_message_posts |
| ubbt_private_message_topics |
| ubbt_private_message_users |
| ubbt_ratings |
| ubbt_registration_fields |
| ubbt_reserved_names |
| ubbt_rss_feeds |
| ubbt_saved_queries |
| ubbt_search_results |
| ubbt_shout_box |
| ubbt_styles |
| ubbt_topic_views |
| ubbt_topics |
| ubbt_user_data |
| ubbt_user_groups |
| ubbt_user_notes |
| ubbt_user_profile |
| ubbt_user_titles |
| ubbt_users |
| ubbt_version |
| ubbt_watch_lists |
+------------------------------+
51 rows in set (0.02 sec)
Top
#169059 - 11/25/06 06:24 PM Re: Accessing Topic Error [Re: ntdoc]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Top
#169060 - 11/25/06 06:35 PM Re: Accessing Topic Error [Re: ntdoc]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
That is quite complicated.

All I am looking for is the command line/info specific to this particular table, which you could look up for me in your own database for this particular table.
Top
#169061 - 11/25/06 07:27 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Ian,

I hope you can help me here as I see you are online.
Top
#169067 - 11/25/06 08:20 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Thank you Ian for the command line information, which I am also placing here, just in case somebody else has this type of problem.

Code:
create table %%TABLE_PREFIX%%TOPIC_VIEWS (
	TOPIC_ID int(11) unsigned not null,
	index topic_ndx (TOPIC_ID)
) 
Top
#169072 - 11/25/06 08:48 PM Re: Accessing Topic Error [Re: ntdoc]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Code:
CREATE TABLE `ubbt_TOPIC_VIEWS` (
  `TOPIC_ID` int(11) unsigned NOT NULL default '0',
  KEY `topic_ndx` (`TOPIC_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#169079 - 11/25/06 10:15 PM Re: Accessing Topic Error [Re: ntdoc]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Here ya go. We'll just go ahead and create this as a heap table as 7.1 will do which should stop the corruption:

create table ubbt_TOPIC_VIEWS (
TOPIC_ID int(11) unsigned not null,
index topic_ndx (TOPIC_ID)
) TYPE=heap
Top
#169081 - 11/25/06 10:28 PM Re: Accessing Topic Error [Re: Rick]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I forgot to edit the table into that quote, therefore, thank you for correcting that oversight. \:\)

I will also now do the alter command and see what happens. \:\)
Top
#169125 - 11/26/06 04:38 AM Re: Accessing Topic Error [Re: Daryl Fawcett]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Sorry to leave you hanging Daryl. I was on my way out when I replied to some of your requests.

Glad to see it looks like you've got it back under control again.


Rick is this something to do with PHP coding? It's not normal for a table to get corrupted especially on modern hardware.
Top
#169146 - 11/26/06 08:48 AM Re: Accessing Topic Error [Re: ntdoc]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
It was the third time for me in regards to a corrupted table, and the same corrupted table at that.

I am now in "heap" mode, therefore, we will see how that goes.
Top
#169154 - 11/26/06 12:07 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Corruption can happen to tables that are updated frequently. Since every update requires a write to the table, sometimes tables can become corrupted especially on slower hard drives. The TOPIC_VIEWS table is updated every time someone views a topic so it is an extremely active table.

Since this table only stores temporary data, we can convert it to a heap table so it doesn't write it to disk, it just stores it in memory, which should stop the corruption.
Top
#170060 - 12/10/06 11:48 AM Re: Accessing Topic Error [Re: Rick]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I am still having the problem from last evening, therefore, I thought I would place it here as it seems to be related somewhat.

The ubbt_POSTS table isn't working.

My server provider tried repairing it, but received this error:

Quote:

[quote]
[root@squishee maritime-sda-online_org_-_forums]# myisamchk -o ubbt_POSTS.MYI
- recovering (with keycache) MyISAM-table 'ubbt_POSTS.MYI'
Data records: 19460
myisamchk: error: Can't create new tempfile: 'ubbt_POSTS.TMD'
MyISAM-table 'ubbt_POSTS.MYI' is not fixed because of errors
Try fixing it by using the --safe-recover (-o) or the --force (-f) option

[root@squishee maritime-sda-online_org_-_forums]# myisamchk -f ubbt_POSTS.MYI
Checking MyISAM file: ubbt_POSTS.MYI
Data records: 19460 Deleted blocks: 0
myisamchk: warning: Table is marked as crashed and last repair failed
- check file-size
myisamchk: warning: Size of indexfile is: 75627520 Should be: 17152000
myisamchk: error: Size of datafile is: 227115008 Should be: 227115096
- recovering (with keycache) MyISAM-table 'ubbt_POSTS.MYI'
Data records: 19460
18000


Is this a temporary table that the delete from ubbt_POSTS command can be used followed by the repair table ubbt_POSTS command?

From what I have read, it doesn't sound like a temporary table.

What can be done next?
Top
#170062 - 12/10/06 12:36 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
Is this something only Rick can answer?
Top
#170063 - 12/10/06 12:37 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I will be gone for a few hours, but I will check back here and elsewhere after I return.
Top
#170066 - 12/10/06 02:37 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I tried the delete from command which gave a failed message pertaining to zero rows.

I then tried the repair command that said:

Quote:

Can't create new tempfile: './maritime-sda-online_org_-_forums/ubbt_POSTS.TMD'

Operation failed


It seems that they tried to do the same thing.
Top
#170067 - 12/10/06 02:40 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
What is really needed is a _forums/ubbt_POSTS.MYD file.
Top
#170069 - 12/10/06 02:45 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
From the database it is saying ubbt_POSTS in use, which is exactly what the ubbt_TOPIC_VIEWS used to say before it was altered to HEAP.

I sure do hope Rick will be on here soon as it has been over 24 hours since this happened.
Top
#170070 - 12/10/06 02:49 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
What would happen if I tried the following command?

create file ubbt_POSTS.MYD ???

Or is this even a valid command?
Top
#170091 - 12/11/06 12:56 PM Re: Accessing Topic Error [Re: Daryl Fawcett]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Talked with you via your PM, Daryl.
Top
#170181 - 12/12/06 05:48 PM Re: Accessing Topic Error [Re: Rick]
Daryl Fawcett Offline
addict
Registered: 06/05/06
Posts: 469
Loc: Canada
I also just now answered you there. \:\)
Top
Page 1 of 6 1 2 3 4 5 6 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Ability to "like" individual posts (not Facebook "likes)
by doug
Yesterday at 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Custom forum permissions
by ntdoc
05/18/12 02:07 PM
Forum Stats
10489 Members
36 Forums
33840 Topics
181693 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image