Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.8.3
-
Fix Version/s: None
-
Component/s: Quiz
-
Labels:None
-
Environment:windows 2003
-
Affected Branches:MOODLE_18_STABLE
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."
Issue Links
| 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 |
|
|
|
Some settings in my config.php are:
?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