PDA

View Full Version : Urgent - Poll strong problem


fadiodeh
04-20-2009, 12:06 AM
Hi all,

i have vb 3.7.0

the problem with polls in threads.

its working when you choise first option only.

example :

poll Q : what do you think about ....

1- Very Good
2- Good
3- Not Bad
4- Bad

when you choice first option the system will save your vetoing , but when you choice options number 2,3 or 4 ... the page just redirect without save poll choice.

i tried to change template to default and restore original poll.php file ,, its still not working and have the same issue.

Lynne
04-20-2009, 12:14 AM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

fadiodeh
04-20-2009, 03:45 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Thank you very much for your fast response

i disabled all modifications/plugins in the system as you said, but the issue still there

nothing changed

Lynne
04-20-2009, 03:50 PM
Then try this:
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?


If it's still happening, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.

fadiodeh
04-20-2009, 03:53 PM
Then try this:
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?


If it's still happening, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.

I tried before change the template more than once with original templates, and tried to replace just poll.php file and the issue still there.

i will try now to replace all files

Thank you

Xencored
04-20-2009, 03:53 PM
Also if you use Vbseo this can cause this problem the htt file

fadiodeh
04-20-2009, 04:01 PM
Also if you use Vbseo this can cause this problem the htt file

first step i tried that was completely disable Vbseo and the issue still

Thank you for your response

Lynne
04-20-2009, 04:13 PM
When you disabled vbseo, did you remember to remove any lines you added to the htaccess file also?

fadiodeh
04-20-2009, 04:37 PM
When you disabled vbseo, did you remember to remove any lines you added to the htaccess file also?

Thank you very much all here

the issue resolved now

the solution is upload showthread.php in ASCII format

this file showthread.php did not modify before, i think the upload in ASCII format resolved the issue.

Thank you very much :)