Table "LocalizationLanguages" doesn't exist

Hi,

 

I'm having ths problem when uploading my site to the server. I've already changed the permission of langs folder to 777. Can anyone help ?

 

Error
Database query error
Query:
SELECT `ID` FROM `LocalizationLanguages` WHERE `Name` = 'en-us'
Mysql error:
Table 'mydomain_dbaccess.LocalizationLanguages' doesn't exist.
Found error in file /home/mydomain/public_html/inc/languages.inc.php
at line 98. Called db_value function with erroneous argument #0

Debug backtrace:
Array
(
    [1] => Array
        (
            [file] => /home/mydomain/public_html/inc/db.inc.phpf
            [line] => 115f
            [function] => db_res
            [args] => Array
                (
                    [0] => SELECT `ID` FROM `LocalizationLanguages` WHERE `Name` = 'en-us'
                    [1] => 1
                )

        )

    [2] => Array
        (
            [file] => /home/mydomain/public_html/inc/db.inc.php
            [line] => 133
            [function] => db_arr
            [args] => Array
                (
                    [0] => SELECT `ID` FROM `LocalizationLanguages` WHERE `Name` = 'en-us'
                    [1] => 1
                )

        )

    [3] => Array
        (
            [file] => /home/mydomain/public_html/inc/languages.inc.php
            [line] => 98
            [function] => db_value
            [args] => Array
                (
                    [0] => SELECT `ID` FROM `LocalizationLanguages` WHERE `Name` = 'en-us'
                )

        )

    [4] => Array
        (
            [file] => /home/mydomain/public_html/inc/languages.inc.php
            [line] => 72
            [function] => checkLangExists
            [args] => Array
                (
                    [0] => en-us
                )

        )

    [5] => Array
        (
            [file] => /home/mydomain/public_html/inc/languages.inc.php
            [line] => 46
            [function] => tryToGetLang
            [args] => Array
                (
                    [0] => en-us
                )

        )

    [6] => Array
        (
            [file] => /home/mydomain/public_html/inc/languages.inc.php
            [line] => 27
            [function] => getCurrentLangName
            [args] => Array
                (
                )

        )

    [7] => Array
        (
            [file] => /home/mydomain/public_html/inc/membership_levels.inc.php
            [line] => 24
            [args] => Array
                (
                    [0] => /home/mydomain/public_html/inc/languages.inc.php
                )

            [function] => require_once
        )

    [8] => Array
        (
            [file] => /home/mydomain/public_html/inc/modules.inc.php
            [line] => 24
            [args] => Array
                (
                    [0] => /home/mydomain/public_html/inc/membership_levels.inc.php
                )

            [function] => require_once
        )

    [9] => Array
        (
            [file] => /home/mydomain/public_html/inc/admin.inc.php
            [line] => 23
            [args] => Array
                (
                    [0] => /home/mydomain/public_html/inc/modules.inc.php
                )

            [function] => require_once
        )

    [10] => Array
        (
            [file] => /home/mydomain/public_html/inc/design.inc.php
            [line] => 43
            [args] => Array
                (
                    [0] => /home/mydomain/public_html/inc/admin.inc.php
                )

            [function] => require_once
        )

    [11] => Array
        (
            [file] => /home/mydomain/public_html/index.php
            [line] => 39
            [args] => Array
                (
                    [0] => /home/mydomain/public_html/inc/design.inc.php
                )

            [function] => require_once
        )

)
Called script: /index.php
Request parameters:
Array
(
)
Quote · 21 Nov 2008

if you will PM me your Cpanel access details - I can try to fix it.

Regards

Artur

Quote · 21 Nov 2008

Hi Artur,

 

Are you one of the Boonex support stuff? I've been seeing you offering help by asking people to provide you their cpanel access..

 

Is the any possiblity to provide solution without providing the cpanel access?

Quote · 23 Nov 2008

well - first of all try to check if table LocalizationLanguages exists in your DB.

After it check /inc/header.inc.php file - DB info.

I am not with Boonex anymore - but I made for you this installation :)

Regards

Artur

Quote · 24 Nov 2008

I too have this exact same problem since my install of version 6.1.

 

The table is missing, there are 37 tables in my database. However, I will try and reinstall.

 

If you find the solution please post!

 

Thanks.

 

 

Solution (for me that is):

Run SQL script using phpmysql, now I have 147 tables. My site is running, for now.

Quote · 28 Nov 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.