[wp-trac] [WordPress Trac] #19262: Posts are not listed under "all posts" (was: Posts are note listed under "all posts")
WordPress Trac
wp-trac at lists.automattic.com
Thu Nov 17 17:04:56 UTC 2011
#19262: Posts are not listed under "all posts"
-------------------------------+------------------------------
Reporter: gnilebein | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.2.1
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Comment (by gnilebein):
I think i found the cause for this issue. It's not a wordpress problem. I
think it comes from the Webserver Management tool (Virtualmin) i use. I am
running PHP in CGI Mode. Under Debian Lenny with PHP5.2 it works fine.
This is the Output of $PHP_SELF:
/wp-admin/index.php[[BR]]
/wp-admin/index.php[[BR]]
Array ( [0] => /wp-admin/index.php [1] => index.php )
But under Ubuntu Lucid with PHP5.3 in cgi mode, this is the output of
$PHP_SELF
/cgi-bin/php5.cgi[[BR]]
/cgi-bin/php5.cgi[[BR]]
Array ( )
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19262#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list