-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal Server Error #44
Comments
Please add the actual error information "Administration -> Information -> Logging" |
yii\base\UnknownPropertyException: Getting unknown property: humhub\modules\polls\models\Poll::show_result_after_close in /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/Component.php:147 Stack trace: #0 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/db/BaseActiveRecord.php(286): yii\base\Component->__get('show_result_aft...') #1 /home/forumthe/public_html/protected/humhub/modules/content/components/ContentActiveRecord.php(159): yii\db\BaseActiveRecord->__get('show_result_aft...') #2 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/helpers/BaseHtml.php(2108): humhub\modules\content\components\ContentActiveRecord->__get('show_result_aft...') #3 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/helpers/BaseHtml.php(1484): yii\helpers\BaseHtml::getAttributeValue(Object(humhub\modules\polls\models\Poll), 'show_result_aft...') #4 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/helpers/BaseHtml.php(1466): yii\helpers\BaseHtml::activeBooleanInput('checkbox', Object(humhub\modules\polls\models\Poll), 'show_result_aft...', Array) #5 /home/forumthe/public_html/protected/modules/polls/widgets/views/form.php(34): yii\helpers\BaseHtml::activeCheckbox(Object(humhub\modules\polls\models\Poll), 'show_result_aft...') #6 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/View.php(330): require('/home/forumthe/...') #7 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/View.php(250): yii\base\View->renderPhpFile('/home/forumthe/...', Array) #8 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/View.php(152): yii\base\View->renderFile('/home/forumthe/...', Array, Object(humhub\modules\polls\widgets\WallCreateForm)) #9 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/Widget.php(234): yii\base\View->render('form', Array, Object(humhub\modules\polls\widgets\WallCreateForm)) #10 /home/forumthe/public_html/protected/modules/polls/widgets/WallCreateForm.php(23): yii\base\Widget->render('form', Array) #11 /home/forumthe/public_html/protected/humhub/modules/content/widgets/WallCreateContentForm.php(92): humhub\modules\polls\widgets\WallCreateForm->renderForm() #12 /home/forumthe/public_html/protected/modules/polls/widgets/WallCreateForm.php(37): humhub\modules\content\widgets\WallCreateContentForm->run() #13 /home/forumthe/public_html/protected/humhub/components/Widget.php(57): humhub\modules\polls\widgets\WallCreateForm->run() #14 /home/forumthe/public_html/protected/modules/polls/views/poll/show.php(13): humhub\components\Widget::widget(Array) #15 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/View.php(330): require('/home/forumthe/...') #16 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/View.php(250): yii\base\View->renderPhpFile('/home/forumthe/...', Array) #17 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/View.php(152): yii\base\View->renderFile('/home/forumthe/...', Array, Object(humhub\modules\polls\controllers\PollController)) #18 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/Controller.php(381): yii\base\View->render('show', Array, Object(humhub\modules\polls\controllers\PollController)) #19 /home/forumthe/public_html/protected/modules/polls/controllers/PollController.php(43): yii\base\Controller->render('show', Array) #20 [internal function]: humhub\modules\polls\controllers\PollController->actionShow() #21 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array(Array, Array) #22 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/Controller.php(156): yii\base\InlineAction->runWithParams(Array) #23 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/Module.php(523): yii\base\Controller->runAction('show', Array) #24 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/web/Application.php(102): yii\base\Module->runAction('polls/poll/show', Array) #25 /home/forumthe/public_html/protected/vendor/yiisoft/yii2/base/Application.php(380): yii\web\Application->handleRequest(Object(humhub\components\Request)) #26 /home/forumthe/public_html/index.php(25): yii\base\Application->run() #27 {main} |
I recently updated to latest HumHub version and now polls are not working. I've deleted the module and did a manual install and I'm getting the same result. When I click on the Poll button in any space I get "An Internal server error occurred. "
The text was updated successfully, but these errors were encountered: