[wp-trac] [WordPress Trac] #54780: Site Health Info => Returns a fatal error in php 8.0

WordPress Trac noreply at wordpress.org
Tue Jan 11 09:23:14 UTC 2022


#54780: Site Health Info => Returns a fatal error in php 8.0
------------------------------+------------------------------
 Reporter:  alfredo49         |       Owner:  (none)
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  Site Health       |     Version:  5.8.3
 Severity:  normal            |  Resolution:
 Keywords:  needs-patch php8  |     Focuses:  administration
------------------------------+------------------------------
Changes (by jrf):

 * keywords:  needs-patch => needs-patch php8


Comment:

 @alfredo49 This sounds like your webhost is doing something non-standard
 with the `php.ini` configuration.

 There is nothing which can be done until we know the name of the function
 which the host has disabled.

 Could you check in your hosting admin panel what the value if for the
 `disable_functions` ini parameter in the `php.ini` applicable to your
 hosting account ?

 You may also be able to see this by (temporarily) uploading a file with
 the following contents to your hosting account:
 {{{#!php
 <?php
 phpinfo();
 }}}

 Please do make sure you remove that file from your server again as soon as
 you finished checking.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54780#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list