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
Search found 10 matches
- Sat Sep 09, 2017 9:53 am
- Forum: Installation and configuration
- Topic: SQL error
- Replies: 7
- Views: 10125
- Tue Feb 14, 2017 4:30 am
- Forum: Plugins & patches
- Topic: FORMALMS - tinymce text editor upgrade and moxiecut plugin install
- Replies: 9
- Views: 11036
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!
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!
- Tue Feb 14, 2017 4:26 am
- Forum: Plugins & patches
- Topic: Launching SCORM files from another server
- Replies: 5
- Views: 13976
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 ...
- Wed Oct 14, 2015 5:26 am
- Forum: Installation and configuration
- Topic: API Error - Documentation Needed
- Replies: 4
- Views: 5369
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.
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.
- Tue Oct 13, 2015 5:11 am
- Forum: Installation and configuration
- Topic: API Error - Documentation Needed
- Replies: 4
- Views: 5369
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@!', "idst"=>$user, "user ...
- Tue Oct 13, 2015 4:52 am
- Forum: Installation and configuration
- Topic: API Error - Documentation Needed
- Replies: 4
- Views: 5369
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); curl_setopt($ch ...
- Tue Jul 28, 2015 4:38 am
- Forum: Plugins & patches
- Topic: Tinymce 4.2.2 version update for Formalms
- Replies: 3
- Views: 6712
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.
- Fri Jun 12, 2015 4:20 am
- Forum: Plugins & patches
- Topic: Launching SCORM files from another server
- Replies: 5
- Views: 13976
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 ...
- Sun Jan 20, 2013 5:22 am
- Forum: Administration Management
- Topic: using a scorm object as final score
- Replies: 12
- Views: 17763
- Sun Jan 20, 2013 3:58 am
- Forum: E-Learning Management & Frontend
- Topic: "Add SCORM Results" as Final Score
- Replies: 15
- Views: 17628
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 ...