I got this issue please help me…
A PHP Error was encountered Severity: Warning Message: fopen(/var/lib/php/sessions/ci_sessionbjsk3ii2igj14muuc5t9p4t8k7d0buvh): failed to open stream: No space left on device Filename: drivers/Session_files_driver.php Line Number: 172
A PHP Error was encountered Severity: Warning
Message: session_write_close(): Failed to write session data (user). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions)
Filename: Unknown
Line Number: 0
Backtrace:
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, all
You can examine the disk space usage and delete any data which is not crucial to your application or website. What is the output of the following command:
Also, I could suggest following the steps from this answer here on how to find the folders that are using the most disk space:
https://www.digitalocean.com/community/questions/28-no-space-left-on-device-error
The other option will be to resize the droplet. You can check this article on how to resize your droplet:
Hope that this helps! Regards, Alex
Hey,
Could you run for us
df -h
anddf -i
and paste the output?