I have already enabled $wgEnableWriteAPI = true, but the error still occurs. Any other ideas?
DanB
-----Original Message-----
I always get the result for the first URL (action=move): unknown_action: Unrecognised value for parameter 'action'
That's because you have to explicitly enable $wgEnableWriteAPI = true; in LocalSettings.php, or action=move doesn't exist (see also api.php?action=help , where action=move doesn't show up).
Roan Kattouw (Catrope)