Jump to content

Kit the Human

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Kit the Human

  1. UPDATE `core_reactions` core_reactions SET `reaction_value`='1',`reaction_icon`=(IPS\File\FileSystem::__set_state(array( 'temporaryFilePath' => NULL, 'configuration' => array ( 'dir' => '/home/rparchit/public_html/uploads', 'url' => 'uploads', ), 'configurationId' => 1, 'storageExtension' => 'core_Reaction', 'originalFilename' => 'iloveyou.png', 'filename' => 'iloveyou.png', 'container' => 'reactions', 'contents' => NULL, 'url' => IPS\Http\Url\Internal::__set_state(array( 'base' => 'none', 'isInternal' => true, 'isFriendly' => false, 'url' => 'https://rp-architects.net/uploads/reactions/iloveyou.png', 'data' => array ( 'scheme' => 'https', 'host' => 'rp-architects.net', 'port' => NULL, 'user' => NULL, 'pass' => NULL, 'path' => '/uploads/reactions/iloveyou.png', 'query' => '', 'fragment' => NULL, ), 'queryString' => array ( ), 'hiddenQueryString' => array ( ), )), 'tempId' => '360', 'attachmentThumbnailUrl' => NULL, 'thumbnailName' => NULL, 'thumbnailContainer' => NULL, ))),`reaction_shop_points`=0 WHERE reaction_id=7 IPS\Db\Exception: Unknown column 'reaction_shop_points' in 'field list' (1054) #0 /home/rparchit/public_html/system/Db/Db.php(990): IPS\_Db->preparedQuery('/*IPS\\Node\\_Mod...', Array) #1 /home/rparchit/public_html/system/Patterns/ActiveRecord.php(492): IPS\_Db->update('`core_reactions...', '`reaction_value...', 'WHERE reaction_...') #2 /home/rparchit/public_html/system/Node/Model.php(2219): IPS\Patterns\_ActiveRecord->save() #3 /home/rparchit/public_html/system/Content/Reaction.php(291): IPS\Node\_Model->save() #4 /home/rparchit/public_html/system/Node/Model.php(3002): IPS\Content\_Reaction->save() #5 /home/rparchit/public_html/system/Node/Controller.php(413): IPS\Node\_Model->saveForm(Array) #6 /home/rparchit/public_html/system/Dispatcher/Controller.php(85): IPS\Node\_Controller->form() #7 /home/rparchit/public_html/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute() #8 /home/rparchit/public_html/applications/core/modules/admin/membersettings/reputation.php(43): IPS\Node\_Controller->execute() #9 /home/rparchit/public_html/system/Dispatcher/Dispatcher.php(146): IPS\core\modules\admin\membersettings\_reputation->execute() #10 /home/rparchit/public_html/admin/index.php(14): IPS\_Dispatcher->run() #11 {main} I assume this is another query fix? Thanks in advance.
  2. Just for the sake of establishing a seemingly persistent issue....I receive the same error whenever I attempt to edit any setting in any group. UPDATE `core_groups` core_groups SET `g_promote_exclude`=true,`g_view_board`=true,`g_dohtml`=false,`g_access_offline`=false,`g_hide_online_list`=false,`g_post_polls`=true,`g_vote_polls`=true,`g_close_polls`=true,`g_append_edit`=false,`g_avoid_flood`=false,`g_avoid_q`=false,`g_mod_preview`=false,`g_bypass_badwords`=false,`g_edit_posts`=1,`g_hide_own_posts`=1,`g_delete_own_posts`=0,`g_lock_unlock_own`=1,`g_can_report`=0,`g_view_displaynamehistory`=false,`g_edit_profile`=true,`g_upload_animated_photos`=false,`g_can_msg_attach`=false,`g_create_albums`=true,`g_create_albums_private`=false,`g_create_albums_fo`=false,`g_movies`=false,`g_blog_allowcomment`=true,`ms_can_bank`=true,`ms_daily_points`=0 WHERE g_id=7 IPS\Db\Exception: Unknown column 'ms_daily_points' in 'field list' (1054) #0 /home/rparchit/public_html/system/Db/Db.php(990): IPS\_Db->preparedQuery('/*IPS\\Patterns\\...', Array) #1 /home/rparchit/public_html/system/Patterns/ActiveRecord.php(492): IPS\_Db->update('`core_groups` c...', '`g_promote_excl...', 'WHERE g_id=?') #2 [internal function]: IPS\Patterns\_ActiveRecord->save() #3 /home/rparchit/public_html/init.php(460) : eval()'d code(120): call_user_func_array('parent::save', Array) #4 /home/rparchit/public_html/system/Member/Group.php(323): IPS\Patterns\rules_hook_ipsPatternsActiveRecord->save() #5 /home/rparchit/public_html/applications/core/modules/admin/members/groups.php(223): IPS\Member\_Group->save() #6 /home/rparchit/public_html/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\_groups->form() #7 /home/rparchit/public_html/applications/core/modules/admin/members/groups.php(34): IPS\Dispatcher\_Controller->execute() #8 /home/rparchit/public_html/system/Dispatcher/Dispatcher.php(146): IPS\core\modules\admin\members\_groups->execute() #9 /home/rparchit/public_html/admin/index.php(14): IPS\_Dispatcher->run() #10 {main}
×
×
  • Create New...