Just downloaded and installed the latest from the 096dev branch. On logging in or out of the manager, the URL gets an additonal bit added to it:
http://mysite.com/execscriptdir/manager/
Of course, this doesn’t go anywhere. If I manually remove the execscriptdir part, all works just fine.
I’m trying to figure out where this is coming from, but no luck so far.
Oops... spoke too soon. That is also added to quite a number of things, like the default template’s link to the stylesheet; apparently it’s getting set as part of the base_url.
Ok, I replaced the automatic base_path code with the code from 0.9.5, now the Manager works perfectly, but I’m getting a blank for the front-end.
I’ve temporarily commented out the path and url code and hard-coded the values, so the site works.