I have a question if it's possible to connect to a Moodle LTI provider outside Moodle (in our situation in a portal environment that goes to a Moodle course). Is this possible?
From Moodle consumer to Moodle provider works fine, but I don't manage to get this working in the portal environment with a php script that sends a request via OAuth authentication to the Moodle LTI provider.
I get this error: Sorry, there was an error connecting you to the application. The course I want to open without login on the Moodle provider is published as an LTI tool.
The php script is included that calls the Moodle LTI provider (I changed some parameters inside)
Alain Raap
Posts made by Alain Raap
RPM’s are software packages to be installed on Redhat Linux.
I first installed php7 and then uninstalled php56, after the uninstall Moodle found php7.
I had the same problem in a Redhat environment with php56, removed all the rpm's of php56 and then I got php7 as the current working version in Moodle.
I try to delete a large course (1.3GB) in our Moodle environment (3.1.5 and also 3.5) and after 5 minutes I get a timeout and the connection is lost. Who experiences the same problems with deleting a (large) course? I already tried to increase the timeout value of the Apache server and the php-fpm server we use, but with no result.
Hi Adam,
For Moodle 3.5 PHP 7.x is required. When we first tested Moodle version 3.4, Memcached wasn't supported anymore in PHP 7.1.8, so now we use the Redis server as caching server in our Moodle test environment. Here you can find more information how we configured Redis on our server:
https://moodle.org/mod/forum/discuss.php?d=366556