is my pbx broken

Status
Not open for further replies.

Andyd358

Member
Aug 23, 2018
245
8
18
55
UK
Tried to do a call routing today and it saved it but i got this warning at the top of the acreen

Strict Standards: Only variables should be passed by reference in /var/www/fusionpbx/resources/classes/database.php
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
Try changing you php.ini error reporting value to:
Code:
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

Then restart php-fpm and nginx.[/code]
 
Status
Not open for further replies.