EndPoint Configuration Manager

I am working with EndPoint Configuration Manager in Freepbx on a Raspberry Pi to configure a Polycom IP Station 330.

At some point, I restored a PBX configuration prepared using the Freepbx backup module. Now, when I go to the EndPoint Configuration Manager, I see the following errors at the top of the page:

Strict Standards: Only variables should be assigned by reference in var/www/html/admin/modules/endpointman/includes/abstraction/freepbx.inc on line 53

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/devices_manager.inc on line 24

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/abstraction/freepbx.inc on line 59

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/devices_manager.inc on line 25

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/abstraction/freepbx.inc on line 141

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/abstraction/freepbx.inc on line 59

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/devices_manager.inc on line 361

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/abstraction/freepbx.inc on line 153

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/devices_manager.inc on line 384

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/abstraction/freepbx.inc on line 131

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/devices_manager.inc on line 416

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/devices_manager.inc on line 435

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/devices_manager.inc on line 447

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/abstraction/freepbx.inc on line 93

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/abstraction/freepbx.inc on line 141

Strict Standards: Only variables should be assigned by reference in /var/www/html/admin/modules/endpointman/includes/abstraction/freepbx.inc on line 113

Does anyone have an explanation of these errors and how I can fix this?

Thanks in advance,

Rick

I would suggest removing the module, restarting and then adding it back in. Have you tried that?

Turn off strict standards in your php.ini file.

Thank you. Both are useful answers.

To turn off strict standards, I will change the configuration as follows:

error_reporting = E_ALL & ~E_NOTICE

Rick