Jump to content

install of RC failed


InvisibleIkoN

Recommended Posts

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] => 
)
Link to comment
Share on other sites

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] => 
)
Link to comment
Share on other sites

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] => 
)
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...