Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSFirewall! - Warning open_basedir restriction in effect

Warning open_basedir restriction in effect
After running the System Check I am receiving warning messages about open_basedir restrictions.

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
Note:
Improper configuration of this variable may cause your entire Joomla! site to break.
Feedback