Greetings,
i've tried to install latest XLRStats Webfront pulled from github.
When i installed and tried to access page i got this error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\xampp\htdocs\oloxlr\config\statsconfig1.php on line 130
This is what is on line 130:
$t['b3_clients'] = "clients";
Using Windows 2008 R2 with latest PHP.
I guess ' is wrong. But i don't know what to replace it with...
Update!!!!!!
I tried to edit lines like this:
$t[b3_clients] = clients;
and now i have another issue:
Parse error: syntax error, unexpected $end in C:\xampp\htdocs\oloxlr\config\statsconfig1.php on line 159
This is on line 159:
?>
Here is whole config:
http://pastebin.com/qRREKWjS