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?
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?
Also this, when paging through page search results 'Beneath' the parent sitemap item:
Additionally UTF8 doesn't seem to be being enforced in the MySQL connection as I had to put
Into concrete/src/Database/Driver/PDOMySqlConcrete5/Driver.php before the return $conn statement.
MySQL config is AWS Ubuntu Xenial default plus LibSodium for PHP
$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