+91 88 00 563434 sales@webhostingpeople.net

Our Knowledge Base Articles

Company Blog

How to resolve “Could not write you may be over quota: Bad file descriptor” Error

You are here:

The error might come whereas dealing with a WordPress web site. once we examine the error log, we are able to see the error like “May Not Write You Could Be Over Quota: Unhealthy File Descriptor”. However the website will present 500 inside server error. We have to know some primary info concerning WordPress and error primarily associated to WordPress web sites.

 

WordPress

WordPress is a free and open-source content material administration system(CMS) primarily based on PHP and MySQL. WordPress is put in on a webserver with the assistance of internet hosting service or a community host. WordPress is a straightforward but typically arduous to deal with CMS. To host a WordPress web site, you want a website hosting which has the cPanel to regulate your web site.

 

What is going to you do whenever you get a 500-internal server error

The frequent suggestion for 500 inside server error is to contact your website hosting supplier and deactivate the plugins. Folks have contacted their internet hosting suppliers and deactivating the plugins is the frequent suggestion once we get 500 inside server error. But it surely is perhaps the shortage of sufficient reminiscence for web sites. You may edit the wp-config.php file to extend the reminiscence restrict. Primarily the error might happen as a consequence of your website hosting house isn’t sufficient to deal with your web site.

 

Potential Options

1) Improve reminiscence restrict

2) Plugin deactivation

3) Change website hosting

4) Improve website hosting plan.

 

Let’s see the detailed answer

1) Improve Reminiscence Restrict

Some plugin required more room, subsequently it should exhaust the WordPress reminiscence. To resolve this subject, you’ll be able to enhance the reminiscence restrict by including the next code into the wp-config.php file. Open “wp-config.php” file together with your favourite editor

Right here I’m utilizing ‘vi’ textual content editor.

# vi wp-config.php

Add the next code to the file, if already exists, edit the code and exchange the worth in response to your wants.

# outline(‘WP_MEMORY_LIMIT’, ’256M’);

You may exchange 256M with 1024 or extra relying in your requirement.

After including or modifying the code, don’t neglect to save lots of the file then solely the modifications will mirror in your server.

 

2) Deactivate all of the Plugins

There’s a risk to battle one plugin with another plugin. In such circumstances, you’ll be able to deactivate all WordPress plugins. This methodology is relevant when you’ll be able to log in your WordPress admin dashboard.

If you happen to can login to your WordPress admin dashboard, observe the below-given steps.

1) Login to WordPress admin dashboard.

2) Click on on plugins.

3) Choose put in plugins.

4) Deactivate every plugin one after the other.

If the error remains to be identical, we are able to analyze that the difficulty just isn’t associated to any of the plugins that are put in in your web site.

 

3) Examine Disk House Utilization

The error like “May Not Write You Could Be Over Quota” could also be associated to your disk house. If the disk utilization is full, it’s a must to face the error. In case your web site wants a considerable amount of house, you should purchase a big website hosting plan. In any other case when your web site dimension will increase you’ll hit the error like above. You should use cPanel to find out how a lot house utilized by any folder or file.

you should use the next instructions for disk associated queries.

Disk Utilization of recordsdata and directories

# du -h

Examine file system disk house utilization

# df -h

Show info of /house file system

# df -hT  /house

Guarantee that when you obtain the backup to your native machine, it isn’t essential to maintain the backup file on the dwell server. whenever you take backup your web site, the backup file inside the basis listing or any folder might eat the massive disk house and throws the error “May Not Write You Could Be Over Quota”

 

4) Improve Internet Internet hosting Plan

If you happen to’re working web site required more room daily, you may improve the plan.

At all times take care about to decide on managed internet hosting plans.

Leave a Comment