热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

ViewingSpaceMembers

WhentryingtoviewusersIgetthefollowingerror:InternalServerError.Iwasinstru

When trying to view users I get the following error: Internal Server Error. I was instructed to create another issue for this here.

Logs

1
exception 'yii\base\ErrorException' with message 'Trying to get property of non-object' in /home/USER/public_html/beta/protected/humhub/modules/space/modules/manage/views/member/index.php:35 Stack trace: #0 /home/USER/public_html/beta/protected/humhub/modules/space/modules/manage/views/member/index.php(35): yii\base\ErrorHandler->handleError(8, 'Trying to get p...', '/home/futayuri/...', 35, Array) #1 [internal function]: yii\base\View->{closure}(Object(humhub\modules\space\models\Membership), Array, 1, Object(humhub\libs\DropDownGridColumn)) #2 /home/USER/public_html/beta/protected/humhub/libs/DropDownGridColumn.php(100): call_user_func(Object(Closure), Object(humhub\modules\space\models\Membership), Array, 1, Object(humhub\libs\DropDownGridColumn)) #3 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/grid/Column.php(108): humhub\libs\DropDownGridColumn->renderDataCellContent(Object(humhub\modules\space\models\Membership), Array, 1) #4 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/grid/GridView.php(504): yii\grid\Column->renderDataCell(Object(humhub\modules\space\models\Membership), Array, 1) #5 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/grid/GridView.php(473): yii\grid\GridView->renderTableRow(Object(humhub\modules\space\models\Membership), Array, 1) #6 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/grid/GridView.php(344): yii\grid\GridView->renderTableBody() #7 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/widgets/BaseListView.php(151): yii\grid\GridView->renderItems() #8 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/grid/GridView.php(313): yii\widgets\BaseListView->renderSection('{items}') #9 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/widgets/BaseListView.php(126): yii\grid\GridView->renderSection('{items}') #10 [internal function]: yii\widgets\BaseListView->yii\widgets\{closure}(Array) #11 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/widgets/BaseListView.php(129): preg_replace_callback('/{\\w+}/', Object(Closure), '{summary}\n{item...') #12 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/grid/GridView.php(288): yii\widgets\BaseListView->run() #13 /home/USER/public_html/beta/protected/humhub/widgets/GridView.php(46): yii\grid\GridView->run() #14 /home/futayuri/public_html/beta/protected/vendor/yiisoft/yii2/base/Widget.php(98): humhub\widgets\GridView->run() #15 /home/USER/public_html/beta/protected/humhub/modules/space/modules/manage/views/member/index.php(78): yii\base\Widget::widget(Array) #16 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/View.php(325): require('/home/futayuri/...') #17 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/View.php(247): yii\base\View->renderPhpFile('/home/futayuri/...', Array) #18 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/View.php(149): yii\base\View->renderFile('/home/futayuri/...', Array, Object(humhub\modules\space\modules\manage\controllers\MemberController)) #19 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/Controller.php(377): yii\base\View->render('index', Array, Object(humhub\modules\space\modules\manage\controllers\MemberController)) #20 /home/USER/public_html/beta/protected/humhub/modules/space/modules/manage/controllers/MemberController.php(59): yii\base\Controller->render('index', Array) #21 [internal function]: humhub\modules\space\modules\manage\controllers\MemberController->actionIndex() #22 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/InlineAction.php(55): call_user_func_array(Array, Array) #23 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/Controller.php(154): yii\base\InlineAction->runWithParams(Array) #24 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/Module.php(454): yii\base\Controller->runAction('', Array) #25 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/web/Application.php(84): yii\base\Module->runAction('space/manage/me...', Array) #26 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/Application.php(375): yii\web\Application->handleRequest(Object(humhub\components\Request)) #27 /home/USER/public_html/beta/index.php(25): yii\base\Application->run() #28 {main}

1
exception 'yii\base\InvalidRouteException' with message 'Unable to resolve the request "space/manage/members".' in /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/Module.php:460 Stack trace: #0 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/web/Application.php(84): yii\base\Module->runAction('space/manage/me...', Array) #1 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/Application.php(375): yii\web\Application->handleRequest(Object(humhub\components\Request)) #2 /home/USER/public_html/beta/index.php(25): yii\base\Application->run() #3 {main} Next exception 'yii\web\NotFoundHttpException' with message 'Page not found.' in /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/web/Application.php:96 Stack trace: #0 /home/USER/public_html/beta/protected/vendor/yiisoft/yii2/base/Application.php(375): yii\web\Application->handleRequest(Object(humhub\components\Request)) #1 /home/USER/public_html/beta/index.php(25): yii\base\Application->run() #2 {main}

HumHub v1.0.0

该提问来源于开源项目:humhub/humhub

I think I found the problem, when the HumHub servers went down I was doing an update with the updater module, so I'm just guessing this would be the reason why this is happening, but I'll go over it later, and try your recommendation. :+1:


推荐阅读
  • Python瓦片图下载、合并、绘图、标记的代码示例
    本文提供了Python瓦片图下载、合并、绘图、标记的代码示例,包括下载代码、多线程下载、图像处理等功能。通过参考geoserver,使用PIL、cv2、numpy、gdal、osr等库实现了瓦片图的下载、合并、绘图和标记功能。代码示例详细介绍了各个功能的实现方法,供读者参考使用。 ... [详细]
  • 如何自行分析定位SAP BSP错误
    The“BSPtag”Imentionedintheblogtitlemeansforexamplethetagchtmlb:configCelleratorbelowwhichi ... [详细]
  • Nginx使用(server参数配置)
    本文介绍了Nginx的使用,重点讲解了server参数配置,包括端口号、主机名、根目录等内容。同时,还介绍了Nginx的反向代理功能。 ... [详细]
  • 向QTextEdit拖放文件的方法及实现步骤
    本文介绍了在使用QTextEdit时如何实现拖放文件的功能,包括相关的方法和实现步骤。通过重写dragEnterEvent和dropEvent函数,并结合QMimeData和QUrl等类,可以轻松实现向QTextEdit拖放文件的功能。详细的代码实现和说明可以参考本文提供的示例代码。 ... [详细]
  • 本文分享了一个关于在C#中使用异步代码的问题,作者在控制台中运行时代码正常工作,但在Windows窗体中却无法正常工作。作者尝试搜索局域网上的主机,但在窗体中计数器没有减少。文章提供了相关的代码和解决思路。 ... [详细]
  • 目录实现效果:实现环境实现方法一:基本思路主要代码JavaScript代码总结方法二主要代码总结方法三基本思路主要代码JavaScriptHTML总结实 ... [详细]
  • CSS3选择器的使用方法详解,提高Web开发效率和精准度
    本文详细介绍了CSS3新增的选择器方法,包括属性选择器的使用。通过CSS3选择器,可以提高Web开发的效率和精准度,使得查找元素更加方便和快捷。同时,本文还对属性选择器的各种用法进行了详细解释,并给出了相应的代码示例。通过学习本文,读者可以更好地掌握CSS3选择器的使用方法,提升自己的Web开发能力。 ... [详细]
  • android listview OnItemClickListener失效原因
    最近在做listview时发现OnItemClickListener失效的问题,经过查找发现是因为button的原因。不仅listitem中存在button会影响OnItemClickListener事件的失效,还会导致单击后listview每个item的背景改变,使得item中的所有有关焦点的事件都失效。本文给出了一个范例来说明这种情况,并提供了解决方法。 ... [详细]
  • 本文介绍了Redis的基础数据结构string的应用场景,并以面试的形式进行问答讲解,帮助读者更好地理解和应用Redis。同时,描述了一位面试者的心理状态和面试官的行为。 ... [详细]
  • 如何使用Java获取服务器硬件信息和磁盘负载率
    本文介绍了使用Java编程语言获取服务器硬件信息和磁盘负载率的方法。首先在远程服务器上搭建一个支持服务端语言的HTTP服务,并获取服务器的磁盘信息,并将结果输出。然后在本地使用JS编写一个AJAX脚本,远程请求服务端的程序,得到结果并展示给用户。其中还介绍了如何提取硬盘序列号的方法。 ... [详细]
  • 本文详细介绍了Linux中进程控制块PCBtask_struct结构体的结构和作用,包括进程状态、进程号、待处理信号、进程地址空间、调度标志、锁深度、基本时间片、调度策略以及内存管理信息等方面的内容。阅读本文可以更加深入地了解Linux进程管理的原理和机制。 ... [详细]
  • 本文介绍了为什么要使用多进程处理TCP服务端,多进程的好处包括可靠性高和处理大量数据时速度快。然而,多进程不能共享进程空间,因此有一些变量不能共享。文章还提供了使用多进程实现TCP服务端的代码,并对代码进行了详细注释。 ... [详细]
  • ASP.NET2.0数据教程之十四:使用FormView的模板
    本文介绍了在ASP.NET 2.0中使用FormView控件来实现自定义的显示外观,与GridView和DetailsView不同,FormView使用模板来呈现,可以实现不规则的外观呈现。同时还介绍了TemplateField的用法和FormView与DetailsView的区别。 ... [详细]
  • 本文介绍了Python爬虫技术基础篇面向对象高级编程(中)中的多重继承概念。通过继承,子类可以扩展父类的功能。文章以动物类层次的设计为例,讨论了按照不同分类方式设计类层次的复杂性和多重继承的优势。最后给出了哺乳动物和鸟类的设计示例,以及能跑、能飞、宠物类和非宠物类的增加对类数量的影响。 ... [详细]
  • Redis底层数据结构之压缩列表的介绍及实现原理
    本文介绍了Redis底层数据结构之压缩列表的概念、实现原理以及使用场景。压缩列表是Redis为了节约内存而开发的一种顺序数据结构,由特殊编码的连续内存块组成。文章详细解释了压缩列表的构成和各个属性的含义,以及如何通过指针来计算表尾节点的地址。压缩列表适用于列表键和哈希键中只包含少量小整数值和短字符串的情况。通过使用压缩列表,可以有效减少内存占用,提升Redis的性能。 ... [详细]
author-avatar
谢文友6123
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有