amuck-landowner

{URGENT} What is Ploop10227p1 and having error with php5

Weoxo

New Member
Hello Everyone!

Please Let me know My VPS is Giving Error on Every Single Page 

Quote said:
Warning: Unknown: open(/var/lib/php5/sessions/sess_6fv2r5hfh8m1qr1qor4iee6l97, O_RDWR) failed: No such file or directory (2) in Unknown on line 0Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5/sessions) in Unknown on line 0dddd
and There is something called Ploop it's using my vps too much.

Quote said:
root@vps46394:~# df -h
Filesystem         Size  Used Avail Use% Mounted on
/dev/ploop10227p1   11G  3.4G  6.9G  33% /
devtmpfs           512M     0  512M   0% /dev
tmpfs              512M     0  512M   0% /dev/shm
tmpfs              512M  6.7M  506M   2% /run
tmpfs              5.0M     0  5.0M   0% /run/lock
tmpfs              512M     0  512M   0% /sys/fs/cgroup
tmpfs              512M     0  512M   0% /tmp
tmpfs              103M     0  103M   0% /run/user/0
How i can fix these errors Please help me ASAP.

Thanks in Advance,
 

Nett

Article Submitter
Verified Provider
You may need to check the PHP paths are correct. Ploop is your VPS's filesystem, I don't see anything wrong with it.
 

Weoxo

New Member
I'm running one Chat Script on vps if i reinstall it may effect that chat ?

and some times it says No Space left in Device.
 

Nett

Article Submitter
Verified Provider
Maybe it's time to switch? Have a look around the offers section. Good providers should be able to help you with it.
 
Last edited by a moderator:

Weoxo

New Member
they are giving me cheap and ddos protected with unlimited bandwidth :p that's why i am using them.
 

Weoxo

New Member
The df -i command is used to show the amount of disk space that is free on file systems. That i can see 
 

matteob

New Member
Verified Provider
Still there is same Error it's showing. 

Have you created directory? Have you fixed privileges accordly? If you in doubt give to that directory 777 permission (just to test, then not keep that permissions)
 

Weoxo

New Member
OMG!!! it's fixed ^_^ 

Thank You sooo much alll of you guyz :D

and please tell me how i can set corn job to remove sessions after some time... because if i don't remove it become a millions of directories in session folder...
 

sleddog

New Member
Hello Everyone!

Please Let me know My VPS is Giving Error on Every Single Page 

Quote said:
Warning: Unknown: open(/var/lib/php5/sessions/sess_6fv2r5hfh8m1qr1qor4iee6l97, O_RDWR) failed: No such file or directory (2) in Unknown on line 0Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5/sessions) in Unknown on line 0dddd
As root, do:

cd /var/lib/php5
mkdir sessions
chmod 1733 sessionsThen restart the PHP service.
 
Last edited by a moderator:
Top
amuck-landowner