themosis / framework

The Themosis framework core.

Home Page:https://framework.themosis.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot load config files.

zacarias-wichipu-com opened this issue · comments

  • Themosis Version: 2.1.0
  • WordPress Version: 5.6.1
  • PHP Version: 7.2

Description

Following the "Get started" steps I get this exception,

Fatal error: Uncaught Exception: Unable to load the "app" configuration file. in /home/vagrant/code/vendor/themosis/framework/src/Core/Bootstrap/ConfigurationLoader.php on line 69

The Finder Symfony component can't find any file in the config folder although these do exist,

ls -lah /home/vagrant/code/config/
total 60K
drwxr-xr-x 1 vagrant vagrant  448 Feb 11 05:31 .
drwxr-xr-x 1 vagrant vagrant 1.1K Feb 14 05:46 ..
-rw-r--r-- 1 vagrant vagrant  11K Feb  3 20:45 app.php
-rw-r--r-- 1 vagrant vagrant  844 Feb  3 20:45 assets.php
-rw-r--r-- 1 vagrant vagrant 3.2K Feb  3 20:45 auth.php
-rw-r--r-- 1 vagrant vagrant 2.7K Feb  3 20:45 cache.php
-rw-r--r-- 1 vagrant vagrant 3.1K Feb  3 20:45 database.php
-rw-r--r-- 1 vagrant vagrant 2.1K Feb  3 20:45 filesystems.php
-rw-r--r-- 1 vagrant vagrant  521 Feb  3 20:45 hashing.php
-rw-r--r-- 1 vagrant vagrant 2.0K Feb  3 20:45 logging.php
-rw-r--r-- 1 vagrant vagrant 3.9K Feb  3 20:45 mail.php
-rw-r--r-- 1 vagrant vagrant 6.8K Feb  3 20:45 session.php
-rw-r--r-- 1 vagrant vagrant 1.3K Feb  3 20:45 view.php
-rw-r--r-- 1 vagrant vagrant 3.7K Feb 13 16:11 wordpress.php

Steps to reproduce

https://framework.themosis.com/docs/2.0/installation

Attach the file themosis_issue.zip which includes the composer.json, composer.lock and Homestead.yaml files.

Thank you in advance.

themosis_issue.zip