Error opening or Creating Chats on Suse Linux 9.3

Error opening or Creating Chats on Suse Linux 9.3

by Mark Burnet -
Number of replies: 2

On two servers with Suse 9.3, Apache2, php4, and 1.5 STABLE I see this error on the chat module:

Fatal error: Cannot instantiate non-existent class: in /srv/www/htdocs/moodle/lib/pagelib.php on line 67

On the server with Suse Linux 9.1 Chat works fine. ?

Any ideas?

Average of ratings: -
In reply to Mark Burnet

Re: Error opening or Creating Chats on Suse Linux 9.3

by Mark Burnet -

I am seeing this in the quiz module as well.

"Fatal error: Cannot instantiate non-existent class: in /srv/www/htdocs/moodle/lib/pagelib.php on line 67"

In reply to Mark Burnet

Re: Error opening or Creating Chats on Suse Linux 9.3

by Mark Burnet -

With great thanks and a cold pint to Jon Papaioannou for helping me to find my stupid configuration mistake in config.php.

The variable:

$CFG->wwwroot   = 'http://www.4rivtec.org:/moodle';

had a ":"  which created a bad variable to be parsed.

Removing the : solved all problems.

Thus proving the maxim that even great code can be FUBAR'd in the hands of an amateur.