OllieJones / sqlite-object-cache

A WordPress persistent object cache for the rest of us.
GNU General Public License v2.0
24 stars 4 forks source link

Change theming seeing this error. #19

Closed spacedmonkey closed 1 year ago

spacedmonkey commented 1 year ago

When I changed theme, I saw the following error.

Screenshot from 2023-01-27 12-24-06

OllieJones commented 1 year ago

Tracking this down. .sqlite file corruption should be concealed to the extent possible.

Theme changes didn't cause this for me. Maybe use the force-corruption script to generate this.

sudo dd bs=1024 skip=10 count=100 if=/dev/urandom of=.ht.object-cache.sql

OllieJones commented 1 year ago

I cannot reproduce this problem after I straightened out the exception handling.