Zen Cart Logo
Forums / Addon Admin Tools / Quick Updates plugin [support]

Quick Updates plugin [support]

Views: 180,415

Results 661 to 670 of 670
21 May 2025, 12:06 PM
#661
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Quick Updates plugin [support]

Sorry I forgot this file contents as well from the error log index.php.

<?php use Zencart\FileSystem\FileSystem; require_once('includes/application_bootstrap.php'); $cmd = isset($_GET['cmd']) ? $_GET['cmd'] : 'home'; $cmd = ($cmd == 'index') ? 'home' : $cmd; if (file_exists(basename($cmd . '.php'))) { require basename($cmd . '.php'); exit(); } $adminPage = (new FileSystem)->findPluginAdminPage($installedPlugins, $cmd); if (!isset($adminPage)) { require 'includes/application_top.php'; zen_redirect(zen_href_link(FILENAME_DEFAULT)); exit(0); } require($adminPage); <?php use Zencart\FileSystem\FileSystem; require_once('includes/application_bootstrap.php'); $cmd = isset($_GET['cmd']) ? $_GET['cmd'] : 'home'; $cmd = ($cmd == 'index') ? 'home' : $cmd; if (file_exists(basename($cmd . '.php'))) { require basename($cmd . '.php'); exit(); } $adminPage = (new FileSystem)->findPluginAdminPage($installedPlugins, $cmd); if (!isset($adminPage)) { require 'includes/application_top.php'; zen_redirect(zen_href_link(FILENAME_DEFAULT)); exit(0); } require($adminPage);
22 May 2025, 11:52 PM
#662
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Quick Updates plugin [support]

Bruce1952:

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.

23 May 2025, 3:39 AM
#663
pilou2 avatar

pilou2

Zen Follower

Join Date:
Jun 2008
Location:
Japan
Posts:
365
Plugin Contributions:
6

Re: Quick Updates plugin [support]

Bruce1952:

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=vb_faq#faq_do_and_dont

23 May 2025, 11:13 AM
#665
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,067
Plugin Contributions:
56

Re: Quick Updates plugin [support]

Bruce1952:

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.

24 May 2025, 9:23 AM
#666
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Quick Updates plugin [support]

lat9:

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.

24 May 2025, 6:57 PM
#667
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,067
Plugin Contributions:
56

Re: Quick Updates plugin [support]

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.

25 May 2025, 10:34 AM
#668
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Quick Updates plugin [support]

lat9:

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.

No problem I sorted out the issue myself and now not getting any error messages on the live site and the dev site now so far regarding Quick Update.

If I do get any more errors regarding quick updates I will let you know on the forum.

Thanks again

8 Aug 2025, 2:18 PM
#669
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Quick Updates plugin [support]

Hi All,

I am hoping that someone can help with this issue with quick updates. This is the error message I got when doing a price update using quick updates.

[08-Aug-2025 13:29:25 Australia/Sydney] Request URI: /xxxx/index.php?cmd=quick_updates&sort_by=p.products_price%20ASC&action=update, IP address: 45.125.247.117, Language id 1
#0 /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php(575): zen_debug_error_handler()
#1 /xxxx/index.php(23): require('/home/a1ntaxxxx')
--> PHP Warning: Undefined array key 458 in /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php on line 575.

[08-Aug-2025 13:29:25 Australia/Sydney] Request URI: /xxxx/index.php?cmd=quick_updates&sort_by=p.products_price%20ASC&action=update, IP address: 45.125.247.117, Language id 1
#0 /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php(575): zen_debug_error_handler()
#1 /xxxx/index.php(23): require('/home/a1ntaxxx')
--> PHP Warning: Undefined array key 459 in /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php on line 575.

[08-Aug-2025 13:29:25 Australia/Sydney] Request URI: /xxxx/index.php?cmd=quick_updates&sort_by=p.products_price%20ASC&action=update, IP address: 45.125.247.117, Language id 1
#0 /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php(575): zen_debug_error_handler()
#1 /xxxx/index.php(23): require('/home/a1xxx')
--> PHP Warning: Undefined array key 460 in /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php on line 575.

[08-Aug-2025 13:29:25 Australia/Sydney] Request URI: /xxxx/index.php?cmd=quick_updates&sort_by=p.products_price%20ASC&action=update, IP address: 45.125.247.117, Language id 1
#0 /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php(575): zen_debug_error_handler()
#1 /xxxx/index.php(23): require('/home/a1ntaxxx')
--> PHP Warning: Undefined array key 461 in /zc_plugins/QuickUpdates/v2.0.10/admin/quick_updates.php on line 575.

This is from line 572 to 582
$apply_change = true;
if ($key == 'products_price') {
// $apply_change = false; // doing markups, but this products is not checked
if((isset($_POST['flag_markup'])) && ($_POST['markup_checked'][$products_id] != true)){
$apply_change = false;
/* if((!isset($_POST['flag_markup'])) || ($_POST['markup_checked'][$products_id] == true)){
// not doing markups, or this product is checked for markup
// (this saves a lot of obsolete hidden $_POST's, when not doing price markups)
$apply_change = true;*/
}
}

Any assistance would be appreciated.

14 Feb 2026, 3:52 PM
#670
balihr avatar

balihr

Totally Zenned

Join Date:
Oct 2008
Location:
Croatia
Posts:
1,772
Plugin Contributions:
20

Re: Quick Updates plugin [support]

I'm working on updating this plugin for Zen Cart 2.x - is there ANYONE willing to help out with testing and bug reporting? I'll do all the work, just need a fresh pair of eyes to see if everything is working properly... If so, please PM me for access to plugin files.