After upgrading from elgg 1.8 to elgg 1.9 and enabling the Web services plugin I've been getting the following message in my admin panel. My server is vps running ubuntu 12.04.
The web services are now a plugin in Elgg 1.9. You must enable this plugin and update your web services to use elgg_ws_expose_function().
I couldn't find a solution in the elgg documentation linked here! Any ideas on how I can update my web services to use elgg_ws_expose_function()?
Thanks
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Juho Jaakkola@juho.jaakkola
Juho Jaakkola - 0 likes
- Taner Temel@clu55ter
Taner Temel - 0 likes
- Taner Temel@clu55ter
Taner Temel - 0 likes
- gmwestrup@gmwestrup
gmwestrup - 0 likes
- Taner Temel@clu55ter
Taner Temel - 0 likes
- Jazz@lenglish
Jazz - 0 likes
You must log in to post replies.Simply find this from your plugin:
and replace it with this:
This has been documented in the plugin upgrade instructions: http://learn.elgg.org/en/1.9/guides/upgrading.html#web-services
Thanks Juho,
I found the function now thank!
They were in file_viewer plugin for elgg 1.8
I didn't realize that file_viewer was available for elgg 1.9
I've been using File Viewer 1.2.0 by Ismayil Khayredinov. It works fine now that I've changed the expose function to the new method as above.
what files is it in?
gmwestrup if you want to use the File Viewer 1.2.0 by Ismayil Khayredinov you will get the following message in admin area.
The web services are now a plugin in Elgg 1.9. You must enable this plugin and update your web services to use elgg_ws_expose_function().
Do the following to fix.
open File Viewer 1.2.0 /start.php
search
expose_function(
replace with
elgg_ws_expose_function(
Hi clu55ter,
Can you tell me if you're using web services 1.8 or 1.9 with you're Elgg 1.9 site? I'm trying to use web services 1.8 with my site because it offers more features(i.e. turning certain services on and off). The only problem is that when I update the plugin to use elgg_ws_expose_function the entire website disappears. So just curious as to if you're using 1.8 or 1.9