standalone: WIP debugging print
authorRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Fri, 10 Feb 2023 11:55:31 +0000 (11:55 +0000)
committerRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Fri, 23 Jun 2023 10:49:20 +0000 (11:49 +0100)
setup/plugins/init/Standalone.civi-setup.php

index a65838f6afb2b8557dda02beef8507cd0fd6a55f..ec2aa3159fb5c61426fa1953a25619f0d39125a2 100644 (file)
@@ -38,6 +38,7 @@ if (!defined('CIVI_SETUP')) {
     // to reduce the number of directories that admins have to chmod
     $model->settingsPath = implode(DIRECTORY_SEPARATOR, [$model->projectRootPath, 'data', 'civicrm.settings.php']);
     $model->templateCompilePath = implode(DIRECTORY_SEPARATOR, [$model->projectRootPath, 'data', 'templates_c']);
+    print "\n-------------------------\nSet model->templateCompilePath = $model->templateCompilePath\n-----------------------------\n";
 
     // Compute DSN.
     $model->db = $model->cmsDb = [