Can someone let me what is this error: A PHP Error was encountered ???

KJREDDY247@

Elite Member
Joined
Aug 31, 2018
Messages
4,287
Reaction score
2,777
Hi,
When i opened my website it is showing an error as follows
MMqCswP


in attached image, can someone let me know what does it mean exactly? and can i fix it myself or should i contact someone who know php coding? ( i don't have much knowledge of coding )

[
A PHP Error was encountered
Severity: Warning

Message: fopen(/home2/abcd.com/application/sessions/ci_session7e5e8e779adb09266ad775105c40e561961ad3c0): failed to open stream: Disk quota exceeded

Filename: drivers/Session_files_driver.php

Line Number: 172

Backtrace:

File: /home2/abcrkc/abcd.com/application/controllers/Home.php
Line: 23
Function: __construct

File: /home2/abcrkc/abcd.com/index.php
Line: 315
Function: require_once ]

If this is not the right section, please move it to right one.
Thanks in advance
 

Attachments

  • PHP ERROR.png
    PHP ERROR.png
    122.4 KB · Views: 228
There is nothing called unlimited.

Even unlimited plans have limit.

They have restrictions on inodes (num of files).

Check your cpanel.
 
There is nothing called unlimited.

Even unlimited plans have limit.

They have restrictions on inodes (num of files).

Check your cpanel.
dont have deep knowledge in to this, i was saying the same thing what they said to me exactly ( unlimited website hosting and unlimited disk space), i never asked then about "inodes".
Anyway in this case i need to upgrade my plan right? or is there any other way?
 
dont have deep knowledge in to this, i was saying the same thing what they said to me exactly ( unlimited website hosting and unlimited disk space), i never asked then about "inodes".
Anyway in this case i need to upgrade my plan right? or is there any other way?
According to the error, seems like that the limit problem pulls a chain reaction over the other files. If the website was working fine previously, the best solution will be to contact the hosting support and I am pretty sure that they will be more than happy to help you fix the problem.
 
According to the error, seems like that the limit problem pulls a chain reaction over the other files. If the website was working fine previously, the best solution will be to contact the hosting support and I am pretty sure that they will be more than happy to help you fix the problem.
yeah it was working properly previously, i did check with them they did delete some cache or something it worked well and again after 2 days the same error was coming, this time they were saying that i need to upgrade my plan. So, just to confirm its the same issue i am checking with you guys. Seems like I need upgrade now o_O
 
Sometimes the error come if tmp is getting full. Also, remember unlimited space doesn't exist in the real world. So, contact with your provider and ask their help for solving the issue.
 
Back
Top