Sitemap load error; sqlite3 load error

Permalink
I'm seeing new errors I've never seen before. I need some help trying to figure out what's happening and how.

I am no longer able to see the sitemap. I get this error:
Load error! (parsererror)

In addition, there's an error warning on the dashboard I've never seen before and don't understand:
{“error”:{“message”:”Module ‘sqlite3’ already loaded”}, “errors”:[”Module ‘sqlite3’ already loaded”]}

Not sure how to go about trying to fix this.
Site is older. Core Version - 5.7.5.8

I appreciate any help you can give me.

bjalexander
 
bjalexander replied on at Permalink Best Answer Reply
bjalexander
SOLVED.
In case someone else sees this error, here's the issue:

A recent server upgrade at the hosting company caused the conflict. php.ini was specifically loading sqlite3, but sqlite3 was already loaded by default. Comment out "extension=sqlite3.so" in php.ini if you have the problem.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
I have marked your post as 'Best Answer' in case anyone else has this issue.