Closed marxjohnson closed 5 months ago
I am no longer seeing this error from excimer, although I am seeing it from another plugin on the same site. I have verified that Excimer always creates a new connection to the read-write database to save profiles. I am closing this issue.
I found this error cropping up in the PHP error log.
It appears that Excimer is trying to write a profile, but the request is using the read-only database connection for
$DB
, so it fails. Excimer needs to make sure it uses a read-write connection for saving profiles.