حل مشکل پر شدن شاخه tmp پرینت

  • 4

 برای حل مشکل پر شدن شاخه tmp راه حل   
کد:
If you have eaccelerator on your server, heres how to fix the problem.

nano /usr/lib/php.ini

Look for the eaccelerator cache directory and change it from /tmp/eaccelerator to /var/cache/eaccelerator and save the file

mkdir /var/cache/eaccelerator
service httpd stop
rm -rf /tmp/eaccelerator
service httpd start

Sorted, you won't have the issue again

آیا این پاسخ به شما کمک کرد؟

« برگشت