Mike Rockett Posted September 4, 2021 Author Share Posted September 4, 2021 @Peter Knight Hi Peter – the module won't clear out 404 history automatically, I'm afraid. You'll need to continue doing this manually every now and then. 1 Link to comment Share on other sites More sharing options...
Peter Knight Posted October 13, 2021 Share Posted October 13, 2021 On 9/4/2021 at 10:48 AM, Mike Rockett said: @Peter Knight Hi Peter – the module won't clear out 404 history automatically, I'm afraid. You'll need to continue doing this manually every now and then. Hi Mike. Thanks. Will do. Link to comment Share on other sites More sharing options...
Peter Knight Posted October 13, 2021 Share Posted October 13, 2021 @Mike Rockett I'm getting an error on an install as follows: Quote Failed to init module: ProcessJumplinks - SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'last_hit' It only affects the admin/back-end but wondered if there was a sensible way to fix? The only change I made recently to the Module was to stop logging 404 errors and possibly an upgrade of the Module too. Many thanks Link to comment Share on other sites More sharing options...
Mike Rockett Posted October 15, 2021 Author Share Posted October 15, 2021 @Peter Knight - That's odd, I was quite sure this bug was fixed. Internally, the module stores a schema version and then it does a comparison to see if an update is required. So if it is adding this column again, it means the stored schema version went out of sync. Could you check the database to see what the _schemaVersion is set to? Not sure which table it is, but it should be relatively simple to find. Link to comment Share on other sites More sharing options...
adrian Posted February 8 Share Posted February 8 Hi @Mike Rockett - I know you're not around much these days, but I just had this exception: Obviously that's a weird request for mysite.com/📱 but it would still be nice if this was handled better. Not sure if you want to change the request_uri field to utf8mb4 so it can store these, or if you want to sanitize it somehow? Let me know if you need more details. Thanks. Link to comment Share on other sites More sharing options...
wbmnfktr Posted February 8 Share Posted February 8 Just a heads-up here... Had to add {all}script{all} as there were issues with some recent requests containing those. For now this works wonders. Link to comment Share on other sites More sharing options...
Mike Rockett Posted February 9 Author Share Posted February 9 @adrian Thanks, I'm surprised I didn't cover this (thinking back, I thought I did). Will take a look-see as soon as I can. The idea is that it should support it - because it is valid. @wbmnfktr Noted, I've replied to your DM. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now