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

不想你离开。 提交于 2021-01-29 02:35:14

问题


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

In my CPanel Dashboard I am getting this error


回答1:


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.



来源:https://stackoverflow.com/questions/33686065/php-how-to-solve-disk-quota-exceeded-with-some-cpnel-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!