If you get PHP error 'Allowed memory size of XXX bytes exhausted' here is one way how you can fix it. This error message can spring up in a previously functional PHP script when the memory requirements exceed the default limit. To change the memory limit for one specific script, include a line such as this at the top of the script: ini_set("memory_limit","128M"); Another way how this could be fixed is by modifying .htaccess file and adding this line to it: php_value memory_limit 128M
Most Popular Articles
Cum adaug un alt domeniu în contul meu?
Domenii aditionale/addon înseamnă că puteţi gazduii multiple domenii într-un singur cont de...
How can I password protect my website / folders ?
To create a password protected folder you need to go to cPanel and click on "Password Protect...
How to edit/change/add CNAME or any other DNS records?
You can change the CNAME or any other DNS records from the "DNS Zone Editor" tool.
How to use remote MySQL?
You need to upgrade your plan to Business or Premium to have remote mysql.
How to use shared SSL?
Unfortunately we do not support shared SSL here. You can only install a trusted SSL with paid plans.
Powered by WHMCompleteSolution
