Soma Posted June 10, 2016 Share Posted June 10, 2016 I just wanted to know if anyone can reproduce this behaviour: https://github.com/ryancramerdesign/ProcessWire/issues/1871 Install SessionHandlerDB and upload a bunch of jpg to an images field. They upload fine and show but after saving the page some images are not saved and wont show anymore. They're still in the assets folder but orphaned. Thanks 2 Link to comment Share on other sites More sharing options...
horst Posted June 10, 2016 Share Posted June 10, 2016 I can confirm this. This persist since a long time back in the past. Since then, we only upload bunches of images packed as zip archive. But until now, I wasn't aware that it may have to do with the SessionHandlerDB. 1 Link to comment Share on other sites More sharing options...
Soma Posted June 10, 2016 Author Share Posted June 10, 2016 Oh really? Lots of headaches for something that simple to find out? Here's your 3000th like! 3 Link to comment Share on other sites More sharing options...
horst Posted June 10, 2016 Share Posted June 10, 2016 Here's your 3000th like! Link to comment Share on other sites More sharing options...
flydev Posted June 10, 2016 Share Posted June 10, 2016 Just tested with 200 JPG files on PW-3.0.18 with SessionHandlerDB, 12 images are missing. 2 Link to comment Share on other sites More sharing options...
Soma Posted June 10, 2016 Author Share Posted June 10, 2016 Well I think we'll have to stick with this bug still for a long time since Ryan can't reproduce it. I just installed again a vanilla PW locally and same scenario once SessionHandlerDB is installed. 1 Link to comment Share on other sites More sharing options...
Craig Posted June 10, 2016 Share Posted June 10, 2016 I, too, have experienced this, but didn't know it was due to SessionHandlerDB (which is usually the first thing I install on new sites). 1 Link to comment Share on other sites More sharing options...
adrian Posted June 12, 2016 Share Posted June 12, 2016 I just came across another issue with SessionHandlerDB - I am getting the following error with the latest Tracy dev core when trying to reopen a session. 1406 Data too long for column 'data' at row 1' in SessionHandlerDB/SessionHandlerDB.module:109 I will be looking into this further shortly, but just wondering if this might have something to do with the image upload as well. Maybe the data field simply needs to be changed to mediumtext or longtext, or maybe it's more complicated. I am definitely having some issues though too with the session being closed that only happens when SessionHandlerDB is installed. 2 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