Results 1 to 10 of 678

Hybrid View

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

    Default Re: Quick Updates v2.07

    Hi All,

    Running version 1.58a on a linux server running PHP Version: 8.1.31

    Template Bootstrap Version 3.7.4

    CKEditor version 5

    Image Handler version 5

    Quick Updates version 2.0.1

    I have just received this error message in the log file:

    [21-May-2025 19:36:25 Australia/Sydney] Request URI: /admin/index.php?cmd=quick_updates&page=50, IP address: 130.105.98.125, Language id 1
    #0 /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php(1771): zen_debug_error_handler()
    #1 /admin/index.php(23): require('/home/a1ntacdk3...')
    --> PHP Warning: Undefined variable $text in /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php on line 1771.

    This is what is in the file from line 1767 to 1781

    foreach((array)$export_products as $key => $value){
    if(!empty($value['products_model'])) $text = ' (' . $value['products_model'] . ')';
    $quick_copy_from_array[] = array(
    'id' => $key,
    'text' => 'id:' . $key . $text
    );
    }
    echo zen_draw_form('quickcopyfrom', FILENAME_QUICK_UPDATES);
    echo zen_draw_pull_down_menu('quick_copy_from_id', $quick_copy_from_array, $_SESSION['quick_updates']['quick_copy_from_id']);
    $array = array();
    //$array[] = array('id' => $_SESSION['quick_updates']['quick_copy_number'],'text' => $_SESSION['quick_updates']['quick_copy_number'] . 'x');
    $array[] = array('id' => 0,'text' => '0x');
    $array[] = array('id' => 1,'text' => '1x');
    $array[] = array('id' => 10,'text' => '10x');
    echo zen_draw_pull_down_menu('quick_copy_number', $array, $_SESSION['quick_updates']['quick_copy_number']);

    Any assistance on how to correct the issue would be appreciated.
    Outdoorking
    Live Site www.outdoorking.com.au

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

    Default Re: Quick Updates v2.07

    Quote Originally Posted by Bruce1952 View Post
    Hi All,

    Running version 1.58a on a linux server running PHP Version: 8.1.31

    Template Bootstrap Version 3.7.4

    CKEditor version 5

    Image Handler version 5

    Quick Updates version 2.0.1

    I have just received this error message in the log file:

    [21-May-2025 19:36:25 Australia/Sydney] Request URI: /admin/index.php?cmd=quick_updates&page=50, IP address: 130.105.98.125, Language id 1
    #0 /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php(1771): zen_debug_error_handler()
    #1 /admin/index.php(23): require('/home/a1ntacdk3...')
    --> PHP Warning: Undefined variable $text in /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php on line 1771.

    This is what is in the file from line 1767 to 1781

    foreach((array)$export_products as $key => $value){
    if(!empty($value['products_model'])) $text = ' (' . $value['products_model'] . ')';
    $quick_copy_from_array[] = array(
    'id' => $key,
    'text' => 'id:' . $key . $text
    );
    }
    echo zen_draw_form('quickcopyfrom', FILENAME_QUICK_UPDATES);
    echo zen_draw_pull_down_menu('quick_copy_from_id', $quick_copy_from_array, $_SESSION['quick_updates']['quick_copy_from_id']);
    $array = array();
    //$array[] = array('id' => $_SESSION['quick_updates']['quick_copy_number'],'text' => $_SESSION['quick_updates']['quick_copy_number'] . 'x');
    $array[] = array('id' => 0,'text' => '0x');
    $array[] = array('id' => 1,'text' => '1x');
    $array[] = array('id' => 10,'text' => '10x');
    echo zen_draw_pull_down_menu('quick_copy_number', $array, $_SESSION['quick_updates']['quick_copy_number']);

    Any assistance on how to correct the issue would be appreciated.
    Just thought I give this a bump up to see if anyone could help with it because it is about the last item on the live site that is showing in the error log.
    Outdoorking
    Live Site www.outdoorking.com.au

  3. #3
    Join Date
    Jun 2008
    Location
    Japan
    Posts
    333
    Plugin Contributions
    7

    Default Re: Quick Updates v2.07

    Quote Originally Posted by Bruce1952 View Post
    Just thought I give this a bump up to see if anyone could help with it because it is about the last item on the live site that is showing in the error log.
    https://www.zen-cart.com/faq.php?faq...aq_do_and_dont

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

    Default Re: Quick Updates v2.07

    What is the point of that it has nothing there about quick updates that I can see.
    Outdoorking
    Live Site www.outdoorking.com.au

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: Quick Updates v2.07

    Quote Originally Posted by Bruce1952 View Post
    What is the point of that it has nothing there about quick updates that I can see.
    True, but it has everything to do with Don't ... bump your post.

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

    Default Re: Quick Updates v2.07

    Quote Originally Posted by lat9 View Post
    True, but it has everything to do with Don't ... bump your post.
    So are you saying that I should not post then because I will not get any assistance with the issue.

    It would appear that it is the only module that is causing errors apart from the MYSQL that I have some times.
    Outdoorking
    Live Site www.outdoorking.com.au

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: Quick Updates v2.07

    You're asking questions about an add-on that hasn't been updated for 6 1/2 years. I'm guessing that the author(s) are no longer supporting the plugin and that there's no one that's actively using it that's also willing to take on its upgrade and support.

 

 

Similar Threads

  1. Quick Updates
    By jayson.gurney in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 1 Mar 2008, 11:08 AM
  2. Quick Updates 2.0*
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 6 Jun 2007, 01:32 PM
  3. Quick Updates
    By tuckerm in forum Customization from the Admin
    Replies: 11
    Last Post: 16 Dec 2006, 11:45 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