[wp-trac] [WordPress Trac] #15237: Settings -> Permalinks blank on PHP 5.3.2

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 7 12:58:16 UTC 2011


#15237: Settings -> Permalinks blank on PHP 5.3.2
------------------------------+------------------------------
 Reporter:  EdwardIII         |       Owner:
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  Permalinks        |     Version:  3.0
 Severity:  major             |  Resolution:
 Keywords:  permalinks blank  |
------------------------------+------------------------------
Changes (by ollieread):

 * keywords:  permalinks, blank => permalinks blank


Comment:

 If you're running PHP as CGI you won't have access to the apache PHP API
 so apache_get_modules() will fail. On top of this, if you're using Apache
 2.2+ mod_rewrite is statically compiled so it won't show up in phpinfo(8)
 either.

 I had this issue and after recompiling PHP and removing the 'Compiled as
 CGI option' I was able to view the permalinks page again.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15237#comment:16>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list