It Won’t Sync
-
Mine wont sync.
I can’t seem to attach the picture directly, but here’s from post image :
Won’t sync :
https://i.postimg.cc/ZYs7vk7m/Screenshot-2026-02-26-at-12-21-15.png
After checking, maybe it’s because of this :Incorrect Order (Current):
- PHP
// 1. Checks for ID card
if (!Wt_Pf_Sh:: check_write_access(…)) ( return; }
// 2. Opens wallet to get ID card
parse_str wp_unslash $_POST| “form’ 1 ?? “* ), $form ):
Correct Order: - PHP
// 1. Open wallet (Parse the form string first)
parse_str wp_unslash $_POST ‘form’ 1 ?7 • ), $form );
$_REQUEST = $form = (array) $form; // Make the variables global so the helper can see them
// 2. Now check the ID card (Nonce)
if (IWt_Pf_Sh: : check_write_access (WEBTOFFEE_PRODUCT_FEED_ID, “wt-category-mapping’)) {
return;
}
- PHP
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.