>>
Site Map
>>
Forums
>>
PHP-Nuke Newbie
Forum module - topics in forum:
PHP-Nuke Newbie - Complete phpnuke newbie? want to ask a question before installing? or have installed and are now confused? this is the place.
blank page when votting
hi, can someone explain me why i get a blank page when i vote in the block survey? the blank page is using mozilla firefox, and when i vote using internet explorer the page goes to index.php and not to the results.
Im using php-nuke 7.6, thanks.
After submitting a vote in a survey I would actually be expecting to be sent back to the front page.
And because you get this blank page when using FireFox but in IE it takes you back to the front page then how can it be a problem with Nuke? Surely thats a browser compatibility issue?
but i dont know whats the problem with the browsers, because i know it isnt the cookies or the cache, and i know too that my pc isnt the problem
FireFox is the problem. It aint too keen on nuke sites apparently.
Have just tested the survey here with FF and it works as it should do, once voted being taken to results.
Whats your url so I can try yours.
If you've patched your Nuke to 3.1 change the
| Code: : |
| $display_errors = false; |
to
| Code: : |
| $display_errors = true; |
in your config.php
Are there any errors on the blank page now?
BL
yes i have patched to Nuke patch 3.1, and yes, i can see now two errors, these are:
Warning: Missing argument 3 for pollcollector() in /data/members/free/tripod/es/a/n/t/antareswarriors/htdocs/modules/Surveys/index.php on line 168
Warning: Cannot modify header information - headers already sent by (output started at /data/members/free/tripod/es/a/n/t/antareswarriors/htdocs/modules/Surveys/index.php:168) in /data/members/free/tripod/es/a/n/t/antareswarriors/htdocs/modules/Surveys/index.php on line 195
thanks for the answers, the webpage is http://guerrerosdeantares.tk/ if you want to try, but it isnt in english, sorry
Open index.php in root/modules/Surveys and find:
| Code: : |
| pollCollector($pollID, $voteID); |
change to:
| Code: : |
| pollCollector($pollID, $voteID, "modules.php?name=$module_name&op=results&pollID=$pollID"); |
BL
really thanks to you, i dont see the blank page now, ^^