Hello friends ! I am trying to install joomla but its gives me error : jtablesession::Store Failed DB function failed with error number 1146 Table 'cool.jos_session' doesn't exist SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '7feaf299182399f07051020d00a152cc','1254023911','','0','1','0' ) Some one can help me out of this problem ? Thnx
When installing Joomla you have the option of changing the database prefix. The system as standard has jos_ set in that section, you can change this to whatever you want and I strongly recommend you do. I don't believe . are valid in MySQL database table prefixes, change the jos_ to cool_ or xyz_ or whatever you want.