When going to the root directory it automatically redirects to where the blank screen came up, which is:
http://gekopwerk.nl/mdl/admin/index.php (blank screen)
I have enabled error reporting in setup.php install.php admin/index.php
But it does not give a single error, the page just turns blank on a refresh.
My config settings are as followed:
$CFG->dbpersist = false;
$CFG->prefix = 'mdl_';
$CFG->wwwroot = 'http://gekopwerk.nl/mdl';
$CFG->dirroot = '/var/www/vhosts/gekopwerk.nl/httpdocs/mdl';
$CFG->dataroot = '/var/www/vhosts/gekopwerk.nl/httpdocs/moodledata';
$CFG->admin = 'admin';
$CFG->directorypermissions = 00777; // try 02777 on a server in Safe Mode
require_once("$CFG->dirroot/lib/setup.php");
Could someone please help me out? Thank you.
Blank screen after a few proceeding database clicks at install
by Bilal al Habashi -
Number of replies: 3
In reply to Bilal al Habashi
Re: Blank screen after a few proceeding database clicks at install
by António Gonçalves -
Hello, the same happens to me. After I installed "n wiki" it happens. Did you installed anything before. In my case many files were overwrited, so... I assume that's the problem. I will search foruns in order to fix this. Bye António
In reply to António Gonçalves
Re: Blank screen after a few proceeding database clicks at install
by Bilal al Habashi -
No i did not install anything before, it is a fresh install. Could someone help? Thank you.
In reply to Bilal al Habashi
Re: Blank screen after a few proceeding database clicks at install
by Bilal al Habashi -