Details
Description
When the cron attempts to provision a service, that service may fail to be provisioned due to session error:
Error: session_start(): Cannot send session cache limiter - headers already
sent (output started at /home/user/public_html/app/controllers/cron.php:2132)
The module appears to load the Session component, which it should not do. References to the Session should be removed.