Skip to main content

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:

<tt>

cd /var/www/html/pbx/libs/IvonaSpeechCloudSdkPhp

php composer.phar update

</tt>

When executing some function, I get a 504 Gateway Timeout

Please set or increase the

<tt>

ProxyTimeout 300

</tt>

in /etc/httpd/conf.d/php.conf

and reload the apache with

<tt>

service httpd reload

</tt>