Skip to content
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

Survey Results Modal Window is Blank #11

Open
IvandaNothabeer opened this issue Jul 24, 2019 · 8 comments
Open

Survey Results Modal Window is Blank #11

IvandaNothabeer opened this issue Jul 24, 2019 · 8 comments

Comments

@IvandaNothabeer
Copy link
Contributor

IvandaNothabeer commented Jul 24, 2019

No results are presented in the survey respondents modal window ....

https://puu.sh/DWWNI/e74ffac000.png

@onmotion
Copy link
Owner

Can you try to fix it or find the cause?

@IvandaNothabeer
Copy link
Contributor Author

Sorry, If I could do that I would already have done it ;)

When i GET survey/default/respondents?surveyId=1 I don't see anything that looks like renderable HTML or Survey information ....

https://puu.sh/DXabu/d7160d2713.png

@onmotion
Copy link
Owner

Which browser do you use? Can you try it in chrome?

@IvandaNothabeer
Copy link
Contributor Author

It is the same in Firefox and Chrome.

@onmotion
Copy link
Owner

What version of yii do you use? What's your bootstrap version?
Do you have any alerts in the console?

@IvandaNothabeer
Copy link
Contributor Author

IvandaNothabeer commented Jul 25, 2019

Yii version 2.0.23
PHP version 7.1.11
There are no alerts or warnings in either the console or the debug toolbar.
There are no warnings or exceptions from the PHP debugger.

I have two new Yii2 apps for testing your module. First is using Basic Template, other is using advanced template. They are using the default boostrap version (Version 3 I believe). Both have User Module from Yii2-usuario (for user and RBAC handling)

composer.json for the project .....

{
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"onmotion/yii2-survey": "*",
"2amigos/yii2-usuario": "~1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.4.0",
"phpunit/phpunit": "~6.5.5",
"codeception/verify": "~1.0.0",
"symfony/browser-kit": ">=2.7 <=4.2.4"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}

@IvandaNothabeer
Copy link
Contributor Author

You know what ......

Maybe all these comments have something to do with it :)

https://puu.sh/DXp7P/5dbf8ba79b.png

@onmotion
Copy link
Owner

:) Did you try to uncomment it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants