Closed Jaykah closed 8 years ago
@Jaykah thanks what is your OS and version? PHP Notices in general are best disabled for Homer
@lmangani
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"
I have only enabled that notice for debugging purposes.
but we have already it in the preferences.php
https://github.com/sipcapture/homer-api/blob/master/api/preferences.php#L57 not needed redefine it twice.
I was getting the following error when trying to log in:
Which was solved by adding:
to the configuration.php file
Just wanted to leave it here in case anyone encounters the same issue. Plus it would be great to update the sample config file with that line.