How to Fix phpFox Error: “Unable to write to temporary folder: /tmp/”

phpFox is social network web-based application which can be used to build online community. I found this error message when installing phpFox: To fix this problem, edit install/include/installer.class.php Find this line: and modify to this: After that, create new folder: Change the folder permission to 777: After that redo phpFox installation http://domain.com/install/index.php And problem will…

Read More

How to Install Memcached on Debian / Ubuntu

Memcached is free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. First of all, install memcached dan php5-memcached packages: and then make sure memcached is running with this command: Restart apache web server: Check php5-memcached module using…

Read More

How to Convert .dmg to .iso Using Windows

.dmg is file extension of archive file in Macintosh. To use .dmg file in Windows environment, we have to convert it into .iso file using a program called dmg2iso. dmg2iso is an Apple’s compressed dmg to standard (hfsplus) image disk file convert tool. 1. Download dmg2iso converter program from http://vu1tur.eu.org/tools/download.pl?dmg2img-1.6.2-win32.zip 2. Extract the downloaded .zip…

Read More