Cek point Install Moodle di wampserver
Postingan kali ini saya buat dengan bahasa inggri, tetapi bukan saya yang membuatnya melainkan sumbernya pun berbahasa inggris. Tetapi jangan kuatir, saya pun tidak mahir bahasa inggris tetapi poin-poin ini mudah koq dibaca walaupun Anda2 tidak mahir bahasa inggris seperti saya. admin/environment/php extension/curl To install the curl library on Windows Open the php.ini file found in the php/php.ini folder (older versions of XAMPP use moodle/apache/bin folder) Find the line: ;extension=php_curl.dll Remove the ; at the beginning of the line Restart Apache if necessary To install the curl library on Unix You need to recompile PHP from source add --with-curl to the command line when you run configure To install the curl library on Ubuntu and Debian aptitude install php5-curl Restart apache if necessary: sudo /etc/init.d/apache2 restart or possibly sudo /etc/init.d/apache restart admin/environment/php extension/openssl To install the openssl libra...