Hey guys, I’m pretty new to the mautic world. I’ve installed mautic on a EC2 instance on AWS from the bitnami image from the marketplace. I’m running version 4.4.6 and tried to whitelable my instance with the whitelabler from nickian with version 2.3.2.
I’ve tried to access the whitelabler through the frontend but can’t manage to open it - I think bitnami changed the file structure and blocked any outside access to files. Despite of whitelist it in the htaccess I can’t access it. So then I tried the cli variant but get there an error when I try to make a backup. I haven’t dared to start the whitelable process yet.
php error at backup process
PHP Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct(templates): Failed to open directory: No such file or directory in /opt/bitnami/mautic/mautic-whitelabeler/whitelabeler.php:693
Stack trace:
#0 /opt/bitnami/mautic/mautic-whitelabeler/whitelabeler.php(693): DirectoryIterator->__construct()
#1 /opt/bitnami/mautic/mautic-whitelabeler/whitelabeler.php(166): Whitelabeler->templateVersions()
#2 /opt/bitnami/mautic/mautic-whitelabeler/cli.php(149): Whitelabeler->mauticVersion()
#3 {main}
thrown in /opt/bitnami/mautic/mautic-whitelabeler/whitelabeler.php on line 693
As I’m still not in production and have used the bitnami service to make things easier to handle but it now turn out that it makes overcomplicated several things…
What would you suggest is the best way to install and run mautic nowadays?
I would prefer to stay on the AWS stack but am open for other suggestions.
Appreciate your help!