Warning: ini_set() has been disabled for security reasons

Warning: ini_set() has been disabled for security reasons
During some script installation below error might occurs during / after the installation.

Warning: ini_set() has been disabled for security reasons in /pathtotherootfoler/somefolder/somefile.php on line xx

It indicates the ini_set function has been disabled in the server, most script shall still run without the ini_set function.

Locate the file from the error message and goto the specified line , add a @ symbol in front of the line to comment out the line and save changes.

There might be a few lines in the same file which contains the ini_set function , you can browse to the file and search ('Ctrl + F in your keyboard')  the word ini_set and add @ symbol in front of the line.

  • 4 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

cPanel: Change PHP Version via Select PHP Version

With Select PHP Version (also known as PHP Selector), you can change PHP version and enable...

SolidCP & MSPControl: Set website default first page

The default page is the first page that will be display when a user visit your website.Please...

Website transfer requirement

Website transfer is a process to transfer your website content from your current hosting provider...

cPanel: Redirect URL

URL direction, also known as URL forwarding allows you to redirect your website traffic from one...

Search Engin Optimization (SEO)

SEO stands for search engine optimization, it is an attempt made to improve website's rankings in...