Polls Not Displaying

I'm able to create them just fine, but when I go to view them, all I see is a blank box, and the name of the user who created it, as well as Results link underneath it. Tried clicking results, but the blank box just says loading, and loads nothing, again.

Any ideas? Does it rely on something? I've disabled all caching options. 

Quote · 27 May 2013

It maybe that some JS code is broke, try to check browser error console for any errors when you experience this problem.

Rules → http://www.boonex.com/terms
Quote · 27 May 2013

Yeah the Java Console says:

Uncaught TypeError: Cannot call method 'getElementsByTagName' of null

profile_poll.js:151

 

?

 

Quote · 27 May 2013

Here's the snippit of code 149-157 from profile_poll.js

else if ( 'get_questions' == action ) {

 container.innerHTML = '';
 answers = xmlDocument.getElementsByTagName("answer");

list_answers(sPrefix);
 question = xmlDocument.getElementsByTagName("question");
 list_question(sPrefix, sPrefix + '_caption_' + ID );
}

 

So answers is coming back as null?

Quote · 28 May 2013

Yes, some more investigation is required on server's side. 

Also you can try to check network log in browsers developers console to see the exact response from the sever, it maybe it will be some error there as well.

Rules → http://www.boonex.com/terms
Quote · 28 May 2013

Server side?
Well, that's what I get for not having my own server.
guess I'll just have to deal with no polls.

I don't know what you mean by 'log in browsers developers console' how would I do that?

I was getting a PHP Warning, something about "Failed to open Stream: no space left" when I know I have space left, so I disabled all caching options [somthing about fopen() in BxDolCacheFile.php line 55] put an @ in front of fopen() to keep it from printing errors, could this be related?
[I get no other errors, and am still able to upload photos, so I know I have space left...] 

Quote · 28 May 2013

Yup, server was the issue.
Changed host, BAM no problems... 

Quote · 28 May 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.