XF 2.3 Installation reports PHP problems

Abraham54

Well-known member
I am admin on the Starriders fforum (www.star-riders.be).

When opened the installation of XF 2.3.7 I encountered a warning:

The following warnings were detected when verifying that your server can run XenForo:
  • Your server has disabled a core PHP function <strong>exec</strong> via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
  • Your server has disabled a core PHP function <strong>popen</strong> via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
  • Your server has disabled a core PHP function <strong>proc_open</strong> via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
These will not prevent you from using XenForo, but they should be resolved if possible to ensure optimal functioning. However, you may still continue with the installation.

If I continue the installation, what future problems can arise?

Starriders is hosted at One.com (Shared hosting) and One.com reported that in shared hosting php.ini can not be altered.
 
some enhanced functionality won't work if you don't have this enabled.
exec lets you run shell-like bash scripts from php (CLI)
popen is for working with files
proc_open is similar to open but is parallel, not serial like popen is.


for the price of shared, you can get a vps (one of many examples)

throw centminmod on it, it's super easy with all the tutorials.
 
Back
Top Bottom