Posts made by Usman Asar

Niall, blank pages USUALLY points to corrupted caches, try this if this works
go into moodledata folder, and delete "cache" and "localcache" folders, refresh page and see if admin page shows up.
Once you refresh/load page, these folders will show up again (recreated), so dont hesitate deleting them.
API is for whole site, which you have provided already.
now other teachers will be logging in using their own accounts (must be pro accounts) to use on moodle.
your work to integrate zoom with moodle is finished.
Dedicated hosting is ALWAYS recommended over VPS, as in VPS there always is a layer of hypervisor in between hardware and host, so for example if you have identical hardware resources (4 core, 16GB RAM) on a VPS and Dedicated box, a dedicated server will always be superior in performance.
Also to note, not all hosting providers truly dedicate CPU and RAM resources to their VPS's, its kind of shared, just to give example, if you see Contabo's VPSs, they have clearly mentioned RAM (Dedicated) but with CPU cores nothing is written, so its fair assumption these will be shared.

Where you mentioned setting up RAID on VPS, every VPS comes with RAID Drives setup already on hardware level, or likely they will have connected a SAN to VPS servers, in both cases its always RAID 1+0 protected drives.
But for your work, a pair of VPS's will be sufficient

If SOME elements of the moodle site are insecure, then it will show padlock at the same time shows a warning sign with PADLOCK meaning some parts of the page are not secured, which most likely are caused due to images uploaded prior to switching to HTTPS, you can simply delete and re-upload again and this will solve the issue.

If there isn't any padlock all together, then make sure you have configured config.php with https protocol.

can you link your moodle for us to view?