Insert the following line in configuration.php.
$allow_adminarea_invoice_mutation = true;
Innovation Technology
Insert the following line in configuration.php.
$allow_adminarea_invoice_mutation = true;
/usr/local/bin/php -q /home/username/public_html/whmcs/crons/cron.php all --force -vvv
journalctl -u dovecot -g "auth failed"
./ipswap.sh Old_IP New_IP
for example:
./ipswap.sh 35.224.2.88 104.197.113.37
-- Disable foreign key checks (important for InnoDB)
SET
FOREIGN_KEY_CHECKS = 0;
-- Delete product meta
DELETE
pm
FROM
wp_postmeta pm
JOIN wp_posts p ON
pm.post_id = p.ID
WHERE
p.post_type = 'product' AND p.post_status != 'draft';
-- Delete term relationships
DELETE
tr
FROM
wp_term_relationships tr
JOIN wp_posts p ON
tr.object_id = p.ID
WHERE
p.post_type = 'product' AND p.post_status != 'draft';
-- Delete the products
DELETE
FROM
wp_posts
WHERE
post_type = 'product' AND post_status != 'draft';
-- Enable foreign key checks again
SET
FOREIGN_KEY_CHECKS = 1;
Steps:
Apply your filter in Sheet1.
Select the range where you want to paste the formula (e.g., A2:A100) but only visible cells will be selected.
Select the range.
Press F5 or Ctrl+G → Click Special… → Choose Visible cells only → OK.
Type your formula (e.g.):
=INDEX(Sheet2!A:A, ROW()-1)
Press Ctrl+Enter (instead of just Enter).
Insert the following line in configuration.php. $allow_adminarea_invoice_mutation = true;