0

我正在尝试从elgg本地服务器进行认证。通过参考 http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/

我收到以下错误:

Status: **** ERROR (-1) ****  
Message: Method call 'login' has not been implemented. 
Result: exception 'APIException' with message 'Method call 'login' has not been implemented.' in C:\xampp\htdocs\elgg1.6.1\engine\lib\api.php:562
Stack trace:
#0 C:\xampp\htdocs\elgg1.6.1\services\api\rest.php(46): execute_method()
#1 C:\xampp\htdocs\elgg1.6.1\engine\lib\api.php(1219): include('C:\xampp\htdocs...')
#2 C:\xampp\htdocs\elgg1.6.1\engine\lib\pagehandler.php(42): api_endpoint_handler('login', Array, '')
#3 C:\xampp\htdocs\elgg1.6.1\engine\handlers\pagehandler.php(23): page_handler(Array, 'api')
#4 {main} 

基本上我的目标是在使用 ELGG 制作的社区中上传图片。但在这个地方只有我被困住了。如何解决?

4

1 回答 1

0

好吧,我不能帮助你解决这个例外,但我可以告诉你,没有办法直接在 Elgg 的 REST API 中上传图像。我尝试这样做,并且不得不在我自己的巨大喇叭功能中复制 upload.php 操作的逻辑。

于 2010-07-14T12:25:05.077 回答