Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-11-14 02:31:13
- tcloud
- New Member
- Registered: 2010-11-14
- Posts: 3
allow_url_fopen listed in pre-flight check
The message from the “Pre-flight check” after installation said “If you have any listed in the message but not listed here, create a new topic in the Troubleshooting forum and post the full diagnostics message.”
The message I have reads:
The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: show_source, allow_url_fopen
show_source is listed as not needed
allow_url_fopen is not listed at all
Offline
#2 2010-11-14 09:44:25
- skualito
- Member
- Registered: 2010-10-14
- Posts: 24
Re: allow_url_fopen listed in pre-flight check
Concerning allow_url_fopen have a look at this thread
It seems it only breaks some plugins to have it disabled. So it should be no problems.
Offline
Re: allow_url_fopen listed in pre-flight check
The reason TXP gives that warning is because it requires allow_url_fopen to be enabled when checking if clean URLs work (on the diagnostics tab). So having it disabled doesn’t affect clean urls, it just makes it impossible for TXP to diagnose if they work or not (but you, the user, can still verify that it works).
I don’t think show_source is used by TXP so that shouldn’t be a problem either.
Offline