BoldGrid / boldgrid-inspirations

The BoldGrid Inspirations core plugin for WordPress.
https://www.boldgrid.com/
GNU General Public License v2.0
11 stars 12 forks source link

Issue 123 - Fix for 'unclosed bracket expression' error #190

Open W3ap0n-X opened 8 months ago

W3ap0n-X commented 8 months ago

fixes #123

Several DreamHost customers are still seeing this error. Did a bit of digging and research and it turns out that there is a bug with version 8 of mysql that specifically has some issues with escapes on [ that was causing the sequence to error out.

Fixed the escape sequence and was able to clear the error on a customer's site. Also tested on my server with mysql version 10 with this fix and there are no errors. This was also the case for all older mysql versions I was able to test (5.5 through 5.8)

bwmarkle commented 8 months ago

@jamesros161 can you review this one further for us please?