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
- You need to recompile PHP from source
- add --with-curl to the command line when you run configure
- aptitude install php5-curl
- Restart apache if necessary:
sudo /etc/init.d/apache2 restart or possibly sudo /etc/init.d/apache restartadmin/environment/php extension/openssl
To install the openssl library on Windows
To install the openssl library on Unix
- Open the php.ini file found in the moodle/apache/bin (if not there then, in folder server/php/)
- Find the line:
;extension=php_openssl.dll - Remove the
;at the beginning of the line
- Restart apache if necessary
To install the openssl library on Unix
- You need to recompile PHP from source
- add --with-openssl to the command line when you run configure
admin/environment/php extension/xmlrpc
To install the xmlrpc library on Windows
If you are using PHP as provided by the OS, you can just install the appropriate package, and restart apache:
- Open the php.ini file found in the moodle/apache/bin folder
- Find the line:
;extension=php_xmlrpc.dll - Remove the
;at the beginning of the line
- Restart apache if necessary
If you are using PHP as provided by the OS, you can just install the appropriate package, and restart apache:
- On Ubuntu and Debian, the command is: apt-get install php5-xmlrpc
- On RedHat, Fedora, CentOS and SuSE, the command is: yum install php-xmlrpc
- You need to recompile PHP from source
- add --with-xmlrpc to the command line when you run configure
Comments
Post a Comment