You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
)
)
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
The text was updated successfully, but these errors were encountered: