Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Step by Step Installation on a Mac OS X 10.5 Server.

Talk:Step by Step Installation on a Mac OS X 10.5 Server

From MoodleDocs
Revision as of 10:58, 29 March 2009 by Ralf Krause (talk | contribs)

I installed the PHP package and it wreaked havoc on my Apache2 (I wasn't able to do a sudo apachectl -k graceful any more). Turns out my PHP package was already up to php 5.2.6 (my server is 10.5.6)

So instead of installing a new PHP package, I went to the php.ini file and uncommented out the line: extension=php_gd2.dll

~Rosalyn


The extension php_gd2.dll should be useful for Windows servers only.

Ralf Krause