getgrav / grav-plugin-admin

Grav Admin Plugin
http://getgrav.org
MIT License
355 stars 222 forks source link

An exception has been thrown during the rendering of a template #2412

Open ajgbasic opened 1 month ago

ajgbasic commented 1 month ago

An exception has been thrown during the rendering of a template ("The Process class relies on proc_open, which is not available on your PHP installation.")

On a clean Grav installation, trying to access "Scheduler" tab on Tools Captura de pantalla 2024-05-15 a las 15 35 46

rhukster commented 1 month ago

As the exception says, you don't have access to proc_open PHP function. This is typically a security thing on your hosting provider's side. You can try asking them to enable this command, but without it, the Grav schedular is not able to function.

If they won't help you, I suggest looking for a better hosting option? Digital Ocean can be easily setup to work 100% with Grav.