Mibew Messenger Community

General => Support => Topic started by: display on May 28, 2015, 04:02:51 PM

Title: Locale not found
Post by: display on May 28, 2015, 04:02:51 PM
So I am trying to install this and I get the following message when I check database connection at this web address http://domain.com/install

Query failed: Table 'rachelsr_webim.enlocale' doesn't exist

rachelsr_webim is my db.

Please advise.

Thanks in advance
Title: Re: Locale not found
Post by: Dmitriy Simushev on May 29, 2015, 12:24:30 PM
First of all you did not specify what version of Mibew you use, so I assume that it's 2.0.1.

Quote
Query failed: Table 'rachelsr_webim.enlocale' doesn't exist

rachelsr_webim is my db.

Actually there is no table enlocale in Mibew. Did you set database > tables_prefix to en is your config file?
Title: Re: Locale not found
Post by: display on May 29, 2015, 03:27:04 PM

Dmitriy
Attached is how my config file is set up

    host: "localhost"
    port: 3306
    db: "db"
    login: "dbusernamea"
    pass: "password"
    tables_prefix: "en"
    use_persistent_connection: false

It is still not working on my end. Please advise and I appreciate the response.
Title: Re: Locale not found
Post by: Afrit on May 29, 2015, 09:45:18 PM
'db: "db"' should be 'db: rachelsr_webim' if the the name of your database is rachelsr_webim.
Title: Re: Locale not found
Post by: display on May 30, 2015, 01:37:16 AM
'db: "db"' should be 'db: rachelsr_webim' if the the name of your database is rachelsr_webim.

Yes that is correct I just took out all of the db names and everything. I just put in generic information for the sake of the example but the db names, username, password are correct.

Title: Re: Locale not found
Post by: Dmitriy Simushev on May 30, 2015, 07:34:14 AM
It seems that something is wrong with database access permissions. Does Mibew Installer creates any table it the database?
Title: Re: Locale not found
Post by: display on June 01, 2015, 08:59:53 PM
I tried the check database connection this morning and it worked. Nothing was changed maybe it was on my webhost's end.

Thanks for the help