Ferrakkem Bhuiyan
Ferrakkem Bhuiyan

Reputation: 2783

php -how to solve Disk quota exceeded with some cpnel issue

When open my web-site in browser I am getting this error

Warning: session_start(): open(/tmp/sess_4ac970943e0742367f5435e868cbcd5c, O_RDWR) failed: Disk quota exceeded (122) in /home/beahmer/public_html/oc-includes/osclass/core/Session.php on line 51

I cannot open my phpmyadmin from CPanel. When I am going to open phpMyadmin paage it show me this error enter image description here

In my CPanel Dashboard I am getting this error

enter image description here

Upvotes: 1

Views: 8606

Answers (2)

PyMatFlow
PyMatFlow

Reputation: 478

For Virtualmin

  1. click "Edit Virtual Server"
  2. the section labeled "Quotas and limits"
  3. you can change the quotas to whatever you like, and then save it.

Upvotes: 0

Harikrishnan
Harikrishnan

Reputation: 9979

You can ask your hosting provider to increase disk quota limit.

If you have access to WHM

1) Login to WHM.
2) Click on the Account Functions icon (or section heading in the side column).
3) Click on the Quota Modification icon (or link in the side column) .
4) Select the domain or the user of the account.
5) Click the Modify button.
6) Enter the new value (in megabytes).
7) Click the Change button.

Upvotes: 4

Related Questions