Zen Cart Logo
Forums / Managing Customers and Orders / 145 Table 'paypal_session' is marked as crashed and should be repaired

145 Table 'paypal_session' is marked as crashed and should be repaired

Locked

Views: 2,070

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
24 Oct 2009, 5:30 AM
#1
freya avatar

freya

Zen Follower

Join Date:
Mar 2006
Posts:
122
Plugin Contributions:
0

145 Table 'paypal_session' is marked as crashed and should be repaired

Can't check out with paypal. Get the following error message.

145 Table './nameofserverhere_db/paypal_session' is marked as crashed and should be
repaired
in:
[delete from paypal_session where session_id = 'nameofsession']

I have never seen this before. Can someone help?

Thanks,
Marci

24 Oct 2009, 5:35 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: 145 Table 'paypal_session' is marked as crashed and should be repaired

The message means exactly what it says: Your "paypal_session" table needs to be repaired.
Go to phpMyAdmin, choose your database, click the checkbox next to the paypal_session table, scroll to the bottom of the list of checkboxes, and choose "Repair Table" from the pulldown menu.
And/or contact your hosting company for assistance if phpMyAdmin isn't available or doesn't work for you.

3 Nov 2009, 3:01 AM
#3
freya avatar

freya

Zen Follower

Join Date:
Mar 2006
Posts:
122
Plugin Contributions:
0

Re: 145 Table 'paypal_session' is marked as crashed and should be repaired

Thank you, Dr. Byte. It worked. :) I apologize for the delay. It's been a crazy week. :)

Hope you had a wonderful Halloween!

Marci

3 Nov 2009, 6:09 PM
#4
gaynorti avatar

gaynorti

New Zenner

Join Date:
Mar 2008
Posts:
12
Plugin Contributions:
0

Re: 145 Table 'paypal_session' is marked as crashed and should be repaired

DrByte:

The message means exactly what it says: Your "paypal_session" table needs to be repaired.
Go to phpMyAdmin, choose your database, click the checkbox next to the paypal_session table, scroll to the bottom of the list of checkboxes, and choose "Repair Table" from the pulldown menu.
And/or contact your hosting company for assistance if phpMyAdmin isn't available or doesn't work for you.

I also had this error message but on the zencart_counter_history table and the above solution works perfectly and quickly. Many thanks. Any ideas what causes the problem though?