if (defined("__APP_IMAGE_CACHE__")) {
            if (!file_exists(__APP_IMAGE_CACHE__)) {
                // Did the user move the __INCLUDES__ directory out of the docroot?
                $obj = new QInstallationValidationResult();
                $obj->strMessage = 'Create the "' . __APP_IMAGE_CACHE__ . '" directory.';