I have just done a new moodle installation, but can't even get to the page where I will configure my config.php file.
Does anyone have any ideas? The installation is at www.markeason.co.uk/moodle
Thanks,
Mark Eason
I have just done a new moodle installation, but can't even get to the page where I will configure my config.php file.
Does anyone have any ideas? The installation is at www.markeason.co.uk/moodle
Thanks,
Mark Eason
Hi Mark,
Check your php.ini. Make sure that it has allow_url_fopen is true.
Open a new file in your text editor and type the following:
<? phpinfo(); ?>
Save the file with the name phpinfo.php and place this file in the document root of your web server.
open your web browser and type:
http://www.markeason.co.uk/moodle/phpinfo.php
This will tell you the php settings.
Here is a link for info about fopen.
http://us2.php.net/manual/en/ref.filesystem.php#ini.allow-url-fopen
allow_url_fopen boolean
This option enables the URL-aware fopen wrappers that enable accessing URL object like files. Default wrappers are provided for the access of remote files using the ftp or http protocol, some extensions like zlib may register additional wrappers.
Note: This setting can only be set in php.ini due to security reasons.
hth,
David