[wp-trac] Re: [WordPress Trac] #7640: Upgrade has warnings when open_basedir is in effect

WordPress Trac wp-trac at lists.automattic.com
Fri Aug 29 19:19:17 GMT 2008


#7640: Upgrade has warnings when open_basedir is in effect
---------------------+------------------------------------------------------
 Reporter:  Oded     |        Owner:  anonymous
     Type:  defect   |       Status:  new      
 Priority:  low      |    Milestone:  2.7      
Component:  General  |      Version:           
 Severity:  minor    |   Resolution:           
 Keywords:           |  
---------------------+------------------------------------------------------
Comment (by Otto42):

 is_writable is not particularly reliable, so using it would be a bad move,
 IMO.

 Basically, the error stems from attempting to use the standard PHP
 error_log function when the host has implemented security such that the
 default error log is not allowed to be written to.

 You could fix this by setting the error_log setting to a writable file
 (using ini_set). Alternatively, you could just turn off error logging by
 setting log_errors to false (also using ini_set).

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7640#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list