Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ajgbasic opened this issue May 15, 2024 · 1 comment
Open

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

ajgbasic opened this issue May 15, 2024 · 1 comment

Comments

@ajgbasic
Copy link

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants