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.
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.