Jump to content

Stats Error


thom.cameron21694
  • Babble 2.1.0 Closed Bug

I've attempted to enable stats from the newest version, I received this error.

UPDATE `ipb_babble_rooms` babble_rooms  SET `rooms__url`=(IPS\Http\Url::__set_state(array(
   '_queryString' => 
  array (
    'app' => 'babble',
    'module' => 'view',
    'controller' => 'view',
    'room' => '3',
  ),
   'url' => 'http://thereeplex.com/forums/babble/room/3-shoutbox/',
   'data' => 
  array (
    'scheme' => 'http',
    'host' => 'thereeplex.com',
    'path' => '/forums/babble/room/3-shoutbox/',
  ),
   'queryString' => 
  array (
  ),
   'isInternal' => true,
   'isFriendly' => true,
))),`rooms_password`='',`rooms_pass_hash`='',`rooms_bit`=257 WHERE rooms_id=3 
IPS\Db\Exception: Unknown column 'rooms__url' in 'field list' (1054)
#0 /home/theree9/public_html/forums/system/Db/Db.php(836): IPS\_Db->preparedQuery('UPDATE `ipb_bab...', Array)
#1 /home/theree9/public_html/forums/system/Patterns/ActiveRecord.php(460): IPS\_Db->update('babble_rooms', Array, Array)
#2 [internal function]: IPS\Patterns\_ActiveRecord->save()
#3 /home/theree9/public_html/forums/init.php(434) : eval()'d code(51): call_user_func_array('parent::save', Array)
#4 /home/theree9/public_html/forums/system/Node/Model.php(1999): IPS\Patterns\rules_hook_ipsPatternsActiveRecord->save()
#5 /home/theree9/public_html/forums/init.php(434) : eval()'d code(124): IPS\Node\_Model->save()
#6 /home/theree9/public_html/forums/init.php(434) : eval()'d code(679): IPS\Node\advancedtagsprefixes_hook_nodeModel->save()
#7 /home/theree9/public_html/forums/applications/babble/sources/Rooms/Rooms.php(409): IPS\Node\collab_hook_ipsNodeModel->save()
#8 /home/theree9/public_html/forums/system/Node/Model.php(2638): IPS\babble\_Rooms->save()
#9 /home/theree9/public_html/forums/init.php(434) : eval()'d code(75): IPS\Node\_Model->saveForm(Array)
#10 /home/theree9/public_html/forums/init.php(434) : eval()'d code(61): IPS\Node\advancedtagsprefixes_hook_nodeModel->saveForm(Array)
#11 /home/theree9/public_html/forums/system/Node/Controller.php(376): IPS\Node\rules_hook_ipsNodeModel->saveForm(Array)
#12 [internal function]: IPS\Node\_Controller->form()
#13 /home/theree9/public_html/forums/system/Dispatcher/Controller.php(85): call_user_func(Array)
#14 /home/theree9/public_html/forums/system/Node/Controller.php(63): IPS\Dispatcher\_Controller->execute()
#15 /home/theree9/public_html/forums/applications/babble/modules/admin/manage/rooms.php(49): IPS\Node\_Controller->execute()
#16 /home/theree9/public_html/forums/system/Dispatcher/Dispatcher.php(129): IPS\babble\modules\admin\manage\_rooms->execute()
#17 /home/theree9/public_html/forums/admin/index.php(13): IPS\_Dispatcher->run()
#18 {main}

This was the SQL Error log.

Unknown column 'rooms__url' in 'field list'
UPDATE `ipb_babble_rooms` babble_rooms  SET `rooms__url`=(?),`rooms_password`=?,`rooms_pass_hash`=?,`rooms_bit`=? WHERE rooms_id=? 
Array
(
    [0] => IPS\Http\Url Object
        (
            [_queryString] => Array
                (
                    [app] => babble
                    [module] => view
                    [controller] => view
                    [room] => 3
                )

            [url:protected] => http://thereeplex.com/forums/babble/room/3-shoutbox/
            [data] => Array
                (
                    [scheme] => http
                    [host] => thereeplex.com
                    [path] => /forums/babble/room/3-shoutbox/
                )

            [queryString] => Array
                (
                )

            [isInternal] => 1
            [isFriendly] => 1
        )

    [1] => 
    [2] => 
    [3] => 257
    [4] => 3
)

 | File                                                                       | Function                                                                      | Line No.          |
 |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------|
 | /system/Db/Db.php                                                          | [IPS\Db\_Exception].__construct                                               | 388               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /system/Db/Db.php                                                          | [IPS\_Db].preparedQuery                                                       | 836               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /system/Patterns/ActiveRecord.php                                          | [IPS\_Db].update                                                              | 460               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 |                                                                            | [IPS\Patterns\_ActiveRecord].save                                             |                   |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /init.php(434) : eval()'d code                                             | [].call_user_func_array                                                       | 51                |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /system/Node/Model.php                                                     | [IPS\Patterns\rules_hook_ipsPatternsActiveRecord].save                        | 1999              |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /init.php(434) : eval()'d code                                             | [IPS\Node\_Model].save                                                        | 124               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /init.php(434) : eval()'d code                                             | [IPS\Node\advancedtagsprefixes_hook_nodeModel].save                           | 679               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /applications/babble/sources/Rooms/Rooms.php                               | [IPS\Node\collab_hook_ipsNodeModel].save                                      | 409               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /system/Node/Model.php                                                     | [IPS\babble\_Rooms].save                                                      | 2638              |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /init.php(434) : eval()'d code                                             | [IPS\Node\_Model].saveForm                                                    | 75                |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /init.php(434) : eval()'d code                                             | [IPS\Node\advancedtagsprefixes_hook_nodeModel].saveForm                       | 61                |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /system/Node/Controller.php                                                | [IPS\Node\rules_hook_ipsNodeModel].saveForm                                   | 376               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 |                                                                            | [IPS\Node\_Controller].form                                                   |                   |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /system/Dispatcher/Controller.php                                          | [].call_user_func                                                             | 85                |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /system/Node/Controller.php                                                | [IPS\Dispatcher\_Controller].execute                                          | 63                |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /applications/babble/modules/admin/manage/rooms.php                        | [IPS\Node\_Controller].execute                                                | 49                |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /system/Dispatcher/Dispatcher.php                                          | [IPS\babble\modules\admin\manage\_rooms].execute                              | 129               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | /admin/index.php                                                           | [IPS\_Dispatcher].run                                                         | 13                |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'

 


User Feedback

Recommended Comments


×
×
  • Create New...