skydiver / october-plugin-forms

Create easy (and almost magic) AJAX forms
https://octobercms.com/plugin/martin-forms
MIT License
60 stars 41 forks source link

proc_open() has been disabled for security reasons #235

Closed mskraban closed 2 years ago

mskraban commented 3 years ago

I'm getting _"procopen() has been disabled for security reasons" on all of my websites where I use magic forms. After form submission this error opens up. Data is saved to DB, so it can be viewed in the backend but mail is not sent.

I had to manualy disable proc_open() and proc_close() function in PHP ini settings. This is probably not the best solution because it can open other vulnerabilities. Is there any way to avoid this problem? I have to change PHP ini file for more than 40 sites.