Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 26, 201510 yr on beta 2 i had it installed on my server fine.. i downloaded the RC and I tried several times and different configurations via php (suphp off, autoexec off, etc) to remedy the situation i'm having. i even tried an upgrade of 3.4.x and got identical errors.. below is the errors i'm getting on a fresh install (default handler for php is dso, and upgrade script said i was ready for ipb4) IPS\Db\Exception Object ( [query] => SELECT conf_key, conf_default, conf_value FROM `core_sys_conf_settings` [binds] => Array ( ) [message:protected] => Table 'invisibl_ipb.core_sys_conf_settings' doesn't exist [string:Exception:private] => [code:protected] => 1146 [file:protected] => /home/invisibleikon/public_html/system/Db/Db.php [line:protected] => 363 [trace:Exception:private] => Array ( [0] => Array ( [file] => /home/invisibleikon/public_html/system/Db/Select.php [line] => 321 [function] => preparedQuery [class] => IPS\_Db [type] => -> [args] => Array ( [0] => SELECT conf_key, conf_default, conf_value FROM `core_sys_conf_settings` [1] => Array ( ) ) ) [1] => Array ( [file] => /home/invisibleikon/public_html/system/Db/Select.php [line] => 219 [function] => runQuery [class] => IPS\Db\_Select [type] => -> [args] => Array ( ) ) [2] => Array ( [file] => /home/invisibleikon/public_html/system/Settings/Settings.php [line] => 127 [function] => setKeyField [class] => IPS\Db\_Select [type] => -> [args] => Array ( [0] => conf_key ) ) [3] => Array ( [file] => /home/invisibleikon/public_html/system/Settings/Settings.php [line] => 88 [function] => loadFromDb [class] => IPS\_Settings [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Front.php [line] => 63 [function] => __get [class] => IPS\_Settings [type] => -> [args] => Array ( [0] => use_friendly_urls ) ) [5] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Dispatcher.php [line] => 86 [function] => init [class] => IPS\Dispatcher\_Front [type] => -> [args] => Array ( ) ) [6] => Array ( [file] => /home/invisibleikon/public_html/index.php [line] => 13 [function] => i [class] => IPS\_Dispatcher [type] => :: [args] => Array ( ) ) ) [previous:Exception:private] => )
April 26, 201510 yr Author if i try to do anything outside the installer i get the following errors: IPS\Db\Exception Object ( [query] => SELECT conf_key, conf_default, conf_value FROM `core_sys_conf_settings` [binds] => Array ( ) [message:protected] => Table 'invisibl_ipb.core_sys_conf_settings' doesn't exist [string:Exception:private] => [code:protected] => 1146 [file:protected] => /home/invisibleikon/public_html/system/Db/Db.php [line:protected] => 363 [trace:Exception:private] => Array ( [0] => Array ( [file] => /home/invisibleikon/public_html/system/Db/Select.php [line] => 321 [function] => preparedQuery [class] => IPS\_Db [type] => -> [args] => Array ( [0] => SELECT conf_key, conf_default, conf_value FROM `core_sys_conf_settings` [1] => Array ( ) ) ) [1] => Array ( [file] => /home/invisibleikon/public_html/system/Db/Select.php [line] => 219 [function] => runQuery [class] => IPS\Db\_Select [type] => -> [args] => Array ( ) ) [2] => Array ( [file] => /home/invisibleikon/public_html/system/Settings/Settings.php [line] => 127 [function] => setKeyField [class] => IPS\Db\_Select [type] => -> [args] => Array ( [0] => conf_key ) ) [3] => Array ( [file] => /home/invisibleikon/public_html/system/Settings/Settings.php [line] => 88 [function] => loadFromDb [class] => IPS\_Settings [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => /home/invisibleikon/public_html/system/Theme/Theme.php [line] => 375 [function] => __get [class] => IPS\_Settings [type] => -> [args] => Array ( [0] => theme_designers_mode ) ) [5] => Array ( [file] => /home/invisibleikon/public_html/system/Theme/Theme.php [line] => 184 [function] => designersModeEnabled [class] => IPS\_Theme [type] => :: [args] => Array ( ) ) [6] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Standard.php [line] => 50 [function] => i [class] => IPS\_Theme [type] => :: [args] => Array ( ) ) [7] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Front.php [line] => 474 [function] => baseCss [class] => IPS\Dispatcher\_Standard [type] => :: [args] => Array ( ) ) [8] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Front.php [line] => 51 [function] => baseCss [class] => IPS\Dispatcher\_Front [type] => :: [args] => Array ( ) ) [9] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Dispatcher.php [line] => 86 [function] => init [class] => IPS\Dispatcher\_Front [type] => -> [args] => Array ( ) ) [10] => Array ( [file] => /home/invisibleikon/public_html/index.php [line] => 13 [function] => i [class] => IPS\_Dispatcher [type] => :: [args] => Array ( ) ) ) [previous:Exception:private] => )
April 26, 20159 yr Just out of curosity, why are you using a RC? All of the RC's had various bugs. I would use the current release.
April 27, 20159 yr Author and i just configured apache/php to have minimums with nothing extra other than what ipb calls for and it still does same thing.. sigh...
April 27, 20159 yr Same here, I was having some crazy problems too, and IPS support was claiming it was my server. Glad to see that im not the only one.
April 27, 20159 yr Author isnt my server 3.4x installs fine and i removed everything via easyapache but whats needed to power 3.x-4.x
April 27, 20159 yr Author a fresh install of 3.4x which is then upgraded to 4.x results in the following errors: IPS\Db\Exception Object ( [query] => SELECT * FROM `x_utf_core_themes` AS `core_themes` ORDER BY set_order [binds] => Array ( ) [message:protected] => Table 'invisibl_ipb.x_utf_core_themes' doesn't exist [string:Exception:private] => [code:protected] => 1146 [file:protected] => /home/invisibleikon/public_html/system/Db/Db.php [line:protected] => 363 [trace:Exception:private] => Array ( [0] => Array ( [file] => /home/invisibleikon/public_html/system/Db/Select.php [line] => 321 [function] => preparedQuery [class] => IPS\_Db [type] => -> [args] => Array ( [0] => SELECT * FROM `x_utf_core_themes` AS `core_themes` ORDER BY set_order [1] => Array ( ) ) ) [1] => Array ( [file] => /home/invisibleikon/public_html/system/Db/Select.php [line] => 219 [function] => runQuery [class] => IPS\Db\_Select [type] => -> [args] => Array ( ) ) [2] => Array ( [file] => /home/invisibleikon/public_html/system/Theme/Theme.php [line] => 317 [function] => setKeyField [class] => IPS\Db\_Select [type] => -> [args] => Array ( [0] => set_id ) ) [3] => Array ( [file] => /home/invisibleikon/public_html/system/Theme/Theme.php [line] => 222 [function] => themes [class] => IPS\_Theme [type] => :: [args] => Array ( ) ) [4] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Standard.php [line] => 50 [function] => i [class] => IPS\_Theme [type] => :: [args] => Array ( ) ) [5] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Front.php [line] => 474 [function] => baseCss [class] => IPS\Dispatcher\_Standard [type] => :: [args] => Array ( ) ) [6] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Front.php [line] => 51 [function] => baseCss [class] => IPS\Dispatcher\_Front [type] => :: [args] => Array ( ) ) [7] => Array ( [file] => /home/invisibleikon/public_html/system/Dispatcher/Dispatcher.php [line] => 86 [function] => init [class] => IPS\Dispatcher\_Front [type] => -> [args] => Array ( ) ) [8] => Array ( [file] => /home/invisibleikon/public_html/index.php [line] => 13 [function] => i [class] => IPS\_Dispatcher [type] => :: [args] => Array ( ) ) ) [previous:Exception:private] => )
April 27, 20159 yr Author InfoIP.Board Character Set: utf-8Database Character Set: utf8Original table prefix: Converted table prefix: x_utf_226 tables are utf80 tables have incorrect collationsCan use 'dump' method: falseUTF8 Converter v1.1.17 © 2014 Invision Power Services, Inc.
April 27, 20159 yr When I selected utf8 I got errors galore so tried using the utf8mb4 option and upgraded/installed no problems
Archived
This topic is now archived and is closed to further replies.