Having problem with your newly installed, WordPress / Joomla or other CMS Website? And is this error keep on appearing to your website? Webhost limits this things to make your website more secured. And to disable such security options you would need to create a php.ini settings file.

Here are the steps on how to resolve “Warning: ini_set() has been disabled for security reasons” Error

Screen Shot 2014-01-17 at 10.29.07 am

[postad]

Step 1. In the root folder of your website, create a new file and save it as “php.ini” on your FTP Filemanager

Screen Shot 2014-01-17 at 10.40.39 am

Screen Shot 2014-01-17 at 10.40.47 am

Screen Shot 2014-01-17 at 10.40.58 am

Step 2. Edit php.ini, copy and paste the code below:

safe_mode = Off
display_errors = Off
memory_limit = 64M
disable_functions =

Screen Shot 2014-01-17 at 10.41.03 am

Screen Shot 2014-01-17 at 10.41.10 am

Step 3: Save and reload website to see if it’s working.

Screen Shot 2014-01-17 at 12.56.42 pm

This will take out the limitations set by your host server.