Black Tiger
Well-known member
I've read over the forums and I'm about to buy my Xenforo, however, I'm not really comfortable with this:
I also read somewhere that proc_open is used for the php mail function, which strikes me as odd because I can use that function on other forum software without the need of the proc_open being enabled. And we also have some Wordpress installations from customers using the php mail function.
So if it's required for Xenforo, is there not a safer way to use php mail in XF? I'm no programmer so I wouldn't know, I just compare what I see.
My second question is, if any of these is required for the newest Xenforo versions. I will be using smtp mail anyway, but since a lot of new things have been added in XF, just like to know if they are still warnings which can be ignored, or that there are requirements so one of these which are required to be set otherwise.
Obviously this is done for security reasons and I'm not eager to change any of these, because I'm running IPB now and this does not complaint about these settings neither did my SMF software.1. Your server has disabled a core PHP function exec via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
2. Your server has disabled a core PHP function escapeshellarg via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
3. Your server has disabled a core PHP function proc_open via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
4. Your server has disabled a core PHP function popen via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
I also read somewhere that proc_open is used for the php mail function, which strikes me as odd because I can use that function on other forum software without the need of the proc_open being enabled. And we also have some Wordpress installations from customers using the php mail function.
So if it's required for Xenforo, is there not a safer way to use php mail in XF? I'm no programmer so I wouldn't know, I just compare what I see.
My second question is, if any of these is required for the newest Xenforo versions. I will be using smtp mail anyway, but since a lot of new things have been added in XF, just like to know if they are still warnings which can be ignored, or that there are requirements so one of these which are required to be set otherwise.