Installation: Install.php

Installation: Install.php

Isha Nunkoo發表於
Number of replies: 5
Hi,
I am installing moodle 1.9 and MySql, Apache and the server is working perfectly.

I started the server and started the installation on Mozilla Firefox and also tried on Internet Explorer.
This link will give u a better picture of my steps taken:
http://docs.moodle.org/en/Complete_install_packages#First_steps

I get the first page to choose the language cool..then the second page for the checks and the third Web Address:...... Moodle Directory:...... Data Directory:...
When I click NEXT on this screen the link http://localhost/install.php is started and it stays a blank page. I waited quite long minutes and hour but it stays the same blank page with the link to install.php

Could anyone please help me out on this.

Thx,
Isha
評比平均分數: -
In reply to Isha Nunkoo

Re: Installation: Install.php

Jai Gupta發表於
enabling PHP errors display could give you some info.
In reply to Jai Gupta

Re: Installation: Install.php

Isha Nunkoo發表於
Hi Jai
Could you please tell me how to enable php error display?

Thanks
Isha
In reply to Isha Nunkoo

Re: Installation: Install.php

sherwin martin發表於
i don't know if there's an option within moodle but in php you can display errors by typing the following code on top of the page...

ini_set('error_reporting', E_ALL);
In reply to Isha Nunkoo

Re: Installation: Install.php

Richard Enison發表於
IN,

Since you addressed your question to JG, I thought I'd let him answer rather than interrupt. But now that he still hasn't answered after all this time, and SM, who admittedly doesn't know about Moodle's debug facility, has already done so, I have no reason to restrain myself any longer. See:

http://docs.moodle.org/en/Debugging
http://docs.moodle.org/en/Installation_FAQ#How_to_enable_and_check_PHP_error_logs

RLE