question set doesn't work

Submitted by jp_eagle on Thu, 03/12/2015 - 14:12

I installed the plugin in Wordpress, created a few contents. but I got a error while selecting Question set as content type. the error is .

Semantics error: TypeError: Cannot read property 'name' of undefined.

jp_eagle

Thu, 03/12/2015 - 14:26

Permalink

just looked at log got reason

I have to turn on the

allow_url_fopen = Off

in php.ini. after turn it on, the works. but this option is not suggested to turn on by another package. anyway to eliminate it?

thanks.

falcon

Thu, 03/12/2015 - 14:55

Permalink

Yeah, it's unnecessary that

Yeah, it's unnecessary that we go through urls in this context. We'll fix it.

jp_eagle

Thu, 03/12/2015 - 16:17

Permalink

thanks.

thanks.