jtablesession::Store Failed
DB function failed with error number 145
Table ‘./joomla_database/jos_session’ is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` (`session_id`,`time`,`username`,`gid`,`guest`,`client_id`) VALUES (’1ecb458814b53d190db10cafee822dc0′,’1237429551′,”’0′,’1′,’0′);

Error message above usually happens to CMS Joomla. One of Joomla tables jos_session (the table name depends on prefix) is crash. Don’t worry if you experience this problem. It’s easy to overcome this problem. Just truncate the table jos_session. SQL command:

mysql> truncate jos_session;

It’s done!

Related posts:

  1. Joomla DB Function Failed With Error Number 126
  2. Rename htaccess.txt to be .htaccess in Windows
  3. Joomla! Won "Best CMS Award" (Again)
  4. Viewing Joomla 1.5 Module Position
  5. Creating Database in MySQL

Tags: ,

16 Responses to “Joomla Database Crash”

  1. Thanks for the tips. I have bookmarked this page just in case the same thing happen to by joomla based site. Thanks a lot!

  2. hmmm..good blog

  3. thats is very simply solution

    thx a lot !!!

  4. Is there any ways to debug this crash.??

  5. THANK YOU VERY MUCH
    IT HELPED ME !!!

  6. Thanks for this it really helps

  7. yeah,I just believed you could need to realize that your blog is messed up when you view it on my iphone. I?m not certain if it’s some thing to do with my phone?s browser or your internet site? just declaring…

  8. thank you sooo much..it WORKS!! ^.^

  9. superb
    thanks

  10. Search engines ignore or penalize cloaking, obscured textual content, key terms meta labels, key phrase denseness stuffing, irrelevant hyperlinks, unnatural hyperlinks, link exchanges, hyperlink farms, web happens to be, and many others.

  11. You ‘re my hero sir..
    it is work.

  12. thnx sir nice info :)

  13. thnx sir nice info

  14. Really thanks
    It helped me

  15. Yahooo !!!
    It was very nice

  16. You don’t have to truncate the table. There is a simple solution build in in MySQL server. Just run the command:
    repair table jos_session

    You can always check the table ‘health’ by running the command:
    check table jos_session

    The truncate option will also works ofcource, but when you don’t want to loose your information in the table, the repair table may be a better solution.

    (sorry for the bad English)

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>