Date: 10/13/00
- Next message: Adam Weisbart: "[phplib] Call $sess->register from a function"
- Previous message: Jeroen Laarhoven: "Re: [phplib] caching troubles with Netscape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I think menu.inc has a bug when used with PHP 4.0.3.
The patch is attached to this mail. You also need to put something in
$this->urlmap["root_path"].
For example:
var $urlmap = array( "/index.php" => "/",
"/about/index.php" => "/1");
Instead of the example found in default local.inc
var $urlmap = array( "/index.php" => "",
"/about/index.php" => "/1");
Bye
-- Francois Deppierraz <francois.deppierraz <email protected>> Nimag Networks Sàrl - www.nimag.net PGP Key ID: 9D283BC9
- text/plain attachment: menu.inc.patch
--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Adam Weisbart: "[phplib] Call $sess->register from a function"
- Previous message: Jeroen Laarhoven: "Re: [phplib] caching troubles with Netscape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

