Myddleware and PHP 7.4.15
by Greg Powley. Hello, I have been reading the post by Eric Messick and Stephane Faure on Myddleware and Magento. I was encouraged to try this out.However, I came across a problem with php 7.4...
View ArticleRe: Myddleware and PHP 7.4.15
by Greg Powley. Cancel this, the instruction I was using was from an outdated URL. Have installed from Moodle plugin, now to get it configured
View Articlephp's Soap Client doesn't work but Boomerang tester does
by Doug Stevens. Ok, this is a weird one - and only seems to be impacting one method. I'm using a PHP7.4 CLI script to add users from our SIS to moodle courses using enrol_manual_enrol_users....
View ArticleRe: php's Soap Client doesn't work but Boomerang tester does
by Doug Stevens. Solved, and the solution was related to soapClient class headers. It wasn't waiting for a response from the server before moving on as it processed the enrol_manual_enrol_users...
View ArticleRe: Myddleware and PHP 7.4.15
by Doug Stevens. What new instructions did you find? For me it just says it won't install unless I drop my php to less than 7.4.
View ArticleRe: Myddleware and PHP 7.4.15
by Greg Powley. Hi Doug, no new instructions. Another method, installing the plug-in firstly. However the result was the same. Myddleware have been in contact and there is a new release in March...
View ArticleRe: Myddleware and PHP 7.4.15
by Doug Stevens. Okay I can wait until then. Will continue with SOAP. 🙂
View ArticleRe: Myddleware and PHP 7.4.15
by Greg Powley. SOAP. Are you able to share what you're doing with this? TIA 😉
View ArticleRe: Myddleware and PHP 7.4.15
by Doug Stevens. I'm using soap Client in php command line to pull students from an mssql table in our student database and using it to sign students into courses. It also populates their profile page...
View ArticleRe: Myddleware and PHP 7.4.15
by Greg Powley. Thanks for the reply. Yep sounds like a bit of effort. I will also wait for Myddleware.
View ArticleCore_user_get_users_by_field does not return field "username"
by Алексей Охотниченко. Hello! I am using a web-service to get user information. On the new untuned server (screenshot #2) field is return, but not on the old server (screenshot #1). I only have a...
View ArticleGet Roles for a specific Capability and Context
by Alexander M. On /admin/roles/permissions.php?contextid=2155 I can assign a capability (viewhiddencourses) for a specific roles and the context ID 2155.is there a webservice where I can fetch all...
View ArticleRe: Core_user_get_users_by_field does not return field "username"
by Alexander M. Are you using the same code and the same database? What means "untuned server" ? Does the user 2 maybe not have a username in mdl_users ? What happens if you fetch user 3 in the old...
View Article503 Service Unavailable
by Tom Tom. I created a web service in Moodle with PHP 7.2 MySQL and Linux. It works fine. The problem I'm having with one query string/option for the Web Service is returning all the users (and...
View ArticleRe: 503 Service Unavailable
by Tom Tom. So today I just troubleshooted the issue as I would any Moodle performance problem. I changed Apache mpm from prefork to event. I increased the max execution time and post max. I increased...
View ArticleHeadless Moodle: Iframe authentication
by Feras Fifi. Hello everyone!I'm building a PWA-App using React in the frontend and would like to use Moodle as my backend. (so basically using Moodle as an headless LMS/CMS).The "Moodle mobile web...
View ArticleDifference between core_enrol_get_enrolled_users and...
by Melanie Treitinger. What exactly is the difference between core_enrol_get_enrolled_users and core_enrol_get_enrolled_users_with_capability?As I see it, they are doing basicly the...
View ArticleRe: How to create login api with parameter user id and pass in a restful web...
by juan ignacio Marchettini. Hello Aung!, did you find any solution for this? Because I have to do the same task and I don't know where to start
View ArticleRe: How to create login api with parameter user id and pass in a restful web...
by Omar Esgaib. Not sure if this is what you looking for:https://docs.moodle.org/dev/Creating_a_web_service_client"How to get a user token"
View ArticleAccess violation at address... in module Utilities.bpl error
by Leticia Dark-rose. Hi,I am trying to implement the integration between VETtrak (student management system) and Moodle via a Moodle API and REST webservices.The documentation is here...
View Article