File "gettext.php" does not exist or class "gettext" was not found in the file
error. The local machine is OSX, PHP@7.4 and httpd. Edit: A fresh installation also throws up the same error.
I've created a new view under About, as in:
About
archives.php
archive.php contains:
<?php
MetaTagManager::setWindowTitle($this->request->config->get("app_display_name").": Archives");
?>
<div class="row">
<div class="col-sm-12">
<H1><?php print _t("Archives"); ?></H1>
</div>
</div>
But, when I try to access it with http://collections.louisahistory.org/About/archives
Errors occurred when trying to access /About/archives/index.php:
Invalid controller path
Is there a setting that prevents that index.php from being attached?