Page 7 of 7 FirstFirst ... 567
Results 61 to 64 of 64
  1. #61
    Join Date
    Apr 2011
    Posts
    584
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    Quote Originally Posted by carlwhat View Post
    apparently my fix was not done properly. change:

    PHP Code:
    //from
    echo '<a href="' FILENAME_ADDON_REVIEW_REMINDER '.php?oid=' $selected_order_id '&action=remove">' zen_image_submit('button_remove.gif'remove'id="btnRemove"') . '</a>' "\n";
    //to
    echo '<a href="' FILENAME_ADDON_REVIEW_REMINDER '.php?oid=' $selected_order_id '&action=remove">' zen_image_submit('button_remove.gif''remove''id="btnRemove"') . '</a>' "\n"
    notice the single quotes around the word remove.

    best.
    as always thank you for the assist.

  2. #62
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    Hi All,

    As usual when an update is made the modules fall down.

    I have done a clean install of zencart 2.1 and added this module to it which is product review reminder.

    As expected it does not work and I am getting this message coming up on the page when I click on tools/product review reminder:

    This page requires updates for the next Zen Cart version. Please refer your site developer or plugin author to this documentation.

    This is what the error log is showing:
    [12-Dec-2025 04:27:10 UTC] Request URI: /admin/index.php?cmd=addon_review_reminder, IP address: 45.125.247.117, Language id 1
    #0 [internal function]: zen_debug_error_handler()
    #1 /admin/includes/header.php(71): trigger_error()
    #2 /admin/addon_review_reminder.php(291): require('/home/a1ntacdk3...')
    #3 /admin/index.php(16): require('/home/xxxx...')
    --> PHP Deprecated: This page requires updates for the next Zen Cart version. Please refer your site developer or plugin author to <a href="https://docs.zen-cart.com/dev/plugins/admin_head_content/" rel="noopener noreferrer" target="_blank">this</a> documentation. in /admin-panel/includes/header.php on line 71.

    [12-Dec-2025 04:27:10 UTC] PHP Fatal error: Uncaught Error: Undefined constant "remove" in /admin/addon_review_reminder.php:423
    Stack trace:
    #0 /admin/index.php(16): require()
    #1 {main}
    thrown in /admin/addon_review_reminder.php on line 423

    [12-Dec-2025 04:27:10 UTC] Request URI: /admin/index.php?cmd=addon_review_reminder, IP address: 45.125.247.117
    --> PHP Fatal error: Uncaught Error: Undefined constant "remove" in /admin/addon_review_reminder.php:423
    Stack trace:
    #0 /admin/index.php(16): require()
    #1 {main}
    thrown in /admin/addon_review_reminder.php on line 423.

    [12-Dec-2025 04:27:10 UTC] Request URI: /admin/index.php?cmd=addon_review_reminder, IP address: 45.125.247.117
    --> PHP Fatal error: Uncaught Error: Undefined constant "remove" in /admin/addon_review_reminder.php:423
    Stack trace:
    #0 /admin/index.php(16): require()
    #1 {main}
    thrown in /admin/addon_review_reminder.php on line 423.

    Any assistance on how to fix this issue would be appreciated because I don't know what they are talking about in the link it supplied: https://docs.zen-cart.com/dev/plugin..._head_content/
    Last edited by Bruce1952; 12 Dec 2025 at 05:34 AM.
    Outdoorking
    Live Site www.outdoorking.com.au

  3. #63
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,908
    Plugin Contributions
    13

    Default Re: Products Review Reminder [Support Thread]

    Quote Originally Posted by Bruce1952 View Post
    Hi All,

    As usual when an update is made the modules fall down.

    I have done a clean install of zencart 2.1 and added this module to it which is product review reminder.

    As expected it does not work and I am getting this message coming up on the page when I click on tools/product review reminder:

    This page requires updates for the next Zen Cart version. Please refer your site developer or plugin author to this documentation.

    This is what the error log is showing:
    [12-Dec-2025 04:27:10 UTC] Request URI: /admin/index.php?cmd=addon_review_reminder, IP address: 45.125.247.117, Language id 1
    #0 [internal function]: zen_debug_error_handler()
    #1 /admin/includes/header.php(71): trigger_error()
    #2 /admin/addon_review_reminder.php(291): require('/home/a1ntacdk3...')
    #3 /admin/index.php(16): require('/home/xxxx...')
    --> PHP Deprecated: This page requires updates for the next Zen Cart version. Please refer your site developer or plugin author to <a href="https://docs.zen-cart.com/dev/plugins/admin_head_content/" rel="noopener noreferrer" target="_blank">this</a> documentation. in /admin-panel/includes/header.php on line 71.

    [12-Dec-2025 04:27:10 UTC] PHP Fatal error: Uncaught Error: Undefined constant "remove" in /admin/addon_review_reminder.php:423
    Stack trace:
    #0 /admin/index.php(16): require()
    #1 {main}
    thrown in /admin/addon_review_reminder.php on line 423

    [12-Dec-2025 04:27:10 UTC] Request URI: /admin/index.php?cmd=addon_review_reminder, IP address: 45.125.247.117
    --> PHP Fatal error: Uncaught Error: Undefined constant "remove" in /admin/addon_review_reminder.php:423
    Stack trace:
    #0 /admin/index.php(16): require()
    #1 {main}
    thrown in /admin/addon_review_reminder.php on line 423.

    [12-Dec-2025 04:27:10 UTC] Request URI: /admin/index.php?cmd=addon_review_reminder, IP address: 45.125.247.117
    --> PHP Fatal error: Uncaught Error: Undefined constant "remove" in /admin/addon_review_reminder.php:423
    Stack trace:
    #0 /admin/index.php(16): require()
    #1 {main}
    thrown in /admin/addon_review_reminder.php on line 423.

    Any assistance on how to fix this issue would be appreciated because I don't know what they are talking about in the link it supplied: https://docs.zen-cart.com/dev/plugin..._head_content/
    look at post 60 above. right here:

    https://www.zen-cart.com/showthread....21#post1404321
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #64
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    Hi Carlwhat,

    Thank you for the information it worked correctly but I am now getting an error log when I press the send button. Log below:

    [13-Dec-2025 06:07:17 UTC] Request URI: /admin/index.php?cmd=addon_review_reminder, IP address: 45.125.247.117, Language id 1
    #0 [internal function]: zen_debug_error_handler()
    #1 /admin/includes/header.php(71): trigger_error()
    #2 /admin/addon_review_reminder.php(291): require('/home/a1ntacdk3...')
    #3 /admin/index.php(16): require('/home/a1ntacdk3...')
    --> PHP Deprecated: This page requires updates for the next Zen Cart version. Please refer your site developer or plugin author to <a href="https://docs.zen-cart.com/dev/plugins/admin_head_content/" rel="noopener noreferrer" target="_blank">this</a> documentation. in /admin/includes/header.php on line 71.

    Any help with this one would be appreciated as well.
    Outdoorking
    Live Site www.outdoorking.com.au

 

 
Page 7 of 7 FirstFirst ... 567

Similar Threads

  1. v139a Problems with mailbeez review reminder module
    By zbdblues in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 10 Nov 2012, 03:45 PM
  2. Aftersales Email Module: Review Reminder
    By BeautyHealth.com.cy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Jul 2010, 12:00 AM
  3. Review reminder
    By raphaelsewing in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Mar 2008, 06:17 PM
  4. Auto/Manual Email for Review Reminder?
    By cpjfox in forum Managing Customers and Orders
    Replies: 1
    Last Post: 13 Mar 2008, 04:15 AM

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