Page 15 of 15 FirstFirst ... 5131415
Results 141 to 149 of 149
  1. #141
    Join Date
    Dec 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by boudewijn View Post
    The only way to keep the poll box active, is to allow users to vote multiple times. But even then, the results will only be displayed after a vote. If you want to allow users to see previous vote results, the results page that I mentioned earlier is the only option. So what you would like, is not in the current functionality of PM.
    I have created a new poll and it is displayed on the site, however after clicking "vote" button, it says 404 Page Not Found

    Sorry! The page you requested is unavailable. Please use your browser's Back button, or go to the


    I am running 1.5.0. Any ideas what is wrong?

    I can click on results, and it displays new page with "Overview of all polls" just fine. It seems to only be an issue with the vote button.

  2. #142
    Join Date
    Dec 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Nevermind, I got it sorry. I missed the file zcrpc.php. Now it displays red bars for voting on the main page.

  3. #143
    Join Date
    May 2013
    Posts
    1
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Hi,

    Thank you for this add on, I am not sure what I have done wrong but I can not see the poll manager just see the image attached.
    thank you
    KylieName:  poll manager.jpg
Views: 253
Size:  33.5 KB

  4. #144
    Join Date
    Aug 2013
    Location
    Prague
    Posts
    4
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Hi, this addon no longer works on 1.5.4 version. When i coppyed files it broke admin page and i can no longer login to my administation.

  5. #145
    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. #146
    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. #147
    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. #148
    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. #149
    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.

 

 
Page 15 of 15 FirstFirst ... 5131415

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR