Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
644 views
in Q2A Core by
edited by

Hi guys,

  The voting doesn't seem to work with IE but does work with Chrome and Firefox on our version of Q2A, we have a custom theme and use external user authenication. We also haven't published the site yet, so its no available externally.

The request looks like this:

http://ask.suffolk.ac.uk/

POST

postid 62
qa ajax
qa_operation vote
qa_request
qa_root ./
uid 1308843067353
vote 0

RESPONSE

QA_AJAX_RESPONSE
1
<DIV CLASS="qa-vote-buttons qa-vote-buttons-net">
	<INPUT  TITLE="Click to vote up" NAME="vote_62_1_q62" onClick="return qa_vote_click(this);"  TYPE="submit" VALUE="+" CLASS="qa-vote-first-button qa-vote-up-button" onmouseover="this.className='qa-vote-first-button qa-vote-up-hover';" onmouseout="this.className='qa-vote-first-button qa-vote-up-button';"> 
	<INPUT  TITLE="Click to vote down" NAME="vote_62_-1_q62" onClick="return qa_vote_click(this);"  TYPE="submit" VALUE="&ndash;" CLASS="qa-vote-second-button qa-vote-down-button" onmouseover="this.className='qa-vote-second-button qa-vote-down-hover';" onmouseout="this.className='qa-vote-second-button qa-vote-down-button';"> 
</DIV>
<DIV CLASS="qa-vote-count qa-vote-count-net">
	<SPAN CLASS="qa-netvote-count">
		<SPAN CLASS="qa-netvote-count-data">0</SPAN><SPAN CLASS="qa-netvote-count-pad"> votes</SPAN>
	</SPAN>
</DIV>
<DIV CLASS="qa-vote-clear">
</DIV>

The error thrown is in a dialogue box and is "Unexpected response from server - please try again."

I have seen this question asked before but not when it works on some browsers but not another...any thoughts?

by
What happens if you go back to the default theme, and/or run Q2A (on a test database) without external user authentication?
by
Just an update, setting the theme back to default doesn't cure the problem.
by
Just set external users back to false and the error is still present.
by
OK. So what happens on a completely clean install of Q2A, without external user integration? Also, please let me know the versions of Q2A, IE, PHP and your web server.
by
The latest stable build of Q2A. I'm using IE7, the web server is Windows Server 2008 R2 64-bit. PHP is version v5.3 as installed from the Microsoft Web Installer. MySQL is version 5.5.13 as installed by the Microsoft Web Installer.
by
Thanks. And the other bit of my question please?

Please log in or register to answer this question.

...