Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 06-25-2011, 03:42 PM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

?? I have never accessed my data base.

I use Administrator control panel in vBulletin. I can also use FTP to access the server.

Sorry... I am just dumb hydronic heater repair person and certainly not a programer.

I can, however follow directions.

Thanks for your help.

- Roger -
Reply With Quote
  #12  
Old 06-25-2011, 04:01 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm, firstly I would strongly suggest asking your host about database access. I'm not really sure what else I can do at this point. You could try to go to maintenance > repair/optimize database and do a repair/optimize on the poll tables and see if that fixes the issue.
Reply With Quote
  #13  
Old 06-25-2011, 04:41 PM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne

Thanks

I am sure there is a way, I have just not figured it out yet. I will post follow up, after I get access.

- Roger -
Reply With Quote
  #14  
Old 06-25-2011, 09:46 PM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne

Is this what your are looking for?

I did a repair/optimize on the poll tables. No change

Thanks for your help.

- Roger -
Attached Images
File Type: jpg Poll Table.jpg (62.0 KB, 0 views)
File Type: jpg Poll Table2.jpg (124.5 KB, 0 views)
Reply With Quote
  #15  
Old 06-25-2011, 10:00 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is definately the most interesting bug I've seen posted so far lol

Try going to AdminCP > Maintenance > Diagnostics > Suspect File Versions > Submit

What does that tell you?
Reply With Quote
  #16  
Old 06-25-2011, 10:16 PM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything appears normal except two entries shown below.

Thanks for your help.

- Roger -
Attached Images
File Type: jpg Poll Not Working - Suspect File Versions.jpg (129.6 KB, 0 views)
Reply With Quote
  #17  
Old 06-25-2011, 10:22 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything looks OK in your database. :/

As Brooks said, run Suspect File Versions and make sure all your files come out as default.

edit: whoops, posted after you. What version are you running and how long have you had this issue?

What is in the source code? It will be something like this:
HTML Code:
<div id="polloptions" class="blockrow">
                 <ul class="checkradio group">
                      <li><label for="rb_optionnumber_1"><input type="radio" name="optionnumber" value="1" id="rb_optionnumber_1" tabindex="1" /> Yes</label></li>
   <li><label for="rb_optionnumber_2"><input type="radio" name="optionnumber" value="2" id="rb_optionnumber_2" tabindex="1" /> NO</label></li>
                  </ul>
             </div>
Reply With Quote
  #18  
Old 06-25-2011, 11:07 PM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne

Brand new forum setup June 17th, 2011. Version 4.1.4.

This is the first poll that I have setup.

I don't know where to look for the source code requested. A little help in locating it please.

I did a FTP search on my server. Several of the Poll.* PHP files are in two places. Is this correct?

Thanks for your help.

- Roger -
Attached Images
File Type: jpg Poll Search in Public_HTML.jpg (82.7 KB, 0 views)
Reply With Quote
  #19  
Old 06-26-2011, 12:23 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RogerBerke View Post
Lynne

Brand new forum setup June 17th, 2011. Version 4.1.4.

This is the first poll that I have setup.

I don't know where to look for the source code requested. A little help in locating it please.

I did a FTP search on my server. Several of the Poll.* PHP files are in two places. Is this correct?

Thanks for your help.

- Roger -
Have any of your poll templates been edited?

AdminCP > Styles & Templates > Style Manager > Edit Templates (in the dropdown menu for your style(s)) > Poll Templates

Check to see if any of those have been edited and/or need to be reverted
Reply With Quote
  #20  
Old 06-26-2011, 12:30 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RogerBerke View Post
I don't know where to look for the source code requested. A little help in locating it please.
Source code is the html source for the page. In firefox, I can go to View > Page Source and get the code. Do that and then you can search on your question and find the area of the html we are interested in.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04317 seconds
  • Memory Usage 2,280KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete