Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 3 Jan 2018 23:28:41 +0000 (00:28 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 3 Jan 2018 23:28:41 +0000 (00:28 +0100)
- fixed confusion between framework_base_path and root_base_path

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/factories/stacks/class_FileStackFactory.php
framework/main/classes/template/image/class_ImageTemplateEngine.php

index 4e9512fd9d684d0624ab309a218c4bfebf75c6e4..8b875c2a1a81045e13168530fda7be22a0a3ac99 100644 (file)
@@ -53,7 +53,7 @@ class FileStackFactory extends ObjectFactory {
        public static final function createFileStackInstance ($prefix, $stackName) {
                // Construct file stack name
                $fileInfoInstance = new SplFileInfo(sprintf('%s%s/%s.%s',
        public static final function createFileStackInstance ($prefix, $stackName) {
                // Construct file stack name
                $fileInfoInstance = new SplFileInfo(sprintf('%s%s/%s.%s',
-                       FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('framework_base_path'),
+                       FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('root_base_path'),
                        FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('base_file_stacks_path'),
                        $stackName,
                        FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('file_stacks_extension')
                        FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('base_file_stacks_path'),
                        $stackName,
                        FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('file_stacks_extension')
index 637faad68173136e023e0c86eec7e8deb9f0120b..79fab8e55fe5546dda00cc6d6cd3831b4a4d8c30 100644 (file)
@@ -479,7 +479,7 @@ class ImageTemplateEngine extends BaseTemplateEngine implements CompileableTempl
        public function getImageCacheFile () {
                // Get the instance ready
                $fileInstance = new SplFileInfo(sprintf('%s%s%s/%s.%s',
        public function getImageCacheFile () {
                // Get the instance ready
                $fileInstance = new SplFileInfo(sprintf('%s%s%s/%s.%s',
-                       $this->getConfigInstance()->getConfigEntry('framework_base_path'),
+                       $this->getConfigInstance()->getConfigEntry('root_base_path'),
                        $this->getGenericBasePath(),
                        'images/_cache',
                        md5(
                        $this->getGenericBasePath(),
                        'images/_cache',
                        md5(