interchange / TableEditor

25 stars 4 forks source link

Failed to create ConfigSchema database #44

Closed hexfusion closed 9 years ago

hexfusion commented 9 years ago

My config contains

appdir: "/home/sam/camp10/applications/TableEditor"

Yet TE tries to install 'db' in user root. This certainly seems unintended as app/db is in repo.

core - unable to load application TableEdit : Failed to create ConfigSchema database /home/sam/db/config.db: unable to open database file at /home/sam/camp10/applications/TableEditor/lib/TableEdit/Config.pm line 231.
gregapompe commented 9 years ago

You are (or should be) using Interchange6::Schema, so it's probably not finding it. You are not suppose to generate it, since there is additional functionality in this schema.

Either add source besides TE or install cpan version.

hexfusion commented 9 years ago

Here is config just curious if this what you are expecting. https://gist.github.com/sbatschelet/1221bbe4919d71877a11

racke commented 9 years ago

Yeah it doesn't check for config->appdir at all.

racke commented 9 years ago

Fixed.