Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Diagnostics 4.04
After my upgrade to txp 4.04 the diagnostics show me that:
The following PHP functions (which may be necessary to run Textpattern) are disabled on your server:: exec,system,passthru,shell_exec,popen,escapeshellcmd,proc_open,proc_nice,ini_restore
Does it regard important features? For I didn’t have this message with 4.03.
Offline
Re: Diagnostics 4.04
Looks like a bug in the diagnostics, because if you look at the underlying code, the following PHP functions should be ignored in this test: ‘imagefilltoborder’, ‘exec’, ‘system’, ‘dl’, ‘passthru’, ‘chown’, ‘shell_exec’, ‘popen’, ‘proc_open’
That leaves: escapeshellcmd, proc_nice, ini_restore
None of those are used in TXP, so you’re not missing any functionality.
edit: bug found, patch sent to txp-dev.
Last edited by ruud (2006-10-20 17:33:18)
Offline
Pages: 1