2009/6/11 Nan Li <[email protected]>: > You mean I should create a special page to Call MediaWiki API? > Actually I want to find another way to call MediaWiki API. > I use curl to post parameters to MediaWikiAPI to edit page. > The post parameters are: $post = > "title=$page&action=edit&basetimestamp=$ts&starttimestamp=$sts&token=$token&text=$newtext" > . Then I use curl to post request. > But when the $newtext too long , this request will occur error. Http 500 > internal error. > So I want to find another way to resolve it. > > Could you please give me any help or suggestions? Thanks > Look in the PHP error log to see what caused the 500.
Roan Kattouw (Catrope) _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
