I can not go to my website or to the admin area, I get the following message:
1016 Can't open file: 'zen_sessions.MYI' (errno: 145)
Does anybody know what this means and if so how to fix it? Thanks, Peter.
I can not go to my website or to the admin area, I get the following message:
1016 Can't open file: 'zen_sessions.MYI' (errno: 145)
Does anybody know what this means and if so how to fix it? Thanks, Peter.
In your includes/configure.php, and admin/includes/configure.php file, which sessions handling did you set ?
- File
- db
?
Sounds like perhaps a MySQL crash ...
If you go to your phpMyAdmin ...
Select the session table and run the repair on it ...
NOTE: your table will be called:
zen_session
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
It's: zen_sessions actually.
NOTE: your table will be called:
zen_session
![]()
The sessions are set to db. I do not have phpMyAdmin. I did not set up the site so I am sorta limited here.
This was even problematic the first days I started with Zen-Cart as I have already posted this problem before on the old forum. Got fixed by -
replacing:
into:PHP Code:define('STORE_SESSIONS', 'db');
from both configuration files. This should do the trick.PHP Code:define('STORE_SESSIONS', '');
![]()
Thank you thank you thank you. It is all fixed now. I appreciate the help very much.
Thanks for the update and inputs.![]()
Storing the sessions in the database is a better plan ...
Contact your hosting site and find out how to use phpMyAdmin and fix this correctly ...
Also find out if they know why the MySQL server had a problem ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Would seem to be the case. I also found a detailed post that mentions it:
http://www.zen-cart.com/forum/showpo...96&postcount=6
![]()