Need Help in Joomla ! DB function failed with error number 1146

Discussion in 'Joomla' started by karan_ultimate, Sep 26, 2009.

  1. #1
    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
     
    karan_ultimate, Sep 26, 2009 IP
  2. Baster

    Baster Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Table 'cool.jos_session' doesn't exist

    Check the existence of this table via phpmyadmin
     
    Baster, Sep 27, 2009 IP
  3. afitzone

    afitzone Member

    Messages:
    140
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    I also experienced the same thing. how if all the tables do not exist or disappear altogether?
     
    afitzone, Mar 14, 2012 IP
  4. Harvey51

    Harvey51 Peon

    Messages:
    22
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    Harvey51, Mar 15, 2012 IP