http://moodle/admin/index.php? -- Blank

http://moodle/admin/index.php? -- Blank

oleh nast web -
Jumlah balasan: 5
Dear All,

Saya sudah install sampai tahap :

Current release and unattended option

The current release information is shown. Check off the unattended operations box. This will automatically advance through many screens. If you would like to watch the install screen by screen, do not check this box and be prepared to press the "continute button" many times.

  • Click the "Continue" button and wait.
Kemudian tampil proses (kayaknya proses input data ke database).
Setelah selesai proses tersebut tampil halaman kosong, saya lihat url-nya http://moodle/admin/index.php?.

Kalau menurut instalation guide-nya seharusnya tampil Administrator user profile?

Kenapa ya?

Thanks,
ns
Rata-rata penilaian: -
Sebagai balasan nast web

Re: http://moodle/admin/index.php? -- Blank

oleh nast web -
Saya coba setting untuk ditampilkan errornya pada php.ini, dan eror yg tampilnya sbb:

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\php\\ext\\php_pgsql.dll' - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem

FYI; server : windows server 2003 EE R2
web server: IIS 6
MySql 5
PHP 5



Kemudian saya coba install di windows XP web server, mysql dan php nya pakai xampp,
Installing normal

Setingan apa yang haris di rubah ya?

Ada yang bisa bantu?

ns
Sebagai balasan nast web

Re: http://moodle/admin/index.php? -- Blank

oleh nast web -

Ketemu juga akhirnya, dari kemarin cari2.
Ternyata error tersebut bukan penyebab utamanya. Walaupun di reinstall tetap aja masih gak jalan.
Setelah saya ikuti langkah ini http://docs.moodle.org/en/PHP_error_logs (jadi gak cukup hanya di setting di php.ini aja untuk tampilin errornya, harus di seting di configurasi moodle, juga)

  • Using ini_set commands: If you are using Moodle 1.7 or higher, the previous steps are not enough. In those versions error logging parameters are dependant on certain administrative settings that you specify in the debugging section. The problem is that if you can't access the administrative pages, you can't set the debugging options. So the only way to modify them is by adding the following lines to your config.php file, just before the last line (the one containing a single'?>' only):

ini_set ('display_errors', 'on');
ini_set ('log_errors', 'on');
ini_set ('display_startup_errors', 'on');
ini_set ('error_reporting', E_ALL);
$CFG->debug = DEBUG_ALL;

This will enable the same settings specified above even if Moodle sets them otherwise.

Important: Remember to put them just before the last line of config.php.

Setelah ditambahkan script tersebut, maka akan tampil error:

Fatal error: Cannot redeclare domxml_new_doc() in E:\moodle\auth\cas\CAS\domxml-php4-php5.php on line 52

Kemudian non aktifkan extension=php_domxml.dll pada php.ini.
Restart IIS

Jalan deh.

Salam,
ns

Sebagai balasan nast web

Re: http://moodle/admin/index.php? -- Blank

oleh Jimmy Andrianto -
Saya sudah coba hingga step config.php, tetapi error yg muncul:

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 71 bytes) in /home2/ioroscom/public_html/eLearning/admin/mnet/MethodTable.php on line 77

ini website saya: http://io-robotics.com/eLearning/admin/index.php?

Selain itu, saya cari file php.ini melalui File Manager di Cpanel kok no data hasilnya?