missing slash changing templates & function permalinks
Posted: Sun Dec 17, 2006 1:26 pm
Hi
Since upgrading to 1.0.4 there is a missing slash, when changing templates while looking at something like.
Now I switch templates and it changes to which is ok, except the missing slash. It is working with
I recognized this behaviour using Falks serendipity_event_bookmarks-1.0.1beta4, but
it could again be a matter of functions_permalinks.
Regards, Ian
Update:
is solving the problem.
Since upgrading to 1.0.4 there is a missing slash, when changing templates while looking at something like
Code: Select all
/s9y/plugin/bookmarks Now I switch templates and it changes to
Code: Select all
/s9y/index.php?plugin/bookmarksCode: Select all
/s9y/index.php?/plugin/bookmarksit could again be a matter of functions_permalinks.
Regards, Ian
Update:
Code: Select all
function serendipity_currentURL() {
- $url = $serendipity['serendipityHTTPPath'] . $serendipity['indexFile'] . '?' . $uri['path'] . $qst;
+ $url = $serendipity['serendipityHTTPPath'] . $serendipity['indexFile'] . '?/' . $uri['path'] . $qst;