bblaas
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WooCommerce] API creating Attribute terms with special charactersAfter four days of hairpulling I found that I wasn’t sending the options as an array. Now it works as expected.
Forum: Plugins
In reply to: [WooCommerce] API not returning attribute/id/termsAs it turns out I mixed up the API documentations and used the wrong endpoints.
Case closed.- This reply was modified 6 years, 11 months ago by bblaas. Reason: typo
Forum: Plugins
In reply to: [WooCommerce] API not returning attribute/id/termsYes, I noticed the double slashes in my question above,
but repairing that gives still the same results.Forum: Plugins
In reply to: [WooCommerce] API not returning attribute/id/termsJust tested this with a local installation with the same results.
- This reply was modified 6 years, 12 months ago by bblaas. Reason: typo
Forum: Plugins
In reply to: [ProjectManager] Can’t create formfields or reinstallI had the same problem. Looked in the server php error log and found a missing ‘ in projectmanager.php on line 638 after parent_id;
“`parent_id int( 11 ) NOT NULL default ‘0’,”
shoulde be
“parent_idint( 11 ) NOT NULL default ‘0’,`”After changing that it works.
Viewing 5 replies - 1 through 5 (of 5 total)