Page 1 of 2 12 LastLast
Results 1 to 10 of 149

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    hi boudewijn,

    Thanks for checking! I tried voting on my test site and now it accepts it. The problem of looping where the vote is not registered happened on the local host server and first time I installed it on the test server. It maybe a cache thing, probably related to the browser? I'm using firefox 3.6.6.

    As to the text disappearing. This happened on my local host site. I have attached the picture here for you to see. It maybe a template thing? I'm not sure... The text disappeared as you see on my picture using the cherry zen template. The text appears fine on the test server site using cold steel template.

    Perhaps somebody else can test on their site and see if it is template specific.

    Looking forward to your revisions! I think this poll will be a fun and engaging thing for customers. Keep it up!
    Attached Images Attached Images  

  2. #2
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Hi,

    Browser and localhost issues are a nightmare for a programmer, and I have seen many problems with it. So quite a few can have their cause there.

    The disappearing text issue won't be hard to fix. If you display the page without text, and view the page source in your browser, you will probably discover there that the texts are present, but invisible. This could very well be a CSS issue, where the style for the text is redefined in that specific template. The style for the poll box is 'sideBoxContent'.
    If the site is accessible from outside, I can also have a look for you.

  3. #3
    Join Date
    Jul 2009
    Posts
    158
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by boudewijn View Post
    Hi,

    The disappearing text issue won't be hard to fix. If you display the page without text, and view the page source in your browser, you will probably discover there that the texts are present, but invisible. This could very well be a CSS issue, where the style for the text is redefined in that specific template. The style for the poll box is 'sideBoxContent'.
    If the site is accessible from outside, I can also have a look for you.
    Hi there

    The text for the options does not display on mine either (the question is there and the radio buttons below but they are blank so you don't know what each button is for). If you click and vote on one of the blank options it displays the text right in the results though.

    I don't know what a CSS issue is. Are you able to give some more detailed instructions on how I can fix this? Other than not showing the text in that first instance it all works fine and looks like it will be very handy.

    Amy

  4. #4
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by amyleew View Post
    Hi there

    The text for the options does not display on mine either (the question is there and the radio buttons below but they are blank so you don't know what each button is for). If you click and vote on one of the blank options it displays the text right in the results though.

    I don't know what a CSS issue is. Are you able to give some more detailed instructions on how I can fix this? Other than not showing the text in that first instance it all works fine and looks like it will be very handy.

    Amy
    Hi Amy,

    Can you post a link to your site? I need to see the page to determine what is wrong and what should be fixed.

    Thanks,
    Boudewijn

  5. #5
    Join Date
    Jul 2015
    Location
    Turangi NZ
    Posts
    5
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    I just installed poll manager in zen cart 1.5 and get a php fatal error. The log file says. [26-Jul-2015 11:11:49 UTC] PHP Fatal error: Cannot redeclare zen_get_ip_address() (previously declared in /public_html/shop/office/includes/functions/general.php:3573) in public_html/shop/office/includes/functions/extra_functions/function_poll_manager.php on line 33
    If I remove function_poll_manager.php the admin works again..so I tried commenting out line 33 but that still did not work. Any help would be most appreciated..
    A

  6. #6
    Join Date
    Jul 2015
    Location
    Turangi NZ
    Posts
    5
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    If anyone is interested I commented out from line 13 -35 and it doesn't break the admin so i will now see if it works....

  7. #7
    Join Date
    Jul 2015
    Location
    Turangi NZ
    Posts
    5
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    yep the poll works fine in v 1.5.4 by commenting out lines 13-35 inclusive in file admin/includes/functions/extra_functions/function_poll_manager.php

  8. #8
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: Poll Manager Support Thread

    Hi gunangler,

    Quote Originally Posted by gunangler View Post
    yep the poll works fine in v 1.5.4 by commenting out lines 13-35 inclusive in file admin/includes/functions/extra_functions/function_poll_manager.php
    Thank you this suggestion, I am experience same error on this files with ZC 1.5.4

    Don't know this PHP function what is wrong.
    I am using it with PHP 5.4.31, MySQL 5.5 environment.

  9. #9
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: Poll Manager Support Thread

    Hi all,

    About this error with ZC 1.5.4 while you are login to your admin page

    Quote Originally Posted by gunangler View Post
    yep the poll works fine in v 1.5.4 by commenting out lines 13-35 inclusive in file admin/includes/functions/extra_functions/function_poll_manager.php
    I am find what is wrong.

    The author on /admin/includes/functions/extra_functions/function_poll_manager.php about line 12

    Original
    PHP Code:
    if (!defined(zen_get_ip_address)) { 
    Replace it to
    PHP Code:
    if (!function_exists(zen_get_ip_address)) { 
    then it will fix.

    Why this error is since ref on
    http://php.net/manual/en/function.defined.php
    where the php defined is use for check the "constants"

    but on line 13, it is using
    PHP Code:
    function zen_get_ip_address() { 
    So we need change it to using php function_exists() to fix it
    Ref
    http://php.net/manual/en/function.function-exists.php

    I will post this fix to the original module plugin page to update it version.

  10. #10
    Join Date
    Jul 2009
    Posts
    158
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Thanks for your help - http://www.stampinstuff.com.au/

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  2. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg