Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error Help 145


ygrouk

Recommended Posts

Hi

 

I am getting this error on every page.

 

145 - Table './edaudio_store/whos_online' is marked as crashed and should be repaired

 

delete from whos_online where time_last_click < '1182534067'

 

[TEP STOP]

 

any ideas about this, i need the site running asap as customers are leaving it.

 

any help is much appreciated.

 

thanks

pete

Link to comment
Share on other sites

Hi

 

I am getting this error on every page.

 

145 - Table './edaudio_store/whos_online' is marked as crashed and should be repaired

 

delete from whos_online where time_last_click < '1182534067'

 

[TEP STOP]

 

any ideas about this, i need the site running asap as customers are leaving it.

 

any help is much appreciated.

 

thanks

pete

 

They may have given you the answer right there. You might just have to go into your database and delete that record that's giving you issues. I'm not one to actively jump into a database when my site is live and start deleting records, but you might have to in this case. Just go into your database and perform the query:

 

delete from whos_online where time_last_click < '1182534067'

 

That should solve your problem.

Link to comment
Share on other sites

Hi

 

this doesnt help

 

Error

 

SQL query:

 

DELETE FROM whos_online WHERE time_last_click < '1182534067'

 

MySQL said: Documentation

#145 - Table './edaudio_store/whos_online' is marked as crashed and should be repaired

 

im getting real confused

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...