https://bugs.contribs.org/show_bug.cgi?id=10524

--- Comment #4 from Jean-Philippe Pialasse <[email protected]> ---
htdocs/includes/Session.class.php

Increase output_buffering parameter in php.ini to 8192
fix this


https://community.freepbx.org/t/403-forbidden-in-freepbx-ucp/27927/3



so update the httpd template for fpbx httpd

<Directory /opt/freepbx/ucp/>
        php_admin_value output_buffering  8192
        DirectoryIndex index.php index.htm index.html index.php index.cgi
        AddType application/x-httpd-php .php
        Options +followSymlinks
        AllowOverride All
</Directory>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to