8 January 2011 1 Comment

[Joomla] How to Solve a Problem with jos_session

Today i was working with Joomla and i experience a problem with jos_session table problem. This causes error messages when i try to open web pages. I am using Joomla 1.5. It shows below error message.

jtablesession::Store Failed

DB function failed with error number 1016

Can’t open file: ‘jos_session.MYI’ (errno: 145) SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( ’4bc998b10d92bf4107976d0edacdbb26′,’1246725653′,”,’0′,’1′,’0′ )

After searching in Google, i found the solution. jos_session table was damaged so it must be repaired from PHPMyAdmin. Please follow the below step in order to solve this error.

1) Open PHPMyAdmin from cPanel or direct link.
2) Select Joomla Database,
3) Select jos_session table from right frame.
4) Select Repair table from Drop-Down at bottom,
5) You are Done!

Let me know if you find any problem. Feel free to comment your ideas, questions and solutions.

      
Tweet
  • jacob

    Thanx Raxit

Freelance PHP Developer