Andyd358 Member Aug 23, 2018 260 10 18 56 UK Jun 17, 2020 #1 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
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
N nysolutions New Member Feb 10, 2017 4 1 3 48 Nov 12, 2020 #2 Did you ever figure this out? I am seeing the same thing.
DigitalDaz Administrator Staff member Sep 29, 2016 3,089 588 113 Nov 12, 2020 #3 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]
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]