Forums
(@robisonkerusso)
19 years, 3 months ago
the fix is simple
You must edit your xmlrpc.php. Find:
‘categoryId’ => $catid,
and change to:
‘categoryId’ => (string) $catid,
This comes from: http://www.wpvqs.com/?p=130