onmotion / yii2-survey

Adds survey functionality to your Yii2 application
14 stars 20 forks source link

Survey Results Modal Window is Blank #11

Open IvandaNothabeer opened 5 years ago

IvandaNothabeer commented 5 years ago

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

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

onmotion commented 5 years ago

Can you try to fix it or find the cause?

IvandaNothabeer commented 5 years ago

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 commented 5 years ago

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

IvandaNothabeer commented 5 years ago

It is the same in Firefox and Chrome.

onmotion commented 5 years ago

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

IvandaNothabeer commented 5 years ago

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 commented 5 years ago

You know what ......

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

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

onmotion commented 5 years ago

:) Did you try to uncomment it?