What version of phpBB are you using? phpBB 3.1.3
What is your board's URL? http://goldwingdocs.com/forum
Who do you host your board with? Self hosted
How did you install your board? I used the download package from phpBB.com
What is the most recent action performed on your board? Update from a previous version of phpBB3
Is registration required to reproduce this issue? No
Do you have any MODs installed? No
What version of phpBB3 did you update from? phpBB 3.0.11
What styles do you currently have installed? Prosilver
What language(s) is your board currently using? English
Which database type/version are you using? MS SQL Server
What is your level of experience? Experienced with PHP and phpBB
When did your problem begin? With new upgrade
Please describe your problem. I have open_basedir defined in php.ini to restrict access by PHP to specific directories. The /forum/adm/index.php?i=acp_attachments page fails with a 330 error when GZIP is enabled. When GZIP is disabled, it is obvious the reason for the failure is errors appearing at the top of the page:
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 571: file_exists(): open_basedir restriction in effect. File(./../C:/Program Files (x86)/ImageMagick-6.8.7-Q16/) is not within the allowed path(s)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 576: file_exists(): open_basedir restriction in effect. File(./../C:/Program Files (x86)/ImageMagick-6.8.7-Q16/) is not within the allowed path(s)
Generated by SRT Generator