PHP
Changing your PHP settings can fix a number of issues with your website and we've made making those changes in the platform simple. Here are a fe...
Thu, 9 Jun, 2022 at 2:55 PM
From the Nimbus Hosting platform dashboard, click on the cog icon next to your website to manage the hosting for that website. Click on PHP & ...
Tue, 10 May, 2022 at 3:57 PM
Phpinfo.php is a tool for telling what PHP variables and extensions are enabled on your website. It's easy to set up, just takes a few minutes, and ...
Thu, 9 Jun, 2022 at 2:03 PM
This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts for eating up all availabl...
Thu, 9 Jun, 2022 at 11:42 AM
This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser which helps prevent scripts from tying up the serve...
Tue, 14 Jun, 2022 at 11:04 AM
The PHP Max Input Vars is the maximum number of variables your server can use for a single function to avoid overloads. The default value of max_input_var...
Tue, 14 Jun, 2022 at 11:04 AM
max_input_time sets the maximum time in seconds a script is allowed to parse input data, like POST and GET. Timing begins at the moment PHP is invoked at ...
Tue, 14 Jun, 2022 at 11:05 AM
When you create a new website there are 2 PHP settings which are automatically added to the site; PHP Memory limit and open_basedir. If you'd like t...
Tue, 14 Jun, 2022 at 11:05 AM
When you upload files to WordPress you may receive an error saying you've hit your upload limit, this limit is set by your PHP settings. WordPress is ...
Fri, 10 Jun, 2022 at 10:44 AM
display_errors determines whether errors should be printed to the screen as part of the output or if they should be hidden from the user. By default this...
Tue, 14 Jun, 2022 at 11:05 AM