Search found 10 matches

by xenothan
Sat Sep 09, 2017 9:53 am
Forum: Installation and configuration
Topic: SQL error
Replies: 7
Views: 8828

Re: SQL error

I know this is an old thread, but had the same issue. so here is the solution:

Find my.cnf file, find the sql_mode setting and remove the part that says STRICT. Restart the mysql server
by xenothan
Tue Feb 14, 2017 4:30 am
Forum: Plugins & patches
Topic: FORMALMS - tinymce text editor upgrade and moxiecut plugin install
Replies: 9
Views: 8200

Re: FORMALMS - tinymce text editor upgrade and moxiecut plugin install

Hi Murat

I am stil lusing Docebo 405, and the new editor works very well, except for when i try to embed a file. The path that it adds is not "/files/uploads/images/image.png" but rather "../images/image.png"

Where can I change it so that it uses an absolute path?

Thank you!
by xenothan
Tue Feb 14, 2017 4:26 am
Forum: Plugins & patches
Topic: Launching SCORM files from another server
Replies: 5
Views: 11822

Re: Launching SCORM files from another server

Hi Guys Just an update on the above. I used a combination of a SCORM html wrapper on the other server, javascript library called porthole and a custom api. If the SCORM is located on another server (I check this in the scorm module), then we call the scorm wrapper (passing values to it) from the oth...
by xenothan
Wed Oct 14, 2015 5:26 am
Forum: Installation and configuration
Topic: API Error - Documentation Needed
Replies: 4
Views: 4763

Re: API Error - Documentation Needed

Thanks Claudio!

I have attached the API reference we created for Docebo 4.05 for anyone that needs it.

But we are writing proper API documentation using http://www.turnapi.com and will also include some code snippets/samples.

I will share once complete.
by xenothan
Tue Oct 13, 2015 5:11 am
Forum: Installation and configuration
Topic: API Error - Documentation Needed
Replies: 4
Views: 4763

Re: API Error - Documentation Needed

I solved the below error. The correct Call should be: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://www.lmslocation.com/api/rest.php?q=/api/course/addusersubscription"); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, array("auth"=>'123@!', &quo...
by xenothan
Tue Oct 13, 2015 4:52 am
Forum: Installation and configuration
Topic: API Error - Documentation Needed
Replies: 4
Views: 4763

API Error - Documentation Needed

Hi guys! On Docebo 4.05 the below CURL request works, however on Forma LMS I am getting an "Error: Invalid request." $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://www.lmslocation.com/api/rest.php?q=/restAPI/course/addusersubscription"); curl_setopt($ch, CURLOPT_POST, 1...
by xenothan
Tue Jul 28, 2015 4:38 am
Forum: Plugins & patches
Topic: Tinymce 4.2.2 version update for Formalms
Replies: 3
Views: 6247

Re: Tinymce 4.2.2 version update for Formalms

Thanks for the patch, however the previous ability to insert an image/media from the server is missing.
by xenothan
Fri Jun 12, 2015 4:20 am
Forum: Plugins & patches
Topic: Launching SCORM files from another server
Replies: 5
Views: 11822

Launching SCORM files from another server

Hi We have a requirement whereby the SCORM files from the LMS need to be run from a local server. Can anyone point us in the right direction on how we can achieve this. We are replicating the contents of the /files/ directory to the local server, so ideally we just need to run the scorm contents fro...
by xenothan
Sun Jan 20, 2013 5:22 am
Forum: Administration Management
Topic: using a scorm object as final score
Replies: 12
Views: 15924

Re: using a scorm object as final score

Hi Guys

It seems the same problem is also mentioned here

viewtopic.php?f=10&t=104&start=10
by xenothan
Sun Jan 20, 2013 3:58 am
Forum: E-Learning Management & Frontend
Topic: "Add SCORM Results" as Final Score
Replies: 15
Views: 15486

Re: "Add SCORM Results" as Final Score

Hi Guys I am also experiencing the same issue, if its any help - when I try edit the SCORM Activity in the Gradebook, it does not pull through the SCORM Details, Student Scores or Settings I applied (Weight, use for final score). gradebookwithscormactivity.PNG It is almost as if there is an issue re...