How Can We Help?

After updating the PBX I do not enter the User Area

If after a PBX version upgrade by contacting the user area page (at http: // IP_PBX: 3542 / private.php or from the link “Open the user area” by right clicking on the icon of the GUI in the Windows system tray) the browser should show a blank page, you need to modify the following files of the installation folder of the apache PBX \ htdocs \ conf \:
  • in the config.php file locate the string public $ private_application = ‘voispeed_private‘; if there is no add it
  • in the config.php file locate the string public $ private_application = ‘voispeed_admin‘; if there is, modify it as above
  • in the files config.php and voispeedconfig.php locate the string: public $ timezone = “; and change it to public $ timezone = ‘Europe / Rome‘; or add it if it is not present

Attention: it is necessary to add the semicolon at the end of the strings. Also check not to introduce duplicate lines that declare the variable again: there must be only one declaration of the $ private_application and $ timezone variables.

After the changes, try to access the user area again (it is not necessary to stop or restart the PBX)