Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with installation #163

Open
writles opened this issue Jul 8, 2015 · 1 comment
Open

Problem with installation #163

writles opened this issue Jul 8, 2015 · 1 comment

Comments

@writles
Copy link

writles commented Jul 8, 2015

Hi! I did my goteo installation using hostinger. However I received this error message. Please help

PDOException Object
(
[message:protected] => SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u232156501_goteo.lang' doesn't exist
[string:Exception:private] =>
[code:protected] => 42S02
[file:protected] => /home/u232156501/public_html/core/model.php
[line:protected] => 95
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /home/u232156501/public_html/core/model.php
[line] => 95
[function] => execute
[class] => PDOStatement
[type] => ->
[args] => Array
(
[0] => Array
(
[:id] => en
)

                    )

            )

        [1] => Array
            (
                [file] => /home/u232156501/public_html/library/i18n/Lang.php
                [line] => 92
                [function] => query
                [class] => Goteo\Core\Model
                [type] => ::
                [args] => Array
                    (
                        [0] => SELECT id FROM lang WHERE id = :id AND active = 1
                        [1] => Array
                            (
                                [:id] => en
                            )

                    )

            )

        [2] => Array
            (
                [file] => /home/u232156501/public_html/library/i18n/Lang.php
                [line] => 120
                [function] => is_active
                [class] => Goteo\Library\i18n\Lang
                [type] => ::
                [args] => Array
                    (
                        [0] => en
                    )

            )

        [3] => Array
            (
                [file] => /home/u232156501/public_html/index.php
                [line] => 101
                [function] => set
                [class] => Goteo\Library\i18n\Lang
                [type] => ::
                [args] => Array
                    (
                    )

            )

    )

[previous:Exception:private] => 
[errorInfo] => Array
    (
        [0] => 42S02
        [1] => 1146
        [2] => Table 'u232156501_goteo.lang' doesn't exist
    )

)

Fatal error: Uncaught exception 'Goteo\Core\Exception' with message 'Error PDO: ' in /home/u232156501/public_html/core/model.php:100 Stack trace: #0 /home/u232156501/public_html/library/i18n/Lang.php(92): Goteo\Core\Model::query('SELECT id FROM ...', Array) #1 /home/u232156501/public_html/library/i18n/Lang.php(120): Goteo\Library\i18n\Lang::is_active('en') #2 /home/u232156501/public_html/index.php(101): Goteo\Library\i18n\Lang::set() #3 {main} thrown in /home/u232156501/public_html/core/model.php on line 100

@Winjim
Copy link

Winjim commented Aug 26, 2015

Hello Writles did you ever resolve this error? I have the same problem.

[1] => Array
(
[file] => /home/gofundaf/public_html/funded/library/i18n/Lang.php
[line] => 92
[function] => query
[class] => Goteo\Core\Model
[type] => ::
[args] => Array
(
[0] => SELECT id FROM lang WHERE id = :id AND active = 1
[1] => Array
(
[:id] => en
)

                    )

            )

        [2] => Array
            (
                [file] => /home/gofundaf/public_html/funded/library/i18n/Lang.php
                [line] => 120
                [function] => is_active
                [class] => Goteo\Library\i18n\Lang
                [type] => ::
                [args] => Array
                    (
                        [0] => en
                    )

            )

        [3] => Array
            (
                [file] => /home/gofundaf/public_html/funded/index.php
                [line] => 101
                [function] => set
                [class] => Goteo\Library\i18n\Lang
                [type] => ::
                [args] => Array
                    (
                    )

            )

    )

[previous:Exception:private] => 
[errorInfo] => Array
    (
        [0] => 42S02
        [1] => 1146
        [2] => Table 'gofundaf_funded.lang' doesn't exist
    )

)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants