PHP
This FAQ page collects operational notes for PHP.
I have upgraded PHP to version 5.x/7.x but now my Admin/Settings is no more working
The Admin/Settings page and few others include the Ivona library and you need to upgrade the requirements, based on your php version. Please move in that directory and then update using composer:
cd /var/www/html/pbx/libs/IvonaSpeechCloudSdkPhp
php composer.phar update
When executing some function, I get a 504 Gateway Timeout
Please set or increase the
ProxyTimeout 300
in /etc/httpd/conf.d/php.conf
and reload the apache with
service httpd reload