When the PHP Check, from the System Check, was made a php.ini file was created in your Joomla! root folder (action triggered by the "Click here to fix this problem" button). The respective file contains the adjusted settings of your php variables. One of this variables is open_basedir which limits the files that can be opened by PHP to the specified directory-tree. By default, the paths to your Joomla! root folder and your Temp-folder should be added to the allowed paths list, however other extensions may require additional paths to be added to the respective list. In order to add other paths to open_basedir you will have to edit the php.ini file from your Joomla! root folder and add the paths as it is presented here:
- For Windows: open_basedir=/path/to/your/root_folder;/path/to/your/temp_folder;/path/to/your/additional_folder
- For Linux: open_basedir=/path/to/your/root_folder:/path/to/your/temp_folder:/path/to/your/additional_folder
Improper configuration of this variable may cause your entire Joomla! site to break.






