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.