|
|
|
Environment:
|
windows 2003
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
MDL-11061
SSL Publishing a Moodle site with ISA Server and no SSL Bridging (Browser--ssl--> ISA Server --nonssl --> Moodle) breaks Quiz View
|
|
|
|
|
|
|
|
"After finishing to prepare a quiz, when you go to see quiz, only appear a blank page. I put in debug mode and received the following message "Fatal error Class name must be a valid object or a string in C \moodle\moodle\lib\pagelib.php on line 67". You can see the error visiting "http // www.cursostelecom.lastingnet.com/mod/quiz/index.php?id=2" in this link, click on Test1 see the message."
|
|
Description
|
"After finishing to prepare a quiz, when you go to see quiz, only appear a blank page. I put in debug mode and received the following message "Fatal error Class name must be a valid object or a string in C \moodle\moodle\lib\pagelib.php on line 67". You can see the error visiting "http // www.cursostelecom.lastingnet.com/mod/quiz/index.php?id=2" in this link, click on Test1 see the message." |
Show » |
|
?php /// Moodle Configuration File
unset($CFG);
$CFG->dbtype = 'mysql';
$CFG->dbhost = 'localhost';
$CFG->dbname = 'moodle';
$CFG->dbpersist = false;
$CFG->prefix = 'mdl_';
$CFG->wwwroot = '';
$CFG->dirroot = 'C:\moodle\moodle';
$CFG->dataroot = 'e:\moodle/moodledata';
The $CFG->wwwroot = ''; is empty because was the only way that my site work over internet