Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error 1016


LOBELLO

Recommended Posts

1016 - Can't open file: 'sessions.MYI' (errno: 145)

 

SELECT value FROM sessions WHERE sesskey = '23abe91ce3fe7360e8a10d82511fa11e' AND expiry > 1169826791

 

 

I not modify not for 3 years...and give this erros!

Link to comment
Share on other sites

ERROR:

1016-Can't open file '<database table>.MYI' (errno:145)

 

FIX:

The database table has crashed and needs to be repaired with the following SQL statement:

 

repair table <table>;

 

Replace the word "<table>" with the name of the table that needs to be repaired.

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

1016 - Can't open file: 'sessions.MYI' (errno: 145)

 

SELECT value FROM sessions WHERE sesskey = '23abe91ce3fe7360e8a10d82511fa11e' AND expiry > 1169826791

I not modify not for 3 years...and give this erros!

 

you need to repair your session table.

repair table <database table name>;

 

http://dev.mysql.com/doc/mysql/en/Corrupte...SAM_tables.html

http://dev.mysql.com/doc/mysql/en/REPAIR_TABLE.html

http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/69

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...