Pages

Monday, 28 October 2013

Joomla Error: jtablesession::Store Failed DB function failed with error number 145

Error:
=====
Joomla Error – jtablesession::Store Failed DB function failed with error number 145

You can fix this issue by following the steps given below.

1) Login into phpmyadmin.
2) Select the database.
3) Select the table jos_session.
4) Select the option repair.


You can also fix this using MySQL query.

1) mysql> use databasename;  (Replace databasename with original name)

2) mysql> repair table jos_session;

No comments:

Post a Comment