Author Topic: Locale not found  (Read 6953 times)

0 Members and 1 Guest are viewing this topic.

display

  • Jr. Member
  • **
  • Posts: 4
Locale not found
« 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

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: Locale not found
« Reply #1 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?

display

  • Jr. Member
  • **
  • Posts: 4
Re: Locale not found
« Reply #2 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.

Afrit

  • Jr. Member
  • **
  • Posts: 3
Re: Locale not found
« Reply #3 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.

display

  • Jr. Member
  • **
  • Posts: 4
Re: Locale not found
« Reply #4 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.


Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: Locale not found
« Reply #5 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?

display

  • Jr. Member
  • **
  • Posts: 4
Re: Locale not found
« Reply #6 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