Cannot modify header information - headers already sent by ...
Is the github repo really supposed to be usable or is it in some bad state somehow?
Thanks and best regards,
Philipp
P.S.: Versions are:
CentOS 5
Apache 2.2.3
PHP 5.2.17
- (Possible) DB inconsistencies, leading to Error Message "Request failed", e.g. when going to system configuration
I was able to fix that by using a modified version of sql/astpp-upgrade-1.7.2.sql
- Getting another "Request failed" when going to Customer Report.
At least part of the problem is caused by the line
ALTER TABLE `fscdr`.`fscdr` ADD INDEX ( `uniqueid` ); in file sql/astpp-upgrade-1.7.2.sql.
That doesn't work if it's an Asterisk installation and will make the upgrade fail after just two lines.
It can be commented out if you're installing for Asterisk or moved to the end of the file - so it doesn't do any harm anymore.
P.