Excellent thanks chaps.
I've just pulled down the latest code base and all seems to be working again.
Calum
Any guidance on what this error message means?
Another user just made an account without a problem, so not a universal problem. Just not sure what might be wrong for this one user as we've never seen the error before.
Well the user with the issue reported that it worked after he tried to log back in. It autologged him in. So the error seems only to have been a message, not a full error. Worth noting, though.
@scottalanmiller Yes I've been seeing these too, but only sporadically. It's worrying.
I ran into that error/brick wall with my plugin. I might need to pull code forward from the repo but I still haven't found an explanation for what that error means...
@julian said:
@scottalanmiller Yes I've been seeing these too, but only sporadically. It's worrying.
Okay, let us know if you need to take a peek under the skirt of our system. We've only heard of it reported once so far.
@scottalanmiller said:
@julian said:
@scottalanmiller Yes I've been seeing these too, but only sporadically. It's worrying.
Okay, let us know if you need to take a peek under the skirt of our system. We've only heard of it reported once so far.
Giggidy.
@scottalanmiller It is probably a regression introduced when I refactored the CSRF system so that it could be required only on certain pages.
Unfortunately the csrf middleware that we use doesn't allow me to generate CSRF tokens without also requiring CSRF tokens...