Dear all,
how can the OpenAPI interface in Mediamosa be activated?
So far, I defined an DNS and VHost (e.g. http://openapi.MyMediamosa.de) which points to the main installation, created a openapi.mediamosa.local subdirectory in .../sites/ and changed the settings.php accordingly.
In the MM backend, the OpenAPI module is activated, and in the global settings an open client application is defined. But, on the status page the Open Api interface remains disabled (??).
BTW: in which way is the OpenAPI interface used by other applications, e.g. the BasicLTI tool?
Cheers, Dietmar
Comments
Dietmar, Everything seems ok,
Posted by forgacs on January 26th, 2012 - 14:35Dietmar,
Everything seems ok, except one thing:
The openapi subdirectory (under .../sites/) should be "openapi.MyMediamosa.de".
Subdirectory changed, but nothing changes
Posted by DZenker on January 26th, 2012 - 16:33Hi Forgacs,
thanks for your fast reply.
I changed the subdirectory from "openapi.mediamosa.local" (which was the alias of the VHost) to the real DNS name, but nothing happens - OpenAPI interface status ist still disabled (even after refreshing and clearing of all caches).
What else could I try?
Dietmar
Dietmar, Please copy the real
Posted by forgacs on January 30th, 2012 - 16:17Dietmar,
Please copy the real openapi DNS name (eg. openapi.MyMediamosa.de) to you browser. What do you see?
Does the openapi interface (under "sites" directory) have these lines?
$conf['mediamosa_app_openapi'] = TRUE;
$conf['mediamosa_installation_id'] = 'openapi';
Is your OpenAPI module enabled on your module page (http://your-mediamosa/admin/modules)?
Is the OpenAPI part filled correctly on your global settings page (http://your-mediamosa/admin/mediamosa/config/global)?
PS. Which MediaMosa version do you use?