localhost
Apprentice 2.0
Tambahan dari forum tetangga
You don't actually need to make /tmp bigger. 99.99999% of the time I See /tmp full on cpanel servers because of Eaccellerator.
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
You don't actually need to make /tmp bigger. 99.99999% of the time I See /tmp full on cpanel servers because of Eaccellerator.
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