Zen Cart Logo
Forums / General Questions / Marked as crashed

Marked as crashed

Locked

Views: 1,114

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
7 Sep 2009, 2:12 PM
#1
jarle avatar

jarle

New Zenner

Join Date:
Sep 2009
Posts:
6
Plugin Contributions:
0

Marked as crashed

Zen Cart v1.3.7.1/v1.3.7.1

I'm getting this message and I dont know what I should do about it.

"145 Table './mcbutikk_zen/whos_online' is marked as crashed and should be repaired
in:
[delete from whos_online where time_last_click < '1252329553']"

Please help someone.

7 Sep 2009, 2:22 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Marked as crashed

One can usually use phpMyAdmin to "repair" a table:

  • select database from pulldown
  • select whos_online table from list
  • click on the Operations tab
  • choose Repair Table from the list and submit

Your hosting company may offer other options for doing database repair operations. Contact them for specifics.

7 Sep 2009, 3:47 PM
#3
jarle avatar

jarle

New Zenner

Join Date:
Sep 2009
Posts:
6
Plugin Contributions:
0

Re: Marked as crashed

DrByte:

One can usually use phpMyAdmin to "repair" a table:

  • select database from pulldown
  • select whos_online table from list

When I hit the whos_online this is what I get....

*145 Table './mcbutikk_zen/whos_online' is marked as crashed and should be repaired
in:
[delete from whos_online where time_last_click < '1252337052' or (time_entry=time_last_click and time_last_click < '1252337712')]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
*

8 Sep 2009, 4:35 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Marked as crashed

You can't fix it from Zen Cart's whos-online page. You need to fix it with the appropriate database tool ... in many cases phpMyAdmin is the tool of choice.