[wp-trac] [WordPress Trac] #26772: Permalinks settings page is blank as access to phpinfo() is denied
WordPress Trac
noreply at wordpress.org
Sun Jan 5 10:10:38 UTC 2014
#26772: Permalinks settings page is blank as access to phpinfo() is denied
----------------------------+-----------------------------
Reporter: harmr | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Keywords:
----------------------------+-----------------------------
My hoster is very concerned about security and has disabled access to
phpinfo() on his server. This leads to the problem that the permalinks
page cannot be accessed - I only get a blank page respectively the error
message: "Warning: phpinfo() has been disabled for security reasons in
/wp-includes/functions.php on line 3092 )
Could the code
} elseif ( function_exists('phpinfo') ) {
somehow be changed to not only check if the function is available but also
to check if it is accessible?
I am sure that this setting is related to a lot of support threads in the
forum where user say that there permalink settings page is blank.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26772>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list