It looks like a bug in the forms function. I did a lot of revision to it,
but because I don't use cleanurls I missed a simple mistake.
Could you test this patch for me and let me know if it works for you?
in markups.php around line 220 (the middle of the forms markup function)
could you swap out the existing lines (they look similar) with these?
if (! isset($args['action'])) {
if (isset($cleanURL)) $args['action'] = $cleanURL . str_replace('.', '/',
$pageLink);
else $args['action'] = "$scriptURL$pageLink";
if ($_GET['action'] != '') $args['action'] .= "&action=$_GET[action]";
}
If it works I'll put out a new release with the patch--but yours will be
working right away. If not, I'll do some more digging and get it fixed.
Sorry for the inconvenience.
Cheers,
Dan
On Wed, Mar 12, 2014 at 8:37 AM, mz <[email protected]> wrote:
> Unfortunately something prevents forms working with CleanUrls
> (login/logout/register = nothing happens).
> Maybe the stopwatch feature?
>
> Greetings, Martin
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/boltwire.
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.