Matthew Weier O'Phinney wrote:
-- St??phane Thomas <[EMAIL PROTECTED]> wrote
(on Tuesday, 28 November 2006, 10:19 AM -0800):
I had the same problem than you, Asger Hallas and Martel Valgoerad. However
if you update line 464 and remove the latest change done in
Zend_Controller_Request_Http (aka removing the minus 1) it's working fine.
So you would have:
Line 464: if ((null !== $baseUrl) && (false === ($pathInfo =
substr($requestUri, strlen($baseUrl))))) {
But this is just a temporary workaround...
Actually, I reverted the change a few hours ago, and if you update from SVN, you
should be set.
The problem I had was with a url of the type
$request = new Zend_Controller_Request_Http();
$request->setBaseUrl('http://localhost/~username/myapp');
So i suspect there is more at stake (or there is something i don't do
right :)
Arnaud.