How to Change Your Time Zone in cPanel
The term time zone is used for an area that observes a uniform standard for social, commercial, and legal purposes. Time zones typically follow boundaries between countries and their subdivisions instead of following longitude strictly because it is convenient for areas that often communicate to keep the same time. If the incorrect time is in…
How to Increase your PHP Memory limit
PHP allocates a certain amount of memory when executing PHP scripts. When the allocated memory is exhausted, the PHP script shows a fatal errorMemory_limit error Please note that the memory_limit value should be set to at least as big as post_max_size. Follow these steps to increase memory_limit in cPanel You can confirm whether your changes…
How to run a Different PHP Version in the Subdomain/Addon Domain
Arynox uses CloudLinux as the operating system on our servers to improve server stability. One of the main features of CloudLinux is that each account can select the PHP version they wish to have for their websites. This is very useful if you have an application that requires a specific version of PHP However, the…
How to Increase Your PHP Maximum Execution Time
An important aspect to remember about PHP programs is that the maximum time to execute a script is normally set to thirty seconds, although the time limit varies from one hosting company to another. Programs that involve sending mail to many recipients or some heavy export or import of files can cause the user to…
How to Change Your PHP Version In cPanel
Websites frequently use PHP scripting language for content and applications. PHP is an acronym for Hypertext Preprocessor. PHP is typically embedded in the HTML code and processed on the server. The most common CMSs, or Content Management Systems, such as WordPress, run on this technology. PHP is frequently offered along with MySQL, which is a…