bwssytems / domuslink

web-based frontend for Heyu
http://domus.link.co.pt/
1 stars 1 forks source link

cant find configuration file #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install domuslink
2. using a x10config file which is not kept in /etc/heyu/
3.

What is the expected output? What do you see instead?
doesnt read config from where it is set in config.php still shows error-
Unable to find Heyu configuration file.

Original issue reported on code.google.com by aledthom...@gmail.com on 27 Oct 2010 at 11:27

GoogleCodeExporter commented 9 years ago
If you use a config file that is not kept in /etc/heyu:

In the config.php file:

you need to set:
$config['heyu_base_use'] = 'NO';
to YES.

and change:
$config['heyu_base'] = '/etc/heyu/';

as well as any other path configurations in that file that may affect you.

Original comment by brandtda...@gmail.com on 28 Oct 2010 at 6:43

GoogleCodeExporter commented 9 years ago
Issue 48 has been merged into this issue.

Original comment by bwsamuels@gmail.com on 6 Nov 2010 at 5:02

GoogleCodeExporter commented 9 years ago
Any update on this issue if Brandt's instructions fixed the issue?

Original comment by bwsamuels@gmail.com on 22 Dec 2010 at 2:22

GoogleCodeExporter commented 9 years ago
Closing issue as it should be resolved through configuration.

Original comment by bwsamuels@gmail.com on 19 Jan 2011 at 1:52