support

PHP memory allocation error.

PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 8193 bytes) in ….

looks familiar ? This memory limit is dependent on settings inside your php.ini file(which should be inside public_html, if you have created one).

You can change it by editing line 232 in your php.ini file. I would change it to read as such:

memory_limit = 64M

If you haven’t created a php.ini before, follow these steps:
1. Login to cPanel.
2. Click on PHP Config from the Software / Services section.
3. Select PHP5 (Single PHP.INI).
4. Click Save Changes.
5. On this same screen, select IONCube, and click ‘Install PHP.INI Master File’.
6. Go back to the cPanel.
7. Click on ‘File Manager’ from the Files section.
8. Select Webroot and click go.
9. Find php.ini.default and rename it to: php.ini
10. Select the php.ini file and click ‘Code Edit’.
11. Click ‘Edit’ in the lower right hand corner.
12. Scroll to line number 232.
13. Change line 232 to read as such:
memory_limit = 64M
14. Click ‘Save Changes’ (upper right hand corner).

You should now be able to perform operations that require more than 32 megabytes.

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

Your site is down. What should you do.

  1. First, make sure your account is not suspended or terminated. Check your mailbox if you have received a suspended or termination email from your host.
  2. Check to find out whether the site is down for everyone, or just for you. Visit http://downforeveryoneorjustme.com/, plug in your domain name, and click on “just me.” If it’s just you, you’ve got some kind of DNS or connection problem. Contact your ISP.
  3. If your host has a page that list server status, check it. e.g. http://serverstatus.xxxhost.com . If your server box is listed there as offline, most probably their support has aware of the problem, usually you do not have to report it and it will fix by them.
  4. Try to get into your control panel. If you are using CPanel, you will see a server status link and you will be able to see what’s went wrong.
  5. Ping your domain, and also do a tracert from your PC to your domain. If there’s a faulty node somewhere between your location and your server, there is nothing your host can do about it. You can either wait for the problem to be resolved, or contact your ISP for assistance.
  6. If you gone through all the steps above and can’t resolve it, contact your host for support, either email, telephone or online chat.

    While most hosting company offer 99.9% network uptime but they usually do not offer 99.9% server up-time.   Good luck ~

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

Shared hosting limitation

Dedicated server is eventually the kind of server what everyone or business would like to have, eventually because you own the server resources, entirely. However, we all know that it is expensive and not everyone can afford or worth spending money on it.  Most people uses shared hosting because of it pricing and if you have choosen correctly, it does exactly what a dedicated server can do.

For shared hosting services, the most known issue is reliability.  There is usually more than hundreds of websites hosting on the same server. Mail server, mysql server are sometimes hosting on the same server too.  If it happens that a website has been hacked to send spams email or scripting error, the entire server performance will be affected.

Sometimes, a sudden surge of visitors coming to any of the websites on the same server will slow down yours’ too. Therefore, you have to aware of the possible unplanned downtime.

The second common issue is the technical support. You have to make sure that the host has their own technical staff to offer you instant support when you need it, a online chat support is something a must nowadays. Because the server is shared, there is a higher probability that your website will suffer errors or problems. Therefore, you need a good technical support to help you fix the problem so that your website could be up and running again in the shortest time possible.

The next thing to look out is the service capability.  If the shared hosting doesn’t offer features they have stated, stay away from it.

No matter what hosting company/ plan you ended with, research and study is very important. Always know what you are paying for before sign-up. Try out their online chat support, send them an email and see how fast they response to it. Some study work will end you up with a good hosting company.

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

Next »