Search found 8 matches

by kthroc23
Thu May 09, 2024 9:41 pm
Forum: Installation and configuration
Topic: Authentication API
Replies: 7
Views: 244

Re: Authentication API

Can you or anyone show me a simple url for the API call? For Forma version 4.0.7, Which of the follow should be the API url to check for username? a) lms.forma.com/api/user/checkUsername b) lms.forma.com/api/rest.php?q=/api/user/checkUsername or c) please provide an example URL call to the the rest ...
by kthroc23
Wed May 08, 2024 3:58 pm
Forum: Installation and configuration
Topic: Authentication API
Replies: 7
Views: 244

Re: Authentication API

The response data is the 404 server error saying that File or directory not found.
by kthroc23
Tue May 07, 2024 6:01 pm
Forum: Installation and configuration
Topic: Authentication API
Replies: 7
Views: 244

Re: Authentication API

This is my simple code below. Is my API call correct? Also, this code worked for FORMA 2.3.0. I am not sure if anything changed. $params = array("username"=>'test@test.com', "password"=>'password'); $key = "testtesttest"; $secret = "password"; $codice_sha1 = s...
by kthroc23
Tue May 07, 2024 4:47 pm
Forum: Installation and configuration
Topic: Authentication API
Replies: 7
Views: 244

Authentication API

Can anyone help with the Authentication API with the new version 4.0.7?

I have a simple php website that I want to authenticate users by the API of Forma. I have followed the documentation and still does not work.
by kthroc23
Wed Apr 10, 2024 4:48 pm
Forum: E-Learning Management & Frontend
Topic: FormaLMS API: Can't authenticate
Replies: 3
Views: 1932

Re: FormaLMS API: Can't authenticate

I need help with this too!
by kthroc23
Mon Feb 05, 2024 10:11 pm
Forum: Installation and configuration
Topic: Double applms/applms/index.php?r=lms/mycourses/show
Replies: 1
Views: 332

Double applms/applms/index.php?r=lms/mycourses/show

I am getting doubel applms/applms after sign in

applms/applms/index.php?r=lms/mycourses/show

it only needs to be one

applms/index.php?r=lms/mycourses/show

Is this a bug or how to I updated this. I am using 3.3.17
by kthroc23
Mon Feb 05, 2024 9:19 pm
Forum: Installation and configuration
Topic: LMS 4.0.5 Stuck on mylmssite.com/install
Replies: 2
Views: 462

LMS 4.0.5 Stuck on mylmssite.com/install

After unzipping file to my web directory, I go to mylmssite.com/install and the application sits with a blank screen.

I my php is 7.4 please help.
by kthroc23
Thu Dec 01, 2022 6:04 pm
Forum: Plugins & patches
Topic: Direct Play First Object Not Working
Replies: 3
Views: 1987

Direct Play First Object Not Working

The direct play first object does not work in 3.3.2. Does anyone else have this issue? Is there a fix for this?