Load Error in Sitemap

Permalink
V8.2.1

When trying to expand a particular node in the sitemap tree it displays Load Error. How can this be fixed and what is causing it?

1 Attachment

surefyre
 
surefyre replied on at Permalink Reply 1 Attachment
surefyre
Also this, when paging through page search results 'Beneath' the parent sitemap item:
surefyre replied on at Permalink Reply
surefyre
Additionally UTF8 doesn't seem to be being enforced in the MySQL connection as I had to put
$conn->exec("SET NAMES 'utf8'");

Into concrete/src/Database/Driver/PDOMySqlConcrete5/Driver.php before the return $conn statement.

MySQL config is AWS Ubuntu Xenial default plus LibSodium for PHP